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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-11
winreg: add winreg_KeyType enum.
Günther Deschner
1
-1
/
+1
2010-03-11
s4-registry: add all winreg types to reg_value_types table.
Günther Deschner
1
-3
/
+11
2010-03-11
s4:lib/socket Don't go via a string when resolving addresses in connect_multi
Andrew Bartlett
1
-28
/
+20
2010-03-11
s4:lib/socket Add function to set a port on the socket address
Andrew Bartlett
2
-0
/
+14
2010-03-10
s4:registry/ldb.c - if "name" isn't set we should return WERR_INVALID_PARAM
Matthias Dieter Wallnöfer
1
-1
/
+5
2010-03-10
s4:lib/registry/ldb.c - fix up registry backend to be more robust
Matthias Dieter Wallnöfer
1
-9
/
+5
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-08
s4:ldif_handlers - Change "unsigned int" to "uint32_t" which fits better here
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-03-06
s4:lib/registry/ldb.c - fix trailing whitespaces
Matthias Dieter Wallnöfer
1
-6
/
+6
2010-03-06
s4:registry library - fix up "reg_ldb_set_value"
Matthias Dieter Wallnöfer
1
-9
/
+23
2010-03-06
s4:registry library - make "reg_ldb_pack/unpack_value" more robust
Matthias Dieter Wallnöfer
1
-28
/
+35
2010-03-06
s4:libregistry - change counters to be "unsigned"
Matthias Dieter Wallnöfer
10
-40
/
+41
2010-03-06
LDB:tools - change counters to be unsigned
Matthias Dieter Wallnöfer
6
-32
/
+38
2010-03-05
s4-messaging: use auto-close on the socket
Andrew Tridgell
1
-0
/
+1
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-04
s4:ldif_handlers - Use "unsigned int" for counting purposes
Matthias Dieter Wallnöfer
1
-4
/
+4
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
s4:registry/regf.c - specify the context when freeing the "regf" variable
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-02-22
Spelling fixes for source4/lib/registry.
Brad Hards
4
-8
/
+8
2010-02-22
Typo fix.
Brad Hards
1
-1
/
+1
2010-02-22
LDB related spelling fixes.
Brad Hards
11
-11
/
+11
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
[next]