Age | Commit message (Expand) | Author | Files | Lines |
2009-09-08 | s4/ldb: don't line wrap ldif when --show-binary is used | Andrew Tridgell | 1 | -4/+9 |
2009-09-08 | s4/ldb: added --show-binary command line option | Andrew Tridgell | 1 | -2/+6 |
2009-09-02 | added ldb_ldif_message_string() | Andrew Tridgell | 1 | -0/+16 |
2009-08-26 | s4:ldb Add ldb_ldif_write_string() and python wrappers | Andrew Bartlett | 1 | -0/+40 |
2009-07-14 | remove all '\n' from ldb_debug | Sumit Bose | 1 | -6/+6 |
2009-07-06 | s4:ldb Fix talloc hirarchy in LDIF parsing code | Andrew Bartlett | 1 | -3/+3 |
2009-01-30 | Fix the mess with ldb includes. | Simo Sorce | 1 | -1/+1 |
2008-12-17 | s4:ldb: use try to print the extended dn in the ldif output | Andrew Bartlett | 1 | -2/+4 |
2008-11-17 | Print unconvertable ldb element values as base64. | Andrew Bartlett | 1 | -2/+4 |
2008-11-04 | Use ldb_dn_from_ldb_val to avoid possible over-run of the value. | Andrew Bartlett | 1 | -2/+2 |
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 | r22681: Fix standalone ldb build when parent directory name != ldb. | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r20189: remove unused struct element | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer | Stefan Metzmacher | 1 | -7/+7 |
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/+2 |
2007-10-10 | r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum... | Simo Sorce | 1 | -1/+1 |
2007-10-10 | r19323: fixed a leak in the ldif parse code | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r19305: Potential memleak on the ldb_context if we don't use a temp mem context | Simo Sorce | 1 | -1/+10 |
2007-10-10 | r19188: merge from samba3: | Stefan Metzmacher | 1 | -4/+7 |
2007-10-10 | r18536: fixed the loading of external binary files from ldif into ldb | Andrew Tridgell | 1 | -1/+7 |
2007-10-10 | r18130: the move to system/ in libreplace broke some things ... should be | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r13324: From now on check attribute names obey rfc2251 | Simo Sorce | 1 | -35/+1 |
2007-10-10 | r12829: fix ldb headers, to not include '<...>' files in .c files | Stefan Metzmacher | 1 | -6/+1 |
2007-10-10 | r10913: This patch isn't as big as it looks ... | Andrew Tridgell | 1 | -7/+7 |
2007-10-10 | r10303: check no attribute is given empty | Simo Sorce | 1 | -0/+5 |
2007-10-10 | r9771: - Prevent ldb crash when a invalid DN is added | Jelmer Vernooij | 1 | -0/+6 |
2007-10-10 | r9671: patch from Kai Blin fixing a bug in our base64 encoder | Andrew Tridgell | 1 | -3/+4 |
2007-10-10 | r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting... | Simo Sorce | 1 | -2/+2 |
2007-10-10 | r8342: allow ldb_ldif_read_string() to continue in the string, so you can | Andrew Tridgell | 1 | -3/+6 |
2007-10-10 | r8082: large rewite of ldb_dn.c | Simo Sorce | 1 | -3/+3 |
2007-10-10 | r8037: a fairly major update to the internals of ldb. Changes are: | Andrew Tridgell | 1 | -69/+9 |
2007-10-10 | r7808: fixed the build of ldb after the binary file support in ldif was added | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r7805: add support to read binary files into attributes data like ldap tools ... | Simo Sorce | 1 | -3/+73 |
2007-10-10 | r7804: added the samba specific ldif handlers into the tree, but don't enable | Andrew Tridgell | 1 | -2/+26 |
2007-10-10 | r7803: added support in ldb for callers to setup ldif read/write functions, | Andrew Tridgell | 1 | -10/+69 |
2007-10-10 | r7740: get rid of our duplicate base64 routines | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r7739: fixed an off by one bug in the base64 decoder for ldb ldif | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r4714: move the ldb code to the new talloc interface (eg remove _p suffix) | Simo Sorce | 1 | -8/+8 |
2007-10-10 | r4474: - converted ldb to use talloc internally | Andrew Tridgell | 1 | -27/+25 |
2007-10-10 | r4010: fixed parsing of null attributes in the ldb ldif parser | Andrew Tridgell | 1 | -2/+6 |
2007-10-10 | r3783: - don't use make proto for ldb anymore | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int | Tim Potter | 1 | -4/+4 |
2007-10-10 | r943: change samba4 to use 'uint8_t' instead of 'unsigned char' | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r792: - changed the ldb ldif_* functions to be in the ldb_ namespace | Andrew Tridgell | 1 | -14/+14 |
2007-10-10 | r513: added a generic ldb debug system to allow the Samba debug functions to | Andrew Tridgell | 1 | -4/+6 |
2007-10-10 | r502: modified ldb to allow the use of an external pool memory | Andrew Tridgell | 1 | -36/+44 |