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-10
s4-pydsdb.c: Fix small memory leak in py_samdb_set_domain_sid()
Kamen Mazdrashki
1
-0
/
+1
2010-11-10
s4/syntax: Add tests for DN+String and DN+Binary
Anatoliy Atanasov
1
-0
/
+420
2010-11-10
s4-join: raise mininum password length to 32 in new join code
Andrew Tridgell
1
-1
/
+1
2010-11-09
s4:dsdb/operational.c: use DSDB_SECRET_ATTRIBUTES_EX()
Stefan Metzmacher
1
-5
/
+2
2010-11-09
s4:dsdb/common: add DSDB_SECRET_ATTRIBUTES_EX()
Stefan Metzmacher
1
-11
/
+14
2010-11-09
s4:dsdb/local_password: use DSDB_SECRET_ATTRIBUTES
Stefan Metzmacher
1
-7
/
+3
2010-11-09
s4:dsdb/schema/schema_filtered.c: make never_in_filtered_attrs static const
Stefan Metzmacher
1
-1
/
+2
2010-11-09
s4:dsdb/schema/schema_filtered.c: use DSDB_SECRET_ATTRIBUTES
Stefan Metzmacher
1
-11
/
+1
2010-11-09
s4:rpc_server/drsuapi: don't ask for constructed "distinguishedName" if we do...
Stefan Metzmacher
1
-1
/
+0
2010-11-09
s4:rpc_server/drsuapi: make msg_attrs static const
Stefan Metzmacher
1
-1
/
+3
2010-11-09
s4:rpc_server/drsuapi: let dcesrv_drsuapi_DsGetNCChanges() use DSDB_SECRET_AT...
Stefan Metzmacher
1
-5
/
+1
2010-11-09
s4:dsdb/common: create a DSDB_SECRET_ATTRIBUTES define with all secret attrib...
Stefan Metzmacher
2
-12
/
+15
2010-11-09
s4:provision_self_join.ldif - the object SID in AD is called "objectSid"
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-09
s4:provision.py - strip trailing whitespaces
Matthias Dieter Wallnöfer
1
-106
/
+106
2010-11-09
s4:provision - switch to "clearTextPassword" for setting passwords
Matthias Dieter Wallnöfer
4
-8
/
+8
2010-11-09
s4-test: make sure the selftest prefix exists
Andrew Tridgell
1
-0
/
+3
2010-11-08
s4-drs: reduce verbosity of dreplsrv_out_connection_attach
Andrew Tridgell
1
-2
/
+2
2010-11-08
heimdal: fixed a shadowed variable warning for error_message
Andrew Tridgell
1
-23
/
+23
2010-11-08
s4-attid: Uppercase ATTID type constants
Kamen Mazdrashki
3
-10
/
+10
2010-11-08
s4-test: Initial implementation for Schema replication black box test
Kamen Mazdrashki
1
-0
/
+174
2010-11-08
s4:password_hash LDB module - introduce a "userPassword" flag which enables/d...
Matthias Dieter Wallnöfer
1
-15
/
+37
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
[prev]
[next]