summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-01-13selftest: Do not run symbol check if setting up testenvAmitay Isaacs1-1/+1
2012-01-13Add comments to all functions (to help me understand it better).Jeremy Allison2-0/+32
2012-01-12s3: Fix nested get_share_mode_lock callsVolker Lendecke1-5/+57
2012-01-12s3: Move the share_mode_lock handling to its own fileVolker Lendecke4-417/+465
2012-01-12s3: Put an indirection layer into share_mode_lockVolker Lendecke9-173/+193
2012-01-12s3: Introduce get_share_mode_lock_fresh()Volker Lendecke7-41/+40
2012-01-12s3: Replace fill_share_mode_lock()Volker Lendecke1-84/+67
2012-01-12s4:repl_cleartext_pwd.py: add optional 'clear_utf16_name' parameterStefan Metzmacher1-7/+17
2012-01-12s4:repl_cleartext_pwd.py: add 'attmode' parameter to convert the attname to utf8Stefan Metzmacher1-5/+22
2012-01-12s4:repl_cleartext_pwd.py: correctly compare attids as uint32_t valuesStefan Metzmacher1-5/+10
2012-01-12s3-waf: auth_netlogond depends on tldap.Andreas Schneider1-0/+1
2012-01-12s3-waf: link SECRETS3 only against samba3util.Andreas Schneider1-1/+1
2012-01-12s3-waf: Create a smaller samba3util subsystem.Andreas Schneider1-7/+18
2012-01-12s4:pygensec/tests: add test for gensec_set_max_update_size()Stefan Metzmacher1-0/+54
2012-01-12s4:auth/gensec/spnego: add support for fragmented spnego messagesStefan Metzmacher2-4/+206
2012-01-12s4:pygensec: add set_max_update_size() and max_update_size() functionsStefan Metzmacher1-0/+25
2012-01-12auth/gensec: add gensec_*max_update_size()Stefan Metzmacher3-0/+22
2012-01-12s3: Split a line with 1 statementsVolker Lendecke1-1/+2
2012-01-12s3:smbd: explicitly ask for GENSEC_FEATURE_UNIX_TOKENStefan Metzmacher2-0/+6
2012-01-12Revert "make paranoia check less paranoid" - check that key types strictly matchAndrew Bartlett1-1/+1
2012-01-12make hmac-md5 the keyed checksum type for arcfour-hmac-md5Andrew Bartlett1-1/+1
2012-01-12use ETYPE_DES3_CBC_SHA1 for the verify step in verify_mic_des3Andrew Bartlett1-0/+8
2012-01-12heimdal: remove checking of KDC PAC signature, delegate to wdc pluginAndrew Bartlett1-12/+2
2012-01-12auth/kerberos: Remove unused TALLOC_CTX argument to check_pac_checksumAndrew Bartlett3-9/+5
2012-01-12s4-kdc Do the KDC PAC checksum validation in the Samba pluginAndrew Bartlett6-44/+152
2012-01-12s4-kdc: use IDL constant NETLOGON_GENERIC_KRB5_PAC_VALIDATEAndrew Bartlett1-1/+1
2012-01-12samba-tool:dns: DNS names are case insensitiveAmitay Isaacs1-3/+3
2012-01-12s4-rpc:dnsserver: DNS names are case insensitiveAmitay Isaacs3-17/+17
2012-01-12Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison3-3/+4
2012-01-11Second part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-3/+4
2012-01-11First part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-18/+31
2012-01-11lib/param: avoid talloc_reference() in copy_service()Stefan Metzmacher1-3/+3
2012-01-11s3-rpcclient: add deldriverex flags argumentDavid Disseldorp2-11/+14
2012-01-11spoolss: fix DPD_DELETE_ALL_FILES error returnDavid Disseldorp1-2/+1
2012-01-11s4:auth: Make sure to check the optional auth_context hooks before using themAndrew Bartlett1-18/+26
2012-01-11gensec: Make sure to check the optional auth_context hooks before using themAndrew Bartlett1-1/+1
2012-01-11gensec: Rename want_flags and got_flags in gensec_gssapiAndrew Bartlett2-27/+27
2012-01-11gensec: make gensec_gssapi.h commonAndrew Bartlett1-0/+0
2012-01-11s3-librpc Supply target service and server to spnego_generic_init_client()Andrew Bartlett3-0/+19
2012-01-11s3-librpc: Rename spnego_ntlmssp_init_client and make genericAndrew Bartlett3-5/+17
2012-01-11s3-libsmb: split out auth_generic client functions into auth_generic.cAndrew Bartlett5-129/+164
2012-01-11s3-librpc: rename get_ntlmssp_auth_footer to be more genericAndrew Bartlett1-5/+5
2012-01-11s3-librpc Set target service and server into gensecAndrew Bartlett1-0/+10
2012-01-11s3-librpc Rename and rework cli_rpc_pipe_open_ntlmssp() to be genericAndrew Bartlett5-48/+61
2012-01-11s3-librpc Rename create_ntlmssp_auth_rpc_bind_req() to be more genericAndrew Bartlett1-6/+3
2012-01-11gensec: move gensec_util.c to the top levelAndrew Bartlett7-11/+23
2012-01-11auth: make auth4_context common to provide access to generate_session_info_pac()Andrew Bartlett2-52/+59
2012-01-11auth/kerberos: Remove unused headers from gssapi_parse.cAndrew Bartlett1-2/+0
2012-01-11s3-librpc Return user principal name on supplied mem_ctxAndrew Bartlett1-3/+3
2012-01-10krb5: Require gss_get_name_attribute or Heimdal's PAC parsing to build with krb5Andrew Bartlett2-0/+21