summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb_ldif.c
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: fixed O(n^2) string handling in ldif debug printAndrew Tridgell2009-09-211-3/+3
* s4/ldb: don't line wrap ldif when --show-binary is usedAndrew Tridgell2009-09-081-4/+9
* s4/ldb: added --show-binary command line optionAndrew Tridgell2009-09-081-2/+6
* added ldb_ldif_message_string()Andrew Tridgell2009-09-021-0/+16
* s4:ldb Add ldb_ldif_write_string() and python wrappersAndrew Bartlett2009-08-261-0/+40
* remove all '\n' from ldb_debugSumit Bose2009-07-141-6/+6
* s4:ldb Fix talloc hirarchy in LDIF parsing codeAndrew Bartlett2009-07-061-3/+3
* Fix the mess with ldb includes.Simo Sorce2009-01-301-1/+1
* s4:ldb: use try to print the extended dn in the ldif outputAndrew Bartlett2008-12-171-2/+4
* Print unconvertable ldb element values as base64.Andrew Bartlett2008-11-171-2/+4
* Use ldb_dn_from_ldb_val to avoid possible over-run of the value.Andrew Bartlett2008-11-041-2/+2
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-101-2/+1
* r23795: more v2->v3 conversionAndrew Tridgell2007-10-101-1/+1
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-101-2/+1
* r20189: remove unused struct elementStefan Metzmacher2007-10-101-2/+0
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2007-10-101-7/+7
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-2/+2
* r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2007-10-101-1/+1
* r19323: fixed a leak in the ldif parse codeAndrew Tridgell2007-10-101-0/+1
* r19305: Potential memleak on the ldb_context if we don't use a temp mem contextSimo Sorce2007-10-101-1/+10
* r19188: merge from samba3:Stefan Metzmacher2007-10-101-4/+7
* r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2007-10-101-1/+7
* r18130: the move to system/ in libreplace broke some things ... should beAndrew Tridgell2007-10-101-0/+1
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-101-35/+1
* r12829: fix ldb headers, to not include '<...>' files in .c filesStefan Metzmacher2007-10-101-6/+1
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-7/+7
* r10303: check no attribute is given emptySimo Sorce2007-10-101-0/+5
* r9771: - Prevent ldb crash when a invalid DN is addedJelmer Vernooij2007-10-101-0/+6
* r9671: patch from Kai Blin fixing a bug in our base64 encoderAndrew Tridgell2007-10-101-3/+4
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2007-10-101-2/+2
* r8342: allow ldb_ldif_read_string() to continue in the string, so you canAndrew Tridgell2007-10-101-3/+6
* r8082: large rewite of ldb_dn.cSimo Sorce2007-10-101-3/+3
* r8037: a fairly major update to the internals of ldb. Changes are:Andrew Tridgell2007-10-101-69/+9
* r7808: fixed the build of ldb after the binary file support in ldif was addedAndrew Tridgell2007-10-101-1/+3
* r7805: add support to read binary files into attributes data like ldap tools ...Simo Sorce2007-10-101-3/+73
* r7804: added the samba specific ldif handlers into the tree, but don't enableAndrew Tridgell2007-10-101-2/+26
* r7803: added support in ldb for callers to setup ldif read/write functions,Andrew Tridgell2007-10-101-10/+69
* r7740: get rid of our duplicate base64 routinesAndrew Tridgell2007-10-101-4/+4
* r7739: fixed an off by one bug in the base64 decoder for ldb ldifAndrew Tridgell2007-10-101-0/+3
* r4714: move the ldb code to the new talloc interface (eg remove _p suffix)Simo Sorce2007-10-101-8/+8
* r4474: - converted ldb to use talloc internallyAndrew Tridgell2007-10-101-27/+25
* r4010: fixed parsing of null attributes in the ldb ldif parserAndrew Tridgell2007-10-101-2/+6
* r3783: - don't use make proto for ldb anymoreStefan Metzmacher2007-10-101-0/+2
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a newAndrew Bartlett2007-10-101-0/+2
* r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned intTim Potter2007-10-101-4/+4
* r943: change samba4 to use 'uint8_t' instead of 'unsigned char'Stefan Metzmacher2007-10-101-3/+3
* r792: - changed the ldb ldif_* functions to be in the ldb_ namespaceAndrew Tridgell2007-10-101-14/+14
* r513: added a generic ldb debug system to allow the Samba debug functions toAndrew Tridgell2007-10-101-4/+6