summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* auth/gensec: common helper functions should be in gensec_util.cStefan Metzmacher2012-01-132-107/+116
* s4:auth/gensec: inline packet_full_request_u32()Stefan Metzmacher2012-01-131-1/+9
* auth/gensec: add some more functions from gensec_start.c to gensec.hStefan Metzmacher2012-01-132-16/+37
* auth/gensec: make sure functions from gensec.c are in gensec.hStefan Metzmacher2012-01-132-5/+7
* s4:auth/gensec: fix compiler warnings in spnego.cStefan Metzmacher2012-01-131-3/+0
* s3-selftest The krb5 encrypted CIFS test was wrongAndrew Bartlett2012-01-132-1/+4
* selftest: Do not run symbol check if setting up testenvAmitay Isaacs2012-01-131-1/+1
* Add comments to all functions (to help me understand it better).Jeremy Allison2012-01-132-0/+32
* s3: Fix nested get_share_mode_lock callsVolker Lendecke2012-01-121-5/+57
* s3: Move the share_mode_lock handling to its own fileVolker Lendecke2012-01-124-417/+465
* s3: Put an indirection layer into share_mode_lockVolker Lendecke2012-01-129-173/+193
* s3: Introduce get_share_mode_lock_fresh()Volker Lendecke2012-01-127-41/+40
* s3: Replace fill_share_mode_lock()Volker Lendecke2012-01-121-84/+67
* s4:repl_cleartext_pwd.py: add optional 'clear_utf16_name' parameterStefan Metzmacher2012-01-121-7/+17
* s4:repl_cleartext_pwd.py: add 'attmode' parameter to convert the attname to utf8Stefan Metzmacher2012-01-121-5/+22
* s4:repl_cleartext_pwd.py: correctly compare attids as uint32_t valuesStefan Metzmacher2012-01-121-5/+10
* s3-waf: auth_netlogond depends on tldap.Andreas Schneider2012-01-121-0/+1
* s3-waf: link SECRETS3 only against samba3util.Andreas Schneider2012-01-121-1/+1
* s3-waf: Create a smaller samba3util subsystem.Andreas Schneider2012-01-121-7/+18
* s4:pygensec/tests: add test for gensec_set_max_update_size()Stefan Metzmacher2012-01-121-0/+54
* s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher2012-01-122-4/+206
* s4:pygensec: add set_max_update_size() and max_update_size() functionsStefan Metzmacher2012-01-121-0/+25
* auth/gensec: add gensec_*max_update_size()Stefan Metzmacher2012-01-123-0/+22
* s3: Split a line with 1 statementsVolker Lendecke2012-01-121-1/+2
* s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKENStefan Metzmacher2012-01-122-0/+6
* Revert "make paranoia check less paranoid" - check that key types strictly matchAndrew Bartlett2012-01-121-1/+1
* make hmac-md5 the keyed checksum type for arcfour-hmac-md5Andrew Bartlett2012-01-121-1/+1
* use ETYPE_DES3_CBC_SHA1 for the verify step in verify_mic_des3Andrew Bartlett2012-01-121-0/+8
* heimdal: remove checking of KDC PAC signature, delegate to wdc pluginAndrew Bartlett2012-01-121-12/+2
* auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett2012-01-123-9/+5
* s4-kdc Do the KDC PAC checksum validation in the Samba pluginAndrew Bartlett2012-01-126-44/+152
* s4-kdc: use IDL constant NETLOGON_GENERIC_KRB5_PAC_VALIDATEAndrew Bartlett2012-01-121-1/+1
* samba-tool:dns: DNS names are case insensitiveAmitay Isaacs2012-01-121-3/+3
* s4-rpc:dnsserver: DNS names are case insensitiveAmitay Isaacs2012-01-123-17/+17
* Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2012-01-123-3/+4
* Second part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-111-3/+4
* First part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-111-18/+31
* lib/param: avoid talloc_reference() in copy_service()Stefan Metzmacher2012-01-111-3/+3
* s3-rpcclient: add deldriverex flags argumentDavid Disseldorp2012-01-112-11/+14
* spoolss: fix DPD_DELETE_ALL_FILES error returnDavid Disseldorp2012-01-111-2/+1
* s4:auth: Make sure to check the optional auth_context hooks before using themAndrew Bartlett2012-01-111-18/+26
* gensec: Make sure to check the optional auth_context hooks before using themAndrew Bartlett2012-01-111-1/+1
* gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett2012-01-112-27/+27
* gensec: make gensec_gssapi.h commonAndrew Bartlett2012-01-111-0/+0
* s3-librpc Supply target service and server to spnego_generic_init_client()Andrew Bartlett2012-01-113-0/+19
* s3-librpc: Rename spnego_ntlmssp_init_client and make genericAndrew Bartlett2012-01-113-5/+17
* s3-libsmb: split out auth_generic client functions into auth_generic.cAndrew Bartlett2012-01-115-129/+164
* s3-librpc: rename get_ntlmssp_auth_footer to be more genericAndrew Bartlett2012-01-111-5/+5
* s3-librpc Set target service and server into gensecAndrew Bartlett2012-01-111-0/+10
* s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett2012-01-115-48/+61