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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-08
s4:pyldb.c - fix "py_ldb_contains" according to the comment by Jelmer
Matthias Dieter Wallnöfer
1
-4
/
+2
2010-11-08
s4:passwords.py - test empty password attributes behaviour
Matthias Dieter Wallnöfer
1
-1
/
+154
2010-11-08
s4:password_hash LDB module - deleting password attributes is a little more c...
Matthias Dieter Wallnöfer
1
-6
/
+6
2010-11-08
s4:samdb_msg_find_old_and_new_ldb_val - rework
Matthias Dieter Wallnöfer
2
-10
/
+38
2010-11-08
s4:password_hash LDB module - clear the fact that a delete of password attrib...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-08
s4:acl LDB module - define the delete passwords special case a bit better
Matthias Dieter Wallnöfer
1
-3
/
+4
2010-11-08
s4:passwords.py - add another two failure cases
Matthias Dieter Wallnöfer
1
-0
/
+21
2010-11-08
ldb:pyldb.c - "py_ldb_msg_element_get" - here we can safely use "unsigned int...
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-11-08
ldb:pyldb.c - "py_ldb_contains" - return only "0" not found, "1" found, "-1" ...
Matthias Dieter Wallnöfer
1
-3
/
+10
2010-11-08
ldb:pyldb.c - most of the times "time_t" is defined as "long int"
Matthias Dieter Wallnöfer
1
-5
/
+5
2010-11-08
ldb:pyldb.c - fix some "Py_ssize_t" output warnings
Matthias Dieter Wallnöfer
1
-3
/
+2
2010-11-08
ldb:pyldb.c - use "Py_ssize_t" for counting list entries
Matthias Dieter Wallnöfer
1
-12
/
+11
2010-11-08
ldb:pyldb.c - fix indentation
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-11-08
s4:pydsdb.c - use "Py_ssize_t" for Python list counters
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-08
s4:pydsdb.c - introduce Python 2.4 compatibility defines
Matthias Dieter Wallnöfer
1
-0
/
+11
2010-11-08
s4:objectguid/repl_meta_data LDB module - deny "objectGUID" updates
Matthias Dieter Wallnöfer
3
-0
/
+29
2010-11-08
s4:objectclass LDB module - no idea why we'd need the "objectGUID" here
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-08
s4:objectguid LDB module - make use of "dsdb_next_callback"
Matthias Dieter Wallnöfer
2
-30
/
+6
2010-11-08
s4:drsuapi RPC server - writespn.c - fix indentations
Matthias Dieter Wallnöfer
1
-15
/
+24
2010-11-08
s4-drs: allow bypass of writespn checking for some SPNs
Andrew Tridgell
1
-1
/
+111
2010-11-08
heimdal Add clock-skew handling to DCE-style GSSAPI
Andrew Bartlett
1
-39
/
+65
2010-11-08
s4-auth Supply more useful error messages on Kerberos failure
Andrew Bartlett
3
-13
/
+28
2010-11-08
s4-auth Fix typos in samba4 auth code
Brad Hards
1
-7
/
+7
2010-11-08
s4-dsdb Explain why we may not use the GC name in some situations.
Andrew Bartlett
1
-0
/
+8
2010-11-08
s4-repl: fixed replication notifications to RODCs
Andrew Tridgell
3
-7
/
+58
2010-11-08
fix
Andrew Tridgell
2
-4
/
+4
2010-11-08
s4-debug: lowered the debug level of some unimportant messages
Andrew Tridgell
3
-4
/
+4
2010-11-08
s4-ldb: don't give an error if a module is already registered
Andrew Tridgell
1
-0
/
+7
2010-11-08
s4-dns: ensure we get the right case on the grant rule for administrator
Andrew Tridgell
1
-2
/
+1
2010-11-08
s4-ldb: better error message when we try to register a module twice
Andrew Tridgell
1
-2
/
+3
2010-11-08
s4-pydrs: validate the DsGetNCChanges response
Andrew Tridgell
1
-0
/
+2
2010-11-07
s4-join: modify join behaviour according to domain level
Andrew Tridgell
4
-43
/
+112
2010-11-07
s4-drs: allow override of the replica_flags
Andrew Tridgell
1
-2
/
+7
2010-11-07
s4-dsdb: give the DN on a shema attribute failure
Andrew Tridgell
1
-1
/
+1
2010-11-07
s4:ldap.py - add more "objectGUID" related tests
Matthias Dieter Wallnöfer
1
-2
/
+76
2010-11-07
s4:objectguid LDB module - fix typo in output message
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-07
s4:objectguid LDB module - objectGUIDs cannot be specified on add operations
Matthias Dieter Wallnöfer
1
-2
/
+6
2010-11-07
s4:upgradeprovision - remove some "recalculate_sd" uses
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-11-07
s4:descriptor LDB module - make the "nTSecurityDescriptor" attribute fully be...
Matthias Dieter Wallnöfer
2
-52
/
+117
2010-11-07
s4:ldb_modules/util.c - "dsdb_get_single_valued_attr" - support the attribute...
Matthias Dieter Wallnöfer
2
-10
/
+20
2010-11-07
ldb:ldb_pack.c - the "dn" attribute isn't allowed in the message part, only t...
Matthias Dieter Wallnöfer
1
-2
/
+0
2010-11-07
s4:torture/dssync.c - remove unused variable
Matthias Dieter Wallnöfer
1
-1
/
+0
2010-11-07
s4:descriptor LDB module - save a pointer to the request message on the tempo...
Matthias Dieter Wallnöfer
1
-33
/
+33
2010-11-07
s4:descriptor LDB module - by "dsdb_next_callback" we don't need anymore the ...
Matthias Dieter Wallnöfer
1
-33
/
+2
2010-11-07
s4:descriptor LDB module - remove a bit pointless memory context
Matthias Dieter Wallnöfer
1
-9
/
+1
2010-11-07
s4:descriptor LDB module - remove a "ldb_msg_sanity_check" call
Matthias Dieter Wallnöfer
1
-7
/
+0
2010-11-07
s4:descriptor LDB module - don't ignore referrals if we are executing an ordi...
Matthias Dieter Wallnöfer
1
-4
/
+2
2010-11-07
credentials: Lowercase library name,
Jelmer Vernooij
19
-45
/
+45
2010-11-07
ldbsamba: Lowercase library name.
Jelmer Vernooij
14
-21
/
+21
2010-11-07
samdb: Lowercase library name.
Jelmer Vernooij
13
-109
/
+109
[prev]
[next]