Age | Commit message (Expand) | Author | Files | Lines |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 1 | -3/+3 |
2007-12-21 | r26529: Indeed, this belongs in the schema module. Ranged results need to use | Andrew Bartlett | 1 | -5/+0 |
2007-12-21 | r25857: Indent | Andrew Bartlett | 1 | -1/+2 |
2007-10-10 | r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issue | Andrew Bartlett | 1 | -1/+4 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat... | Andrew Bartlett | 1 | -2/+10 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r20731: we need the complex memmove() handling for removing an attribute only... | Stefan Metzmacher | 1 | -16/+12 |
2007-10-10 | r20462: add functions to handle UTCTime strings | Stefan Metzmacher | 1 | -3/+56 |
2007-10-10 | r20189: remove unused struct element | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r19909: Make this one double as fast | Simo Sorce | 1 | -5/+17 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -2/+10 |
2007-10-10 | r19731: Modify the ldb_map infrustructure to always map from requested | Andrew Bartlett | 1 | -1/+13 |
2007-10-10 | r19490: better to check the return result | Simo Sorce | 1 | -4/+5 |
2007-10-10 | r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum... | Simo Sorce | 1 | -10/+21 |
2007-10-10 | r19188: merge from samba3: | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r18910: Change ldb_msg_add_string() to not actually add an attribute if the | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r18881: remove wrong check and statement. | Simo Sorce | 1 | -5/+0 |
2007-10-10 | r17859: Fix some return values | Simo Sorce | 1 | -15/+15 |
2007-10-10 | r17714: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r17580: Add a new tools to convert back from AD-like schema to OpenLDAP. | Andrew Bartlett | 1 | -0/+17 |
2007-10-10 | r17516: Change helper function names to make more clear what they are meant t... | Simo Sorce | 1 | -21/+21 |
2007-10-10 | r17514: Simplify the way to set ldb errors and add another | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r17503: Add a useful function to search for a DN | Simo Sorce | 1 | -0/+13 |
2007-10-10 | r17301: Add a new function to copy a list of attributes, while adding one to | Andrew Bartlett | 1 | -0/+22 |
2007-10-10 | r16825: Make ldb_sainity_check() set an error string. This makes it much | Andrew Bartlett | 1 | -2/+9 |
2007-10-10 | r15761: Fix-as-you-go ... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r15582: Commit some forgotten stuff that have been setting on my private tree... | Simo Sorce | 1 | -0/+17 |
2007-10-10 | r13803: fixed two errors found with 'make valgrindtest' | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r13616: Add new ldb functions: ldb_msg_add_steal_string() and | Andrew Bartlett | 1 | -0/+32 |
2007-10-10 | r13324: From now on check attribute names obey rfc2251 | Simo Sorce | 1 | -0/+5 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -4/+1 |
2007-10-10 | r12746: An initial version of the kludge_acls module. | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r12157: ldb_dump_results() is useful to call from within gdb, so you can see a | Andrew Tridgell | 1 | -0/+17 |
2007-10-10 | r10954: added support for canonicalName in the operational module, using the | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r10918: - fixed standalone ldb build | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att... | Andrew Tridgell | 1 | -5/+9 |
2007-10-10 | r10916: - finished the 'operational' ldb module | Andrew Tridgell | 1 | -27/+44 |
2007-10-10 | r10914: moved the ldap time string functions into ldb so they can be used by | Andrew Tridgell | 1 | -0/+43 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -23/+88 |
2007-10-10 | r10477: expose transactions outside ldb and change the API once more | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r10312: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r10304: check for basic ldb_message sanity and return appropriate | Simo Sorce | 1 | -0/+30 |
2007-10-10 | r9771: - Prevent ldb crash when a invalid DN is added | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -15/+4 |
2007-10-10 | r7602: fix some compiler warnings | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r6833: split out the routine that calculates the diff between two ldb message... | Andrew Tridgell | 1 | -0/+55 |