Age | Commit message (Expand) | Author | Files | Lines |
2008-01-11 | Remove 'dn' from mapping, it isn't a valid attribute in AD, and causes | Andrew Bartlett | 2 | -19/+1 |
2008-01-11 | Add in new module to normalise DNs being returned from OpenLDAP. This | Andrew Bartlett | 2 | -0/+179 |
2008-01-08 | r26697: Leak less memory into the ldb context. | Andrew Bartlett | 1 | -3/+15 |
2008-01-06 | r26679: It is very bad to free the ldb handle when you didn't create it... | Andrew Bartlett | 1 | -1/+1 |
2008-01-05 | r26672: Janitorial: Remove uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion op... | Jelmer Vernooij | 1 | -3/+2 |
2008-01-03 | r26648: Move detection of global catalog captability to a central function, so | Andrew Bartlett | 1 | -0/+36 |
2008-01-01 | r26642: samba3sam.py: Remove more EJS-specific code. | Jelmer Vernooij | 1 | -261/+239 |
2008-01-01 | r26640: Janitorial: Remove some more uses of global_loadparm. | Jelmer Vernooij | 3 | -7/+7 |
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,... | Jelmer Vernooij | 8 | -18/+24 |
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc... | Jelmer Vernooij | 11 | -24/+59 |
2008-01-01 | r26637: More work converting to Python. | Jelmer Vernooij | 1 | -16/+16 |
2007-12-30 | r26630: Split up big tests into various smaller functions, making it easier t... | Jelmer Vernooij | 1 | -183/+185 |
2007-12-27 | r26612: Tests show that we don't need to use a callback. | Andrew Bartlett | 1 | -3/+0 |
2007-12-26 | r26598: Simplify the way Python tests are run. | Jelmer Vernooij | 1 | -3/+3 |
2007-12-26 | r26593: - More work on the python versions of samba3dump and the samba3sam te... | Jelmer Vernooij | 1 | -64/+63 |
2007-12-24 | r26573: Fix warnings. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 1 | -0/+1067 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 13 | -18/+18 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 13 | -18/+18 |
2007-12-21 | r26528: dsdb: Fix a warning. | Kai Blin | 1 | -4/+3 |
2007-12-21 | r26521: Fix newlines. | Jelmer Vernooij | 3 | -12/+12 |
2007-12-21 | r26508: Tighter dependencies in an attempt to fix missing symbol errors on sun9. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26493: Fix includes for dsdb/common. | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26488: Implement tests for the ranged_results module. | Andrew Bartlett | 1 | -28/+34 |
2007-12-21 | r26485: Fix indent, remove left-over debug. | Andrew Bartlett | 1 | -2/+1 |
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 8 | -1891/+1946 |
2007-12-21 | r26430: require explicit specification of loadparm context. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 2 | -5/+7 |
2007-12-21 | r26419: Add a module to implement 'ambigious name resolution' by munging the | Andrew Bartlett | 2 | -0/+324 |
2007-12-21 | r26412: Add comments and refactor to reuse common code. | Andrew Bartlett | 1 | -10/+29 |
2007-12-21 | r26360: Add some const. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26329: Fix more loadparm_context references. Only about a 100 left now. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26327: Explicit loadparm_context for RPC client functions. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26324: Fix includes for Jelmer. | Andrew Bartlett | 2 | -2/+2 |
2007-12-21 | r26319: Split encoding functions out of libcli_ldap. | Jelmer Vernooij | 8 | -10/+14 |
2007-12-21 | r26316: Use contexts for conversion functions. | Jelmer Vernooij | 2 | -5/+5 |
2007-12-21 | r26298: Use metze's schema loading code to pre-initialise the schema into the | Andrew Bartlett | 1 | -0/+37 |
2007-12-21 | r26297: Correct error message. This function verifies attributes, not | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26284: Rather than just debug, push the error back up the stack as the error | Andrew Bartlett | 1 | -10/+10 |
2007-12-21 | r26283: fix typo | Andrew Bartlett | 1 | -1/+1 |
2007-12-21 | r26282: These modules expect errors, but if we don't wipe the error string, we | Andrew Bartlett | 2 | -0/+7 |
2007-12-21 | r26271: Remove some more uses of global_loadparm. | Jelmer Vernooij | 2 | -2/+3 |
2007-12-21 | r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu... | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26252: Specify loadparm_context explicitly when creating sessions. | Jelmer Vernooij | 4 | -4/+4 |
2007-12-21 | r26244: Add a module (sans tests for the moment) that implements ranged | Andrew Bartlett | 2 | -0/+217 |
2007-12-21 | r26237: Add loadparm context to the server service interface. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26235: Avoid global_loadparm. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26234: More global_loadparm fixes. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-21 | r26233: Pass loadparm context when creating krb5 contexts. | Jelmer Vernooij | 2 | -0/+3 |