summaryrefslogtreecommitdiffstats
path: root/source/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* r22557: Simo has long bugged me that the paths in the sam.ldb partitions wereAndrew Bartlett2007-04-281-1/+11
* r22474: If ldb does not return sucess, then the res variable may not be valid.Andrew Bartlett2007-04-231-2/+0
* r21761: - Give more detail on LDAP client library failures (make it clearAndrew Bartlett2007-03-081-1/+1
* r21760: Try to pin down were some errors are coming from. Ensure we at leastAndrew Bartlett2007-03-081-8/+25
* r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett2007-03-071-0/+3
* r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett2007-02-221-5/+442
* r20952: when a component is changed we need to rebuild the linearized stringStefan Metzmacher2007-01-221-0/+1
* r20852: add a function to add a ldb control to a ldb_requestStefan Metzmacher2007-01-171-0/+28
* r20761: let ldb modules call ldb_set_default_dns()Stefan Metzmacher2007-01-141-1/+1
* r20731: we need the complex memmove() handling for removing an attribute only...Stefan Metzmacher2007-01-131-16/+12
* r20588: handle extended operations in the ldb_next_request() callStefan Metzmacher2007-01-061-0/+3
* r20583: implement the frontend calls for extended operationsStefan Metzmacher2007-01-061-0/+106
* r20581: - the ldb modules have explicit hooks for extended operationsStefan Metzmacher2007-01-061-0/+4
* r20462: add functions to handle UTCTime stringsStefan Metzmacher2007-01-021-3/+56
* r20373: When adding a base to a "" DN, don't precede it with a comma (,)Andrew Bartlett2006-12-281-2/+10
* r20317: store references to all important naming contexts.Stefan Metzmacher2006-12-221-13/+45
* r20192: I assume a 'break' is the correct thing to do here,Stefan Metzmacher2006-12-151-0/+1
* r20189: remove unused struct elementStefan Metzmacher2006-12-152-3/+0
* r20188: move back to an default attribute handler and not use the '*' attributeStefan Metzmacher2006-12-151-2/+15
* r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher2006-12-154-102/+103
* r20168: start separating attributes and syntaxesStefan Metzmacher2006-12-142-26/+24
* r20033: Never commit before testingSimo Sorce2006-12-051-3/+6
* r20032: Add ldb_search_exp_fmt()Simo Sorce2006-12-051-0/+36
* r20023: handle <SID=...> <WKGUID=...> dn's also in ldb_dn_new_fmt()Stefan Metzmacher2006-12-031-0/+10
* r19966: we don't need 2 versions of this functionsStefan Metzmacher2006-11-301-34/+4
* r19964: make debuging easier and report usefull error messagesStefan Metzmacher2006-11-301-1/+1
* r19954: allow more special dn's:Stefan Metzmacher2006-11-291-0/+10
* r19910: Make better use of our set of talloc utility functionsSimo Sorce2006-11-261-5/+5
* r19909: Make this one double as fastSimo Sorce2006-11-261-5/+17
* r19907: this function is used a lotSimo Sorce2006-11-261-18/+40
* r19906: ldb_attr_cmp is used a lotSimo Sorce2006-11-261-11/+0
* r19901: Fix a potential NULL dereferenceVolker Lendecke2006-11-251-0/+3
* r19888: make it possible to use default attrib handlers from extensionsSimo Sorce2006-11-251-10/+11
* r19887: return "" string only if the dn is a valid oneSimo Sorce2006-11-251-5/+9
* r19886: ncName is specific to samba, not the generic ldb engineSimo Sorce2006-11-251-1/+0
* r19885: special dn's were not casefolded before rev 19831,Stefan Metzmacher2006-11-251-13/+11
* r19871: simplify moreSimo Sorce2006-11-231-17/+7
* r19870: Simplify codeSimo Sorce2006-11-231-25/+11
* r19869: fix memleaksSimo Sorce2006-11-231-34/+121
* r19832: better prototypes for the linearization functions:Simo Sorce2006-11-224-5/+5
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2006-11-227-621/+962
* r19743: merge from samba3:Stefan Metzmacher2006-11-161-1/+0
* r19742: fix compiler warningsStefan Metzmacher2006-11-161-4/+8
* r19740: fix compiler warningStefan Metzmacher2006-11-161-1/+1
* r19731: Modify the ldb_map infrustructure to always map from requestedAndrew Bartlett2006-11-161-1/+13
* r19720: - don't pass a pointer reference to ldb_search_default_callback()Stefan Metzmacher2006-11-151-13/+14
* r19719: don't use 'new' as var name samba3 doesn't like it...Stefan Metzmacher2006-11-151-4/+4
* r19531: Make struct ldb_dn opaque and local to ldb_dn.cSimo Sorce2006-11-012-32/+89
* r19507: Merge my DSO fixes branch. Building Samba's libraries as shared libra...Jelmer Vernooij2006-10-291-3/+12
* r19490: better to check the return resultSimo Sorce2006-10-251-4/+5