Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20373: When adding a base to a "" DN, don't precede it with a comma (,) | Andrew Bartlett | 1 | -2/+10 |
2007-10-10 | r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer | Stefan Metzmacher | 1 | -5/+5 |
2007-10-10 | r20023: handle <SID=...> <WKGUID=...> dn's also in ldb_dn_new_fmt() | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r19954: allow more special dn's: | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r19910: Make better use of our set of talloc utility functions | Simo Sorce | 1 | -5/+5 |
2007-10-10 | r19901: Fix a potential NULL dereference | Volker Lendecke | 1 | -0/+3 |
2007-10-10 | r19887: return "" string only if the dn is a valid one | Simo Sorce | 1 | -5/+9 |
2007-10-10 | r19885: special dn's were not casefolded before rev 19831, | Stefan Metzmacher | 1 | -13/+11 |
2007-10-10 | r19871: simplify more | Simo Sorce | 1 | -17/+7 |
2007-10-10 | r19870: Simplify code | Simo Sorce | 1 | -25/+11 |
2007-10-10 | r19869: fix memleaks | Simo Sorce | 1 | -34/+121 |
2007-10-10 | r19832: better prototypes for the linearization functions: | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r19831: Big ldb_dn optimization and interfaces enhancement patch | Simo Sorce | 1 | -587/+921 |
2007-10-10 | r19719: don't use 'new' as var name samba3 doesn't like it... | Stefan Metzmacher | 1 | -4/+4 |
2007-10-10 | r19531: Make struct ldb_dn opaque and local to ldb_dn.c | Simo Sorce | 1 | -31/+88 |
2007-10-10 | r19361: added a comment | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r19289: fixed a memory leak in ldb_dn_string_compose() | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r19196: merge from samba3: | Stefan Metzmacher | 1 | -12/+15 |
2007-10-10 | r19188: merge from samba3: | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r19113: fixed another checker warning. | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19079: talloc_array can fail | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r19076: ldb_dn_copy_partial can fail | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r19075: Fix a potential NULL dereference | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r19068: Fix a potential NULL dereference | Volker Lendecke | 1 | -0/+4 |
2007-10-10 | r17722: better to use talloc_vasprintf() than vasprintf() directly, as it | Andrew Tridgell | 1 | -4/+3 |
2007-10-10 | r17579: make ldb build g++ friendly | Andrew Tridgell | 1 | -36/+36 |
2007-10-10 | r16936: Correct comment in this comparison function | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r16832: I should be more careful (and test!) when trying to make compilers and | Andrew Bartlett | 1 | -1/+3 |
2007-10-10 | r16829: Fix a number of issues raised by the IBM checker, or gcc warnings. | Andrew Bartlett | 1 | -8/+11 |
2007-10-10 | r16100: Patch from Michael Wood <mwood@icts.uct.ac.za>: s/then/than/ for corr... | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r16086: Ensure we can never dereference NULL pointers, and that describe what | Andrew Bartlett | 1 | -7/+14 |
2007-10-10 | r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp() | Simo Sorce | 1 | -3/+2 |
2007-10-10 | r13324: From now on check attribute names obey rfc2251 | Simo Sorce | 1 | -21/+5 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -3/+1 |
2007-10-10 | r12748: Fix wrong handling of separation characters for RDNs | Simo Sorce | 1 | -5/+15 |
2007-10-10 | r12733: Merge ldap/ldb controls into main tree | Simo Sorce | 1 | -0/+33 |
2007-10-10 | r10980: Use ldb_attr_cmp and ldb_dn_escape_value | Andrew Bartlett | 1 | -6/+6 |
2007-10-10 | r10959: fix compiler warnings | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r10956: Tridge thought some comments might be a good idea :-) | Andrew Bartlett | 1 | -2/+14 |
2007-10-10 | r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.c | Andrew Bartlett | 1 | -0/+55 |
2007-10-10 | r10918: - fixed standalone ldb build | Andrew Tridgell | 1 | -4/+5 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -9/+10 |
2007-10-10 | r10231: seem I flipped these, fix. | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r9929: Fix indentation | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r9394: avoid to use BOOL in ldb | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r9393: Fix ldb standalone build | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r9392: Fix ldb_dn_compose to make build farm happy | Simo Sorce | 1 | -4/+21 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -9/+299 |
2007-10-10 | r9387: regedit uses "New Key #nn" for newly created keys, which conflicts wit... | Andrew Tridgell | 1 | -1/+1 |