summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix the talloc hierarchy in fetch_share_mode_unlockedVolker Lendecke2012-01-131-1/+1
* s3-waf: check for KRB5_PDU_NONE as in the autoconf build.Günther Deschner2012-01-131-0/+1
* s3-autoconf: fix the build of the pdb_ldap shared module in autoconf build as...Günther Deschner2012-01-132-5/+4
* s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema helper...Günther Deschner2012-01-132-2/+3
* s3-waf: also check for gsskrb5_extract_authz_data_from_sec_context() duringGünther Deschner2012-01-131-1/+2
* s3:build: add auth/gensec/spnego.oStefan Metzmacher2012-01-132-5/+9
* s3-selftest The krb5 encrypted CIFS test was wrongAndrew Bartlett2012-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
* 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
* 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
* Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison2012-01-123-3/+4
* First part of fix for bug #8673 - NT ACL issue.Jeremy Allison2012-01-111-18/+31
* s3-rpcclient: add deldriverex flags argumentDavid Disseldorp2012-01-111-7/+7
* spoolss: fix DPD_DELETE_ALL_FILES error returnDavid Disseldorp2012-01-111-2/+1
* 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-111-0/+1
* 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-102-0/+9
* krb5: Require krb5_set_real_time is available to build with krb5Andrew Bartlett2012-01-104-25/+12
* krb5: Require krb5_principal_compare_any_realm be available to build with krb5Andrew Bartlett2012-01-102-0/+9
* krb5: Require krb5_get_renewed_creds be available to build with krb5Andrew Bartlett2012-01-103-51/+14
* krb5: Remove now unused checks for krb5_verify_checksumAndrew Bartlett2012-01-101-10/+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-102-16/+5
* krb5: Require krb5_c_enctype_compare is available to build with krb5Andrew Bartlett2012-01-103-6/+9
* samba: check for AES encryption type defines.Günther Deschner2012-01-102-0/+23
* s3-aio_pthread: Fix the buildVolker Lendecke2012-01-101-1/+1
* s3-aio_pthread: Make "pd_list" staticVolker Lendecke2012-01-101-1/+1
* s3: Remove an unused labelVolker Lendecke2012-01-091-3/+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