Age | Commit message (Expand) | Author | Files | Lines |
2009-11-13 | s4-ldb: make DN escaping/unescaping consistent | Andrew Tridgell | 1 | -20/+54 |
2009-11-12 | s4:ldb Don't segfault if we somehow get an unknown extended dn element | Andrew Bartlett | 1 | -0/+8 |
2009-11-12 | s4:ldb Remove DN+Binary code from the core ldb_dn | Andrew Bartlett | 1 | -256/+6 |
2009-10-27 | s4-ldb: '+' can also happen in base64 encoded index DNs | Andrew Tridgell | 1 | -1/+1 |
2009-10-25 | s4-ldb: allow for unescaped '=' in a index DN | Andrew Tridgell | 1 | -0/+13 |
2009-10-21 | s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_val | Andrew Tridgell | 1 | -1/+1 |
2009-10-15 | s4-ldb: removed bugus RDN length check | Andrew Tridgell | 1 | -5/+0 |
2009-10-02 | s4-ldb: Add support for binary blobs in DNs | Andrew Tridgell | 1 | -30/+288 |
2009-09-22 | Move the check above the talloc | Anatoliy Atanasov | 1 | -5/+6 |
2009-09-21 | Add support in the ldb_dn.c code for MS-ADTS:3.1.1.5.1.2 Naming Constraints | Anatoliy Atanasov | 1 | -0/+13 |
2009-08-30 | ldb: cosmetic changes in ldb_dn | Simo Sorce | 1 | -193/+292 |
2009-06-01 | when comp_num is zero, the case folded DN is always "" | Andrew Tridgell | 1 | -8/+2 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -1/+1 |
2008-12-19 | Small cosmetic LDB patch regarding return values. | Matthias Dieter Wallnöfer | 1 | -2/+2 |
2008-12-17 | s4:ldb: add infrastructure for extended dn handlers | Andrew Bartlett | 1 | -58/+395 |
2008-10-30 | Revert "Length comparison of the linearized version is not correct." | Simo Sorce | 1 | -0/+3 |
2008-10-29 | Length comparison of the linearized version is not correct. | Simo Sorce | 1 | -3/+0 |
2008-10-02 | s4:lib/ldb: fix stupid <SID=...> dn parsing bugs | Stefan Metzmacher | 1 | -2/+2 |
2008-08-21 | Don't walk past the end of ldb values. | Andrew Bartlett | 1 | -7/+16 |
2007-12-21 | r25630: Allow "NULL" as memory context, for consistency with the rest of the ... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r25215: replace talloc_append_string() with talloc_strdup_append_buffer() | Stefan Metzmacher | 1 | -14/+6 |
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 | r22696: Make sure this is an ascii char | Simo Sorce | 1 | -0/+12 |
2007-10-10 | r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This is | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r20952: when a component is changed we need to rebuild the linearized string | Stefan Metzmacher | 1 | -0/+1 |
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 |