Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18240: Make it clearer when we store the plaintext password. | Andrew Bartlett | 1 | -5/+12 |
2007-10-10 | r17955: Don't search for the dnsDomain attribute, it is invented (not in the | Andrew Bartlett | 1 | -7/+23 |
2007-10-10 | r17930: Merge noinclude branch: | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r17830: Set the default_basedn (hey, it comes from the "default" naming conte... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r17824: add a wrapper for the common partitions_basedn calculation | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -11/+11 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -38/+30 |
2007-10-10 | r17505: we are setting the timeout with the provide function right after. | Simo Sorce | 1 | -1/+0 |
2007-10-10 | r17288: Don't mess with entries in the local password prefix, and fix const | Andrew Bartlett | 1 | -5/+21 |
2007-10-10 | r17186: "async" word abuse clean-up part 2 | Simo Sorce | 1 | -33/+33 |
2007-10-10 | r17185: Oh, I wanted to do this for sooo long time. | Simo Sorce | 1 | -52/+52 |
2007-10-10 | r16829: Fix a number of issues raised by the IBM checker, or gcc warnings. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16784: - make some function in ldb static, they not need to be exported anyw... | Simo Sorce | 1 | -4/+4 |
2007-10-10 | r16769: Working on fixing the RPC-SAMR test against Samba4. This fixes | Andrew Bartlett | 1 | -66/+106 |
2007-10-10 | r16240: Add better error reporting in the password_hash module | Andrew Bartlett | 1 | -5/+13 |
2007-10-10 | r16036: Add a couple of new functions to corretly deal with timeouts. | Simo Sorce | 1 | -2/+9 |
2007-10-10 | r15999: password_hash module changes: | Andrew Bartlett | 1 | -8/+16 |
2007-10-10 | r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc... | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r15942: Remove the sync internal ldb calls altogether. | Simo Sorce | 1 | -703/+18 |
2007-10-10 | r15932: Remove per request creds | Simo Sorce | 1 | -2/+0 |
2007-10-10 | r15927: Optimize ldb module traverse while keeping the API intact. | Simo Sorce | 1 | -6/+2 |
2007-10-10 | r15913: Error passing in the async code is not in agood shape | Simo Sorce | 1 | -37/+73 |
2007-10-10 | r15859: fixed a crash bug in the ldb password_hash module. This one is quite | Andrew Tridgell | 1 | -1/+4 |
2007-10-10 | r15804: Fix SAMLOGON test | Simo Sorce | 1 | -6/+5 |
2007-10-10 | r15795: Try to use the async code by default | Simo Sorce | 1 | -6/+15 |
2007-10-10 | r15782: More fixes for async cases | Simo Sorce | 1 | -2/+5 |
2007-10-10 | r15761: Fix-as-you-go ... | Simo Sorce | 1 | -21/+24 |
2007-10-10 | r15725: First shot at making password_hash async | Simo Sorce | 1 | -11/+1076 |
2007-10-10 | r15511: Using this name causes less warnings on the IBM checker, due to using | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r15328: Move some functions around, remove dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14662: To allow the RPC-SAMR test to pass, we need to look for both domains | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r14464: Don't include ndr_BASENAME.h files unless strictly required, instead | Jelmer Vernooij | 1 | -2/+3 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r14312: Formatting and comments. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r14293: fixed some errors found with beam | Andrew Tridgell | 1 | -0/+6 |
2007-10-10 | r13924: Split more prototypes out of include/proto.h + initial work on header | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r13909: Make this code clearer. | Andrew Bartlett | 1 | -2/+4 |
2007-10-10 | r13786: [merge] Add registration functions for LDB modules | Jelmer Vernooij | 1 | -14/+2 |
2007-10-10 | r13615: Make ldb_set_errstring get ldb instead of module as parameter. | Simo Sorce | 1 | -10/+10 |
2007-10-10 | r13256: Free temporary memory on error cases, and try to clean up what's left | Andrew Bartlett | 1 | -0/+9 |
2007-10-10 | r12895: Error strings save lives. | Andrew Bartlett | 1 | -10/+16 |
2007-10-10 | r12851: Fix some typos | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r12743: Remove the ugly way we had to make a second stage init and introduce | Simo Sorce | 1 | -3/+1 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -1/+6 |
2007-10-10 | r12720: By metze's request, rename the ntPwdHistory attribute to | Andrew Bartlett | 1 | -32/+32 |
2007-10-10 | r12719: Rename unicodePwd -> sambaPassword. | Andrew Bartlett | 1 | -26/+26 |
2007-10-10 | r12716: Tridge points out that the request argument to ldb_next_request must | Andrew Bartlett | 1 | -25/+49 |
2007-10-10 | r12658: Couple of fixes related to shared module builds. | Jelmer Vernooij | 1 | -4/+0 |
2007-10-10 | r12599: This new LDB module (and associated changes) allows Samba4 to operate | Andrew Bartlett | 1 | -0/+711 |