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