summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4-ldb: declate ldb_val_to_time()Andrew Tridgell2010-01-021-0/+6
* s4-ldb: use safe length limited conversions for int64 and timeAndrew Tridgell2010-01-021-13/+48
* s4-dsdb: use safe length limiting in string->integer conversionAndrew Tridgell2010-01-021-11/+35
* s4-ldb: added ldb_val_to_time() Andrew Tridgell2010-01-021-0/+27
* s4-ldb: show the error code as well as errstrAndrew Tridgell2010-01-021-2/+3
* s4-ldb: added ldb_module_get_ops()Andrew Tridgell2010-01-022-0/+6
* s4-ldb: use the RELAX control to disable single value checking on replaceAndrew Tridgell2010-01-023-5/+16
* s4-dsdb: split RMD_USN into RMD_LOCAL_USN and RMD_ORIGINATING_USNAndrew Tridgell2010-01-021-1/+6
* pyldb: Add dom_sid.split in favor of less powerful dom_sid_to_rid().Jelmer Vernooij2009-12-312-10/+10
* s4:lib/registry/util.c - Reintroduce "FIXME"sMatthias Dieter Wallnöfer2009-12-301-0/+2
* s4:lib/socket: add socket_get_{remote|local}_addr() to get a tsocket_address ...Stefan Metzmacher2009-12-242-0/+32
* s4:lib/socket: add helpers functions to convert between socket_address and ts...Stefan Metzmacher2009-12-243-1/+48
* s4:ldb Fix declaration in the middle of the codeSimo Sorce2009-12-231-2/+4
* s4: Fix the buildSimo Sorce2009-12-231-0/+1
* s4: tests controls parsing and using for ldbadd/ldbedit/ldbmodifyMatthieu Patou2009-12-234-1/+90
* s4: make ldbadd/ldbmodify/ldbdelete really use the --controls switchMatthieu Patou2009-12-236-9/+230
* Samba4 and LDB requires talloc 2.0.1Andrew Bartlett2009-12-221-1/+1
* provision/pyldb: Avoid linking in static python ldb module.Jelmer Vernooij2009-12-212-2/+3
* ldb_wrap: Fix compilation when using system ldb.Jelmer Vernooij2009-12-211-1/+1
* s4-tort: Tests for "msDS-IntId" attribute implementedKamen Mazdrashki2009-12-211-2/+281
* s4-tort: Move Schema tests from ldap.py into separate moduleKamen Mazdrashki2009-12-212-133/+221
* Added oid for AS_SYSTEM control, used to bypass access checks for system oper...Nadezhda Ivanova2009-12-181-0/+6
* s4-ldb: fixed a valgrind error in ldbtestAndrew Tridgell2009-12-181-0/+2
* s4-dsdb: declare ldb_dn_update_components()Andrew Tridgell2009-12-181-0/+1
* s4-dsdb: added ldb_dn_update_components()Andrew Tridgell2009-12-181-0/+23
* s4-ldb: display msDS-OptionalFeatureGUID as a GUIDAndrew Tridgell2009-12-181-0/+1
* s4-ldb: canonicalise the message on ldb_addAndrew Tridgell2009-12-181-0/+9
* s4-dsdb: Add a test for adding, deleting, and appending a posixAccount object...Brendan Powers2009-12-181-0/+30
* Fixed incorrect checking of PRINCIPAL_SELF permissions.Nadezhda Ivanova2009-12-171-2/+41
* s4-ldb: show the OID of any unhandled critical controlsAndrew Tridgell2009-12-161-4/+9
* s4-ldb: fixed a transaction error on prepare_commitAndrew Tridgell2009-12-161-2/+2
* s4-ldb: added --show-deactivated-link command line optionAndrew Tridgell2009-12-161-1/+8
* Removed ldb_modify_ctrl from ldb, implemented as a static in ldap_backend.Nadezhda Ivanova2009-12-152-31/+4
* s4:tls: fix the build on SolarisBrian Lu2009-12-151-0/+3
* s4-ldb: added new ldb_dn extended components for linked attributesAndrew Tridgell2009-12-141-0/+30
* 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-143-1/+43
* s4-ldb: sort the linearized extended DN by component nameAndrew Tridgell2009-12-141-0/+14
* Implementation of sDRightsEffective, allowedAttributesEffective and allowedCh...Nadezhda Ivanova2009-12-101-1/+126
* 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-102-5/+8
* s4-ldb: simplify ldif handlers using new GUID functionsAndrew Tridgell2009-12-101-8/+9
* s4-ldb: fixed nested searches inside ldb modulesAndrew Tridgell2009-12-092-4/+12
* s4-ldb: added a missing ltdb_unlock_read()Andrew Tridgell2009-12-091-0/+1
* s4-ldb: fixed ldbdel with -r (recursive deletion)Andrew Tridgell2009-12-081-0/+15
* s4:build Bump ldb and tdb required versions.Andrew Bartlett2009-12-082-2/+2
* s4:ldb Add a function to match a message against an objectClassAndrew Bartlett2009-12-072-0/+22
* s4:ldap.py Improve testsuite for primaryGroupToken behaviourAndrew Bartlett2009-12-071-0/+22
* s4-ldif: Fix memory leek in ldb_ldif_write()Kamen Mazdrashki2009-12-051-0/+2
* s4-ldb: the '1' form of extended_dn search is easier to readAndrew Tridgell2009-12-011-1/+1