summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r20023: handle <SID=...> <WKGUID=...> dn's also in ldb_dn_new_fmt()Stefan Metzmacher1-0/+10
2007-10-10r19966: we don't need 2 versions of this functionsStefan Metzmacher1-34/+4
2007-10-10r19964: make debuging easier and report usefull error messagesStefan Metzmacher1-1/+1
2007-10-10r19954: allow more special dn's:Stefan Metzmacher1-0/+10
2007-10-10r19910: Make better use of our set of talloc utility functionsSimo Sorce1-5/+5
2007-10-10r19909: Make this one double as fastSimo Sorce1-5/+17
2007-10-10r19907: this function is used a lotSimo Sorce1-18/+40
2007-10-10r19906: ldb_attr_cmp is used a lotSimo Sorce1-11/+0
2007-10-10r19901: Fix a potential NULL dereferenceVolker Lendecke1-0/+3
2007-10-10r19888: make it possible to use default attrib handlers from extensionsSimo Sorce1-10/+11
2007-10-10r19887: return "" string only if the dn is a valid oneSimo Sorce1-5/+9
2007-10-10r19886: ncName is specific to samba, not the generic ldb engineSimo Sorce1-1/+0
2007-10-10r19885: special dn's were not casefolded before rev 19831,Stefan Metzmacher1-13/+11
2007-10-10r19871: simplify moreSimo Sorce1-17/+7
2007-10-10r19870: Simplify codeSimo Sorce1-25/+11
2007-10-10r19869: fix memleaksSimo Sorce1-34/+121
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce4-5/+5
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce7-621/+962
2007-10-10r19743: merge from samba3:Stefan Metzmacher1-1/+0
2007-10-10r19742: fix compiler warningsStefan Metzmacher1-4/+8
2007-10-10r19740: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett1-1/+13
2007-10-10r19720: - don't pass a pointer reference to ldb_search_default_callback()Stefan Metzmacher1-13/+14
2007-10-10r19719: don't use 'new' as var name samba3 doesn't like it...Stefan Metzmacher1-4/+4
2007-10-10r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2-32/+89
2007-10-10r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij1-3/+12
2007-10-10r19490: better to check the return resultSimo Sorce1-4/+5
2007-10-10r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...Simo Sorce2-11/+22
2007-10-10r19454: In standalone build init asq tooSimo Sorce1-0/+1
2007-10-10r19453: Expose helper functionsSimo Sorce1-2/+3
2007-10-10r19365: fixed a memory leak in the ldb attribute handlingAndrew Tridgell1-0/+14
2007-10-10r19362: - don't need to store the baseinfo message after cache loadAndrew Tridgell1-0/+1
2007-10-10r19361: added a commentAndrew Tridgell1-0/+3
2007-10-10r19323: fixed a leak in the ldif parse codeAndrew Tridgell1-0/+1
2007-10-10r19305: Potential memleak on the ldb_context if we don't use a temp mem contextSimo Sorce1-1/+10
2007-10-10r19289: fixed a memory leak in ldb_dn_string_compose()Andrew Tridgell1-2/+4
2007-10-10r19264: Clarify behaviour in ldb_search_callback() and provide moreAndrew Bartlett1-7/+11
2007-10-10r19196: merge from samba3:Stefan Metzmacher4-21/+23
2007-10-10r19188: merge from samba3:Stefan Metzmacher6-14/+19
2007-10-10r19113: fixed another checker warning.Andrew Tridgell1-0/+1
2007-10-10r19112: fixed a checker warning.Andrew Tridgell1-1/+1
2007-10-10r19079: talloc_array can failVolker Lendecke1-0/+1
2007-10-10r19076: ldb_dn_copy_partial can failVolker Lendecke1-0/+1
2007-10-10r19075: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r19074: Merge from 3_0: Fix a potential NULL dereference.Volker Lendecke1-1/+1
2007-10-10r19068: Fix a potential NULL dereferenceVolker Lendecke1-0/+4
2007-10-10r18978: Fix bug found by:Andrew Bartlett1-3/+13
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell1-0/+11
2007-10-10r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell1-0/+5
2007-10-10r18903: merge from samba3:Stefan Metzmacher1-2/+2