index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-29
ldap.py: Fix syntax error.
Jelmer Vernooij
1
-1
/
+1
2010-03-29
s4-python: Format to PEP8, simplify tests.
Jelmer Vernooij
2
-21
/
+22
2010-03-25
s4-ldb: removed unused command line options -I and -O
Andrew Tridgell
2
-4
/
+0
2010-03-25
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
7
-7
/
+7
2010-03-09
Fix typo and convert spaces to tabs
Simo Sorce
1
-4
/
+4
2010-03-09
s4:ldb fix escape parsing
Simo Sorce
1
-2
/
+24
2010-03-09
Fixed a bug in acl tests - python error when we create user/group/ou with a d...
Nadezhda Ivanova
1
-23
/
+23
2010-03-09
Added a check for permissions to modify the RDN attribute on rename.
Nadezhda Ivanova
1
-0
/
+32
2010-03-08
LDB:asq module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
1
-4
/
+5
2010-03-08
LDB:sort module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
1
-4
/
+5
2010-03-08
LDB:rdn name module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-03-08
LDB:paged searches module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-03-08
LDB:paged results module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
1
-4
/
+4
2010-03-08
LDB:common - Change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
11
-67
/
+76
2010-03-08
s4:LDB TDB index code - reintroduce accidentally removed code part
Matthias Dieter Wallnöfer
1
-1
/
+3
2010-03-08
s4:ldb_ldap.c - fix indentation
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-03-08
LDB:TDB backend - change counter variables to "unsigned" where appropriate
Matthias Dieter Wallnöfer
5
-16
/
+19
2010-03-08
LDB:SQLITE3 backend - change counter variables to "unsigned" where appropriate
Matthias Dieter Wallnöfer
1
-8
/
+10
2010-03-08
LDB:LDAP backend - change a counter variable to "unsigned"
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-03-08
LDB:map - make LDB "signed-safe" on counter variables where appropriate
Matthias Dieter Wallnöfer
3
-21
/
+28
2010-03-06
LDB:tools - change counters to be unsigned
Matthias Dieter Wallnöfer
6
-32
/
+38
2010-03-04
s4:ldap.py - give the "primaryGroupToken" test a better name
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-03-04
s4:ldap.py - add test for "tokenGroups"
Matthias Dieter Wallnöfer
1
-0
/
+44
2010-03-04
Refactored ACL python tests
Nadezhda Ivanova
1
-441
/
+256
2010-03-03
s4/ildap: fine tune ildb_callback()
Kamen Mazdrashki
1
-3
/
+3
2010-03-02
LDB:NSS - make LDB "signed-safe" on counter variables
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-03-01
s4:LDB - cosmetic fix for a "for" loop
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-02-26
s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)
Stefan Metzmacher
1
-1
/
+1
2010-02-26
s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.
Stefan Metzmacher
1
-3
/
+4
2010-02-26
s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()
Stefan Metzmacher
1
-2
/
+2
2010-02-25
s4:ldb Fix segfault in ldbsearch store_referral callback
Andrew Bartlett
1
-6
/
+1
2010-02-22
ldb:web Fix typo
Simo Sorce
1
-1
/
+1
2010-02-22
LDB related spelling fixes.
Brad Hards
10
-10
/
+10
2010-02-17
s4/ldap: Refactor the fix for ldap nested searches
Kamen Mazdrashki
1
-9
/
+15
2010-02-15
s4-ldb: fixed permissions on urgent_replication.py
Andrew Tridgell
1
-0
/
+0
2010-02-15
s4-test: minor fixes to urgent_replication.py
Andrew Tridgell
1
-27
/
+4
2010-02-15
s4-drs: Test situations for Urgent Replication
Fernando J V da Silva
1
-0
/
+414
2010-02-14
s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code
Andrew Tridgell
5
-11
/
+20
2010-02-13
s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()
Andrew Tridgell
2
-5
/
+2
2010-02-13
s4-ldb: added LDB_TYPESAFE_QSORT()
Andrew Tridgell
1
-0
/
+18
2010-02-11
ldb_match - Ignore ":dn" part of extended matches for now
Matthias Dieter Wallnöfer
1
-2
/
+5
2010-02-12
s4-pyldb: null terminate string ldb message elements from python
Andrew Tridgell
1
-4
/
+4
2010-02-10
util: rewrite dlinklist.h so that DLIST_ADD_END() is O(1)
Andrew Tridgell
1
-59
/
+111
2010-02-10
s4-ldb: update ldb_tdb to use new DLIST_ macros
Andrew Tridgell
1
-15
/
+3
2010-02-10
Temporary changes to dlinklist to keep the implementation static whilst
Jeremy Allison
1
-0
/
+16
2010-01-31
s4:ldb quiet down rootdse control registration
Simo Sorce
1
-1
/
+1
2010-01-30
s4:ldb Fix check made conditional by mistake
Simo Sorce
1
-7
/
+11
2010-01-30
s4:ldb add support for permissive modify control
Simo Sorce
1
-24
/
+96
2010-01-29
s4/ldap: Fix nested searches SEGFAULT bug
Kamen Mazdrashki
1
-0
/
+11
2010-01-28
s4-ldbtest: fixed python import
Andrew Tridgell
1
-2
/
+2
[next]