summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s4:registry library - make "reg_ldb_pack/unpack_value" more robustMatthias Dieter Wallnöfer2010-03-061-28/+35
* s4:libregistry - change counters to be "unsigned"Matthias Dieter Wallnöfer2010-03-0610-40/+41
* LDB:tools - change counters to be unsignedMatthias Dieter Wallnöfer2010-03-066-32/+38
* s4-messaging: use auto-close on the socketAndrew Tridgell2010-03-051-0/+1
* 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:ldif_handlers - Use "unsigned int" for counting purposesMatthias Dieter Wallnöfer2010-03-041-4/+4
* 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
* s4:registry/regf.c - specify the context when freeing the "regf" variableMatthias Dieter Wallnöfer2010-02-221-1/+1
* Spelling fixes for source4/lib/registry.Brad Hards2010-02-224-8/+8
* Typo fix.Brad Hards2010-02-221-1/+1
* LDB related spelling fixes.Brad Hards2010-02-2211-11/+11
* 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:popt_common.c - fix intendationMatthias Dieter Wallnöfer2010-02-131-1/+1
* 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
* s4-socket: use TYPESAFE_QSORT() in netif codeAndrew Tridgell2010-02-131-1/+2
* 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:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-093-12/+0
* s4-registry: fixed byte order assumptionsAndrew Tridgell2010-02-074-7/+9
* Change uint_t to unsigned int in source4Matt Kraai2010-02-021-1/+1
* s4/ldif: Handle Schema:prefixMap blobs in W2K3 and W2K8Kamen Mazdrashki2010-02-011-6/+16
* s4/ldif: Better control on ldif_write_NDR() errors processingKamen Mazdrashki2010-02-011-6/+21
* 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
* s4-drs: implementation of some delete test casesEduardo Lima2010-01-281-0/+200
* s4: Fix a few warnings.Jelmer Vernooij2010-01-212-0/+3
* Add a comment to tdb_wrap to explain why it should be used instead of directl...Matthieu Patou2010-01-211-0/+7
* Fix unintentional free of the last value when adding a new value to a key.Wilco Baan Hofman2010-01-201-4/+8
* ldap: Fix test failure that seemed to go unreported previously.Jelmer Vernooij2010-01-171-2/+1
* ldap.py: Remove unused imports.Jelmer Vernooij2010-01-171-18/+4