summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-1830-40/+97
* s3-passdb: trying to decouple passdb and secrets a little.Günther Deschner2012-01-188-105/+173
* s3: Fix bug 8695Volker Lendecke2012-01-171-0/+1
* s3:lib/messages: remove unused messaging_event_context()Stefan Metzmacher2012-01-172-6/+0
* s3:smbcontrol: avoid using messaging_event_context()Stefan Metzmacher2012-01-171-10/+7
* s3:smbcontrol: pass tevent_context down to wait_replies()Stefan Metzmacher2012-01-171-10/+11
* s3:smbcontrol: pass tevent_context down to subcommandsStefan Metzmacher2012-01-171-38/+69
* s3:printing: avoid messaging_event_context() in print_queue_housekeeping()Stefan Metzmacher2012-01-171-6/+21
* s3-install: Don't let MANDIR and SRCDIR be overwrittenVolker Lendecke2012-01-161-1/+2
* s3:selftest: rpcclient doesn't support smb2Stefan Metzmacher2012-01-161-29/+27
* s3: ADS support is needed for dns updatesVolker Lendecke2012-01-141-1/+1
* 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