summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* ldap.py: Fix syntax error.Jelmer Vernooij2010-03-291-1/+1
* s4-python: Format to PEP8, simplify tests.Jelmer Vernooij2010-03-292-21/+22
* s4-ldb: removed unused command line options -I and -OAndrew Tridgell2010-03-252-4/+0
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-03-257-7/+7
* Fix typo and convert spaces to tabsSimo Sorce2010-03-091-4/+4
* s4:ldb fix escape parsingSimo Sorce2010-03-091-2/+24
* Fixed a bug in acl tests - python error when we create user/group/ou with a d...Nadezhda Ivanova2010-03-091-23/+23
* Added a check for permissions to modify the RDN attribute on rename.Nadezhda Ivanova2010-03-091-0/+32
* LDB:asq module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+5
* LDB:sort module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+5
* LDB:rdn name module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+3
* LDB:paged searches module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-2/+2
* LDB:paged results module - change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-4/+4
* LDB:common - Change counters to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-0811-67/+76
* s4:LDB TDB index code - reintroduce accidentally removed code partMatthias Dieter Wallnöfer2010-03-081-1/+3
* s4:ldb_ldap.c - fix indentationMatthias Dieter Wallnöfer2010-03-081-1/+1
* LDB:TDB backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-085-16/+19
* LDB:SQLITE3 backend - change counter variables to "unsigned" where appropriateMatthias Dieter Wallnöfer2010-03-081-8/+10
* LDB:LDAP backend - change a counter variable to "unsigned"Matthias Dieter Wallnöfer2010-03-081-1/+1
* LDB:map - make LDB "signed-safe" on counter variables where appropriateMatthias Dieter Wallnöfer2010-03-083-21/+28
* LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer2010-03-066-32/+38
* s4:ldap.py - give the "primaryGroupToken" test a better nameMatthias Dieter Wallnöfer2010-03-041-3/+3
* s4:ldap.py - add test for "tokenGroups"Matthias Dieter Wallnöfer2010-03-041-0/+44
* Refactored ACL python testsNadezhda Ivanova2010-03-041-441/+256
* s4/ildap: fine tune ildb_callback()Kamen Mazdrashki2010-03-031-3/+3
* LDB:NSS - make LDB "signed-safe" on counter variablesMatthias Dieter Wallnöfer2010-03-021-2/+2
* s4:LDB - cosmetic fix for a "for" loopMatthias Dieter Wallnöfer2010-03-011-1/+1
* s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)Stefan Metzmacher2010-02-261-1/+1
* s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.Stefan Metzmacher2010-02-261-3/+4
* s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()Stefan Metzmacher2010-02-261-2/+2
* s4:ldb Fix segfault in ldbsearch store_referral callbackAndrew Bartlett2010-02-251-6/+1
* ldb:web Fix typoSimo Sorce2010-02-221-1/+1
* LDB related spelling fixes.Brad Hards2010-02-2210-10/+10
* s4/ldap: Refactor the fix for ldap nested searchesKamen Mazdrashki2010-02-171-9/+15
* s4-ldb: fixed permissions on urgent_replication.pyAndrew Tridgell2010-02-151-0/+0
* s4-test: minor fixes to urgent_replication.pyAndrew Tridgell2010-02-151-27/+4
* s4-drs: Test situations for Urgent ReplicationFernando J V da Silva2010-02-151-0/+414
* s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb codeAndrew Tridgell2010-02-145-11/+20
* s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell2010-02-132-5/+2
* s4-ldb: added LDB_TYPESAFE_QSORT()Andrew Tridgell2010-02-131-0/+18
* ldb_match - Ignore ":dn" part of extended matches for nowMatthias Dieter Wallnöfer2010-02-111-2/+5
* s4-pyldb: null terminate string ldb message elements from pythonAndrew Tridgell2010-02-121-4/+4
* util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)Andrew Tridgell2010-02-101-59/+111
* s4-ldb: update ldb_tdb to use new DLIST_ macrosAndrew Tridgell2010-02-101-15/+3
* Temporary changes to dlinklist to keep the implementation static whilstJeremy Allison2010-02-101-0/+16
* s4:ldb quiet down rootdse control registrationSimo Sorce2010-01-311-1/+1
* s4:ldb Fix check made conditional by mistakeSimo Sorce2010-01-301-7/+11
* s4:ldb add support for permissive modify controlSimo Sorce2010-01-301-24/+96
* s4/ldap: Fix nested searches SEGFAULT bugKamen Mazdrashki2010-01-291-0/+11
* s4-ldbtest: fixed python importAndrew Tridgell2010-01-281-2/+2