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
2012-02-01
s4-heimdal: the ASN1 compiler now depends on libreplace
Andrew Tridgell
1
-2
/
+2
2012-02-01
selftest: Remove unused support for --exeext
Andrew Bartlett
9
-13
/
+13
2012-01-31
s4-s3-upgrade: Check if there are duplicate sids for users and groups
Amitay Isaacs
1
-0
/
+4
2012-01-31
s4-s3-upgrade: Use lowercase hostname as hostname for provision
Amitay Isaacs
1
-1
/
+1
2012-01-30
s3: check that a user in a bogus domain name is mapped to the localnetbios na...
Matthieu Patou
1
-0
/
+1
2012-01-30
gensec: inline gensec_generate_session_info() into only caller
Andrew Bartlett
2
-9
/
+27
2012-01-30
s4-auth: Return NT_STATUS_NOT_IMPLEMENTED if the challenge cannot be obtained
Andrew Bartlett
1
-1
/
+1
2012-01-30
auth: Make check_password and generate_session_info hook generic
Andrew Bartlett
3
-21
/
+51
2012-01-30
samdb: use compat wrappers for tdb_fetch().
Rusty Russell
1
-6
/
+6
2012-01-29
auth: provide private pointer and do not return original PAC signatures
Andrew Bartlett
1
-34
/
+40
2012-01-26
s4-rpc_server: Fix search for existing trust to actually look for the dns name
Andrew Bartlett
1
-1
/
+1
2012-01-25
s3:build: require gss_krb5_export_lucid_sec_context() for ads support
Stefan Metzmacher
1
-0
/
+1
2012-01-25
s4-torture: For authenticated users, add AUTHENTICATED USERS sid
Amitay Isaacs
1
-0
/
+4
2012-01-25
dlz_bind9: for authenticated user, set the AUTHENTICATED USERS sid in token
Amitay Isaacs
1
-0
/
+5
2012-01-24
dsdb: Allow DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OID to be specified as a flag
Andrew Bartlett
2
-0
/
+8
2012-01-24
python: Change except: statement to except Exception:
Amitay Isaacs
9
-15
/
+15
2012-01-23
WERROR type variable being incorrectly checked with a NT_STATUS_IS_X
David Disseldorp
1
-1
/
+1
2012-01-21
Log short_princ instead of uninitialised filter.
Michael Wood
1
-5
/
+6
2012-01-20
s4:auth/gensec: make sure GSS_C_CONF_FLAG implies GSS_C_INTEG_FLAG
Stefan Metzmacher
1
-0
/
+1
2012-01-20
torture: add spoolss overlapping driver deletion tests
David Disseldorp
1
-1
/
+118
2012-01-20
torture: confirm printer driver file removal
David Disseldorp
1
-1
/
+81
2012-01-20
torture: add spoolss del printer driver test
David Disseldorp
1
-0
/
+63
2012-01-16
s4:dsdb/password_hash: require a "Primary:Kerberos" blob in supplementalCrede...
Stefan Metzmacher
1
-0
/
+16
2012-01-14
KCC importldif/exportldif and intersite topology
Dave Craft
2
-376
/
+2429
2012-01-14
Intersite KCC flags for python
Dave Craft
1
-0
/
+5
2012-01-13
s4-smbtorture: tweak spoolss_OpenPrinterEx devmode
David Disseldorp
1
-2
/
+2
2012-01-13
auth/gensec: move spnego.c to the toplevel
Stefan Metzmacher
2
-1411
/
+0
2012-01-13
auth/gensec: common helper functions should be in gensec_util.c
Stefan Metzmacher
1
-107
/
+0
2012-01-13
s4:auth/gensec: inline packet_full_request_u32()
Stefan Metzmacher
1
-1
/
+9
2012-01-13
s4:auth/gensec: fix compiler warnings in spnego.c
Stefan Metzmacher
1
-3
/
+0
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
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
1
-3
/
+205
2012-01-12
s4:pygensec: add set_max_update_size() and max_update_size() functions
Stefan Metzmacher
1
-0
/
+25
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
1
-1
/
+1
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-11
s4:auth: Make sure to check the optional auth_context hooks before using them
Andrew Bartlett
1
-18
/
+26
2012-01-11
gensec: Rename want_flags and got_flags in gensec_gssapi
Andrew Bartlett
1
-26
/
+26
2012-01-11
gensec: make gensec_gssapi.h common
Andrew Bartlett
1
-67
/
+0
2012-01-11
gensec: move gensec_util.c to the top level
Andrew Bartlett
3
-104
/
+1
2012-01-11
auth: make auth4_context common to provide access to generate_session_info_pac()
Andrew Bartlett
1
-52
/
+0
[next]