summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3-librpc Rename create_ntlmssp_auth_rpc_bind_req() to be more genericAndrew Bartlett2012-01-111-6/+3
* gensec: move gensec_util.c to the top levelAndrew Bartlett2012-01-117-11/+23
* auth: make auth4_context common to provide access to generate_session_info_pac()Andrew Bartlett2012-01-112-52/+59
* auth/kerberos: Remove unused headers from gssapi_parse.cAndrew Bartlett2012-01-111-2/+0
* s3-librpc Return user principal name on supplied mem_ctxAndrew Bartlett2012-01-111-3/+3
* krb5: Require gss_get_name_attribute or Heimdal's PAC parsing to build with krb5Andrew Bartlett2012-01-102-0/+21
* krb5: Require krb5_string_to_key be available to build with krb5Andrew Bartlett2012-01-103-1/+10
* krb5: Require krb5_set_real_time is available to build with krb5Andrew Bartlett2012-01-105-29/+12
* krb5: Require krb5_principal_compare_any_realm be available to build with krb5Andrew Bartlett2012-01-103-28/+9
* krb5: Require krb5_get_renewed_creds be available to build with krb5Andrew Bartlett2012-01-104-52/+14
* krb5: Remove now unused checks for krb5_verify_checksumAndrew Bartlett2012-01-102-12/+0
* krb5: Require krb5_get_init_creds_opt_alloc/free for build with krb5Andrew Bartlett2012-01-103-29/+18
* krb5: Require krb5_fwd_tgt_creds to be available to build with krb5Andrew Bartlett2012-01-103-3/+12
* krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu...Andrew Bartlett2012-01-103-4/+18
* krb5: Require krb5_c_verify_checksum is available to build with krb5Andrew Bartlett2012-01-103-79/+25
* krb5: Require krb5_c_enctype_compare is available to build with krb5Andrew Bartlett2012-01-104-7/+9
* s4:provision: add "+dns" to server services if the dns backend is SAMBA_INTERNALMichael Adam2012-01-101-2/+7
* s4:provision: add a server services line to the smb.conf template for the dcMichael Adam2012-01-101-0/+2
* s4:provision: add the possibility to provision "server services" in smb.confMichael Adam2012-01-101-2/+9
* s4:provision: improve a messageMichael Adam2012-01-101-1/+1
* samba: check for AES encryption type defines.Günther Deschner2012-01-103-0/+25
* talloc/testsuite: fix compiler warningsStefan Metzmacher2012-01-101-1/+2
* s3-aio_pthread: Fix the buildVolker Lendecke2012-01-101-1/+1
* s3-aio_pthread: Make "pd_list" staticVolker Lendecke2012-01-101-1/+1
* s4:python tests __init__.py - do not depend on "subprocess.check_call()"Matthias Dieter Wallnöfer2012-01-101-1/+4
* s4:python tests __init__.py - do not depend on "subprocess.CalledProcessError"Matthias Dieter Wallnöfer2012-01-091-6/+11
* s3: Remove an unused labelVolker Lendecke2012-01-091-3/+0
* s4:scripting/devel: add repl_cleartext_pwd.py scriptStefan Metzmacher2012-01-091-0/+377
* s4-kerberos: remove some unused prototypes.Günther Deschner2012-01-091-22/+0
* s3-waf: rpcclient does not need libads.so.Günther Deschner2012-01-091-1/+1
* s3-passdb: remove a forward declaration.Günther Deschner2012-01-091-7/+6
* s3-libads: pretty print a keytab list.Günther Deschner2012-01-091-2/+2
* s3-pdbtest: only test trusted domains when pdb backends offers trusted domain...Günther Deschner2012-01-091-74/+89