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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-13
auth/gensec: move spnego.c to the toplevel
Stefan Metzmacher
3
-11
/
+7
2012-01-13
auth/gensec: common helper functions should be in gensec_util.c
Stefan Metzmacher
2
-107
/
+116
2012-01-13
s4:auth/gensec: inline packet_full_request_u32()
Stefan Metzmacher
1
-1
/
+9
2012-01-13
auth/gensec: add some more functions from gensec_start.c to gensec.h
Stefan Metzmacher
2
-16
/
+37
2012-01-13
auth/gensec: make sure functions from gensec.c are in gensec.h
Stefan Metzmacher
2
-5
/
+7
2012-01-13
s4:auth/gensec: fix compiler warnings in spnego.c
Stefan Metzmacher
1
-3
/
+0
2012-01-13
s3-selftest The krb5 encrypted CIFS test was wrong
Andrew Bartlett
2
-1
/
+4
2012-01-13
selftest: Do not run symbol check if setting up testenv
Amitay Isaacs
1
-1
/
+1
2012-01-13
Add comments to all functions (to help me understand it better).
Jeremy Allison
2
-0
/
+32
2012-01-12
s3: Fix nested get_share_mode_lock calls
Volker Lendecke
1
-5
/
+57
2012-01-12
s3: Move the share_mode_lock handling to its own file
Volker Lendecke
4
-417
/
+465
2012-01-12
s3: Put an indirection layer into share_mode_lock
Volker Lendecke
9
-173
/
+193
2012-01-12
s3: Introduce get_share_mode_lock_fresh()
Volker Lendecke
7
-41
/
+40
2012-01-12
s3: Replace fill_share_mode_lock()
Volker Lendecke
1
-84
/
+67
2012-01-12
s4:repl_cleartext_pwd.py: add optional 'clear_utf16_name' parameter
Stefan Metzmacher
1
-7
/
+17
2012-01-12
s4:repl_cleartext_pwd.py: add 'attmode' parameter to convert the attname to utf8
Stefan Metzmacher
1
-5
/
+22
2012-01-12
s4:repl_cleartext_pwd.py: correctly compare attids as uint32_t values
Stefan Metzmacher
1
-5
/
+10
2012-01-12
s3-waf: auth_netlogond depends on tldap.
Andreas Schneider
1
-0
/
+1
2012-01-12
s3-waf: link SECRETS3 only against samba3util.
Andreas Schneider
1
-1
/
+1
2012-01-12
s3-waf: Create a smaller samba3util subsystem.
Andreas Schneider
1
-7
/
+18
2012-01-12
s4:pygensec/tests: add test for gensec_set_max_update_size()
Stefan Metzmacher
1
-0
/
+54
2012-01-12
s4:auth/gensec/spnego: add support for fragmented spnego messages
Stefan Metzmacher
2
-4
/
+206
2012-01-12
s4:pygensec: add set_max_update_size() and max_update_size() functions
Stefan Metzmacher
1
-0
/
+25
2012-01-12
auth/gensec: add gensec_*max_update_size()
Stefan Metzmacher
3
-0
/
+22
2012-01-12
s3: Split a line with 1 statements
Volker Lendecke
1
-1
/
+2
2012-01-12
s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKEN
Stefan Metzmacher
2
-0
/
+6
2012-01-12
Revert "make paranoia check less paranoid" - check that key types strictly match
Andrew Bartlett
1
-1
/
+1
2012-01-12
make hmac-md5 the keyed checksum type for arcfour-hmac-md5
Andrew Bartlett
1
-1
/
+1
2012-01-12
use ETYPE_DES3_CBC_SHA1 for the verify step in verify_mic_des3
Andrew Bartlett
1
-0
/
+8
2012-01-12
heimdal: remove checking of KDC PAC signature, delegate to wdc plugin
Andrew Bartlett
1
-12
/
+2
2012-01-12
auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksum
Andrew Bartlett
3
-9
/
+5
2012-01-12
s4-kdc Do the KDC PAC checksum validation in the Samba plugin
Andrew Bartlett
6
-44
/
+152
2012-01-12
s4-kdc: use IDL constant NETLOGON_GENERIC_KRB5_PAC_VALIDATE
Andrew Bartlett
1
-1
/
+1
2012-01-12
samba-tool:dns: DNS names are case insensitive
Amitay Isaacs
1
-3
/
+3
2012-01-12
s4-rpc:dnsserver: DNS names are case insensitive
Amitay Isaacs
3
-17
/
+17
2012-01-12
Ensure we always free aio_ex on all error paths by moving the TALLOC_FREE
Jeremy Allison
3
-3
/
+4
2012-01-11
Second part of fix for bug #8673 - NT ACL issue.
Jeremy Allison
1
-3
/
+4
2012-01-11
First part of fix for bug #8673 - NT ACL issue.
Jeremy Allison
1
-18
/
+31
2012-01-11
lib/param: avoid talloc_reference() in copy_service()
Stefan Metzmacher
1
-3
/
+3
2012-01-11
s3-rpcclient: add deldriverex flags argument
David Disseldorp
2
-11
/
+14
2012-01-11
spoolss: fix DPD_DELETE_ALL_FILES error return
David Disseldorp
1
-2
/
+1
2012-01-11
s4:auth: Make sure to check the optional auth_context hooks before using them
Andrew Bartlett
1
-18
/
+26
2012-01-11
gensec: Make sure to check the optional auth_context hooks before using them
Andrew Bartlett
1
-1
/
+1
2012-01-11
gensec: Rename want_flags and got_flags in gensec_gssapi
Andrew Bartlett
2
-27
/
+27
2012-01-11
gensec: make gensec_gssapi.h common
Andrew Bartlett
1
-0
/
+0
2012-01-11
s3-librpc Supply target service and server to spnego_generic_init_client()
Andrew Bartlett
3
-0
/
+19
2012-01-11
s3-librpc: Rename spnego_ntlmssp_init_client and make generic
Andrew Bartlett
3
-5
/
+17
2012-01-11
s3-libsmb: split out auth_generic client functions into auth_generic.c
Andrew Bartlett
5
-129
/
+164
2012-01-11
s3-librpc: rename get_ntlmssp_auth_footer to be more generic
Andrew Bartlett
1
-5
/
+5
2012-01-11
s3-librpc Set target service and server into gensec
Andrew Bartlett
1
-0
/
+10
[next]