index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:registry - ldb.c - fix up the memory handling in "reg_ldb_unpack_value"
Matthias Dieter Wallnöfer
2010-03-14
1
-3
/
+8
*
s4:registry - ldb.c - check more for possible "Out of memory" circumstances
Matthias Dieter Wallnöfer
2010-03-14
1
-4
/
+10
*
s4:registry - ldb.c - remove superfluous "query" variable
Matthias Dieter Wallnöfer
2010-03-14
1
-4
/
+2
*
s4:registry - ldb.c - Consider result values in "reg_ldb_pack_value"
Matthias Dieter Wallnöfer
2010-03-14
1
-17
/
+59
*
s4:registry - ldb.c - Move the "val" structure
Matthias Dieter Wallnöfer
2010-03-14
1
-3
/
+5
*
s4:lib/registry/rpc: convert to use dcerpc_binding_handle stubs
Stefan Metzmacher
2010-03-12
1
-16
/
+17
*
s4:dcom: add a comment about unused code.
Stefan Metzmacher
2010-03-12
1
-1
/
+1
*
winreg: add winreg_KeyType enum.
Günther Deschner
2010-03-11
1
-1
/
+1
*
s4-registry: add all winreg types to reg_value_types table.
Günther Deschner
2010-03-11
1
-3
/
+11
*
s4:lib/socket Don't go via a string when resolving addresses in connect_multi
Andrew Bartlett
2010-03-11
1
-28
/
+20
*
s4:lib/socket Add function to set a port on the socket address
Andrew Bartlett
2010-03-11
2
-0
/
+14
*
s4:registry/ldb.c - if "name" isn't set we should return WERR_INVALID_PARAM
Matthias Dieter Wallnöfer
2010-03-10
1
-1
/
+5
*
s4:lib/registry/ldb.c - fix up registry backend to be more robust
Matthias Dieter Wallnöfer
2010-03-10
1
-9
/
+5
*
Fix typo and convert spaces to tabs
Simo Sorce
2010-03-09
1
-4
/
+4
*
s4:ldb fix escape parsing
Simo Sorce
2010-03-09
1
-2
/
+24
*
Fixed a bug in acl tests - python error when we create user/group/ou with a d...
Nadezhda Ivanova
2010-03-09
1
-23
/
+23
*
Added a check for permissions to modify the RDN attribute on rename.
Nadezhda Ivanova
2010-03-09
1
-0
/
+32
*
LDB:asq module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-4
/
+5
*
LDB:sort module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-4
/
+5
*
LDB:rdn name module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-2
/
+3
*
LDB:paged searches module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-2
/
+2
*
LDB:paged results module - change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-4
/
+4
*
LDB:common - Change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
11
-67
/
+76
*
s4:LDB TDB index code - reintroduce accidentally removed code part
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+3
*
s4:ldb_ldap.c - fix indentation
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+1
*
LDB:TDB backend - change counter variables to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
5
-16
/
+19
*
LDB:SQLITE3 backend - change counter variables to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
1
-8
/
+10
*
LDB:LDAP backend - change a counter variable to "unsigned"
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+1
*
LDB:map - make LDB "signed-safe" on counter variables where appropriate
Matthias Dieter Wallnöfer
2010-03-08
3
-21
/
+28
*
s4:ldif_handlers - Change "unsigned int" to "uint32_t" which fits better here
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+1
*
s4:lib/registry/ldb.c - fix trailing whitespaces
Matthias Dieter Wallnöfer
2010-03-06
1
-6
/
+6
*
s4:registry library - fix up "reg_ldb_set_value"
Matthias Dieter Wallnöfer
2010-03-06
1
-9
/
+23
*
s4:registry library - make "reg_ldb_pack/unpack_value" more robust
Matthias Dieter Wallnöfer
2010-03-06
1
-28
/
+35
*
s4:libregistry - change counters to be "unsigned"
Matthias Dieter Wallnöfer
2010-03-06
10
-40
/
+41
*
LDB:tools - change counters to be unsigned
Matthias Dieter Wallnöfer
2010-03-06
6
-32
/
+38
*
s4-messaging: use auto-close on the socket
Andrew Tridgell
2010-03-05
1
-0
/
+1
*
s4:ldap.py - give the "primaryGroupToken" test a better name
Matthias Dieter Wallnöfer
2010-03-04
1
-3
/
+3
*
s4:ldap.py - add test for "tokenGroups"
Matthias Dieter Wallnöfer
2010-03-04
1
-0
/
+44
*
Refactored ACL python tests
Nadezhda Ivanova
2010-03-04
1
-441
/
+256
*
s4:ldif_handlers - Use "unsigned int" for counting purposes
Matthias Dieter Wallnöfer
2010-03-04
1
-4
/
+4
*
s4/ildap: fine tune ildb_callback()
Kamen Mazdrashki
2010-03-03
1
-3
/
+3
*
LDB:NSS - make LDB "signed-safe" on counter variables
Matthias Dieter Wallnöfer
2010-03-02
1
-2
/
+2
*
s4:LDB - cosmetic fix for a "for" loop
Matthias Dieter Wallnöfer
2010-03-01
1
-1
/
+1
*
s4:ldb_dn: fix an uninitialized variable (found by make valgrindtest)
Stefan Metzmacher
2010-02-26
1
-1
/
+1
*
s4:ldb_dn: remove dn->ext_linearized when ext_components is modified.
Stefan Metzmacher
2010-02-26
1
-3
/
+4
*
s4:ldb_dn: reset dn->ext_comp_num in ldb_dn_explode()
Stefan Metzmacher
2010-02-26
1
-2
/
+2
*
s4:ldb Fix segfault in ldbsearch store_referral callback
Andrew Bartlett
2010-02-25
1
-6
/
+1
*
ldb:web Fix typo
Simo Sorce
2010-02-22
1
-1
/
+1
*
s4:registry/regf.c - specify the context when freeing the "regf" variable
Matthias Dieter Wallnöfer
2010-02-22
1
-1
/
+1
*
Spelling fixes for source4/lib/registry.
Brad Hards
2010-02-22
4
-8
/
+8
[prev]
[next]