summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/common
Commit message (Expand)AuthorAgeFilesLines
* s4:ldb_msg: first try to decode integers as signed and then fallback to unsignedStefan Metzmacher2010-01-131-0/+18
* s4:ldb: be more strict in parsing ldb time stringsStefan Metzmacher2010-01-131-4/+4
* s4-ldb: validate the type of the ldb argument to ldb_dn_new()Andrew Tridgell2010-01-091-1/+7
* s4-ldb: fixed valgrind error: ares can be freed by callbackAndrew Tridgell2010-01-021-4/+1
* s4-ldb: allow modules to override error return valuesAndrew Tridgell2010-01-021-2/+4
* s4-ldb: use safe length limited conversions for int64 and timeAndrew Tridgell2010-01-021-13/+48
* s4-ldb: added ldb_val_to_time() Andrew Tridgell2010-01-021-0/+27
* s4-ldb: added ldb_module_get_ops()Andrew Tridgell2010-01-021-0/+5
* s4-dsdb: added ldb_dn_update_components()Andrew Tridgell2009-12-181-0/+23
* s4-ldb: canonicalise the message on ldb_addAndrew Tridgell2009-12-181-0/+9
* s4-ldb: fixed a transaction error on prepare_commitAndrew Tridgell2009-12-161-2/+2
* Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.Nadezhda Ivanova2009-12-151-13/+4
* s4-ldb: added a function to filter extended components of a ldb_dnAndrew Tridgell2009-12-141-0/+16
* s4-ldb: added a new "reveal" controlAndrew Tridgell2009-12-141-0/+27
* s4-ldb: sort the linearized extended DN by component nameAndrew Tridgell2009-12-141-0/+14
* s4-ldb: fixed 2 bugs in ldb_dn_set_extended_component()Andrew Tridgell2009-12-101-2/+5
* s4-ldb: use GUID_to_ndr_blob()Andrew Tridgell2009-12-101-1/+6
* s4:ldb Add a function to match a message against an objectClassAndrew Bartlett2009-12-071-0/+19
* s4-ldif: Fix memory leek in ldb_ldif_write()Kamen Mazdrashki2009-12-051-0/+2
* s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()Crístian Deives2009-11-301-3/+4
* s4: fix SD update and password change in upgrade scriptMatthieu Patou2009-11-281-0/+27
* s4-ldb: better to test for valid arguments in ldb library than commandlineAndrew Tridgell2009-11-271-0/+10
* Some changes to allow processing of ldap controls on modify requests.Nadezhda Ivanova2009-11-201-4/+13
* s4-ldb: added a warning about ldb_msg_add_dnAndrew Tridgell2009-11-201-0/+2
* added new function "ldb_msg_add_dn"Crístian Deives2009-11-201-0/+9
* s4-ldb: make DN escaping/unescaping consistentAndrew Tridgell2009-11-131-20/+54
* s4:ldb Allow ldb_msg_canonicalize to handle empty elementsAndrew Bartlett2009-11-121-1/+1
* s4:ldb Don't segfault if we somehow get an unknown extended dn elementAndrew Bartlett2009-11-121-0/+8
* s4:ldb Change ldb_request_add_control to the normal 'for loop' patternAndrew Bartlett2009-11-121-2/+1
* s4:ldb Remove DN+Binary code from the core ldb_dnAndrew Bartlett2009-11-121-256/+6
* s4:ldb Add a helper function for 'canonicalise' both strings base comparesAndrew Bartlett2009-11-121-0/+27
* ldb_init: use constant for result of "ldb_setup_wellknown_attributes"Matthias Dieter Wallnöfer2009-11-071-1/+1
* s4/ldb: Fix double allocation for "ldb_url"Kamen Mazdrashki2009-11-061-2/+2
* s4-ldb: '+' can also happen in base64 encoded index DNsAndrew Tridgell2009-10-271-1/+1
* s4:ldb Add additional tracing of the ldb APIAndrew Bartlett2009-10-272-4/+80
* s4-ldb: allow for unescaped '=' in a index DNAndrew Tridgell2009-10-251-0/+13
* s4-ldb: added ldb_transaction_cancel_noerr()Andrew Tridgell2009-10-231-0/+13
* s4-ldb: fast path for equal pointersAndrew Tridgell2009-10-221-1/+1
* s4-ldb: allow for non-null terminated ldb_val in ldb_dn_from_ldb_valAndrew Tridgell2009-10-211-1/+1
* s4:ldb Add new function to create a cut down list of controlsAndrew Bartlett2009-10-211-0/+41
* s4:ldb Add function to add controls to an LDB replyAndrew Bartlett2009-10-211-0/+34
* s4:ldb_msg_check_string_attribute - add a comment about the result valuesMatthias Dieter Wallnöfer2009-10-181-1/+5
* Revert "s4:ldb_msg - Use LDB constants on results"Matthias Dieter Wallnöfer2009-10-181-3/+4
* s4:ldb_msg - Use LDB constants on resultsMatthias Dieter Wallnöfer2009-10-181-5/+7
* s4:ldb - fixed dangling pointer in ldb_request_add_control()Endi S. Dewata2009-10-161-2/+7
* s4-ldb: removed bugus RDN length checkAndrew Tridgell2009-10-151-5/+0
* Revert "s4:ldb - add a check which has to be done on beginning of a "modify" ...Matthias Dieter Wallnöfer2009-10-121-8/+0
* s4:ldb Allow a NULL module listAndrew Bartlett2009-10-121-1/+1
* s4:ldb Allow a module string of ""Andrew Bartlett2009-10-121-0/+6
* s4:ldb - add a check which has to be done on beginning of a "modify" operationMatthias Dieter Wallnöfer2009-10-081-0/+8