summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-01-13s3: Fix the talloc hierarchy in fetch_share_mode_unlockedVolker Lendecke1-1/+1
2012-01-13s3-waf: check for KRB5_PDU_NONE as in the autoconf build.Günther Deschner1-0/+1
2012-01-13s3-autoconf: fix the build of the pdb_ldap shared module in autoconf build as...Günther Deschner2-5/+4
2012-01-13s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema helper...Günther Deschner2-2/+3
2012-01-13s3-waf: also check for gsskrb5_extract_authz_data_from_sec_context() duringGünther Deschner1-1/+2
2012-01-13s3:build: add auth/gensec/spnego.oStefan Metzmacher2-5/+9
2012-01-13s3-selftest The krb5 encrypted CIFS test was wrongAndrew Bartlett1-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-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-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-12Ensure we always free aio_ex on all error paths by moving the TALLOC_FREEJeremy Allison3-3/+4
2012-01-11First part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-18/+31
2012-01-11s3-rpcclient: add deldriverex flags argumentDavid Disseldorp1-7/+7
2012-01-11spoolss: fix DPD_DELETE_ALL_FILES error returnDavid Disseldorp1-2/+1
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 Bartlett1-0/+1
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
2012-01-10krb5: Require krb5_string_to_key be available to build with krb5Andrew Bartlett2-0/+9
2012-01-10krb5: Require krb5_set_real_time is available to build with krb5Andrew Bartlett4-25/+12
2012-01-10krb5: Require krb5_principal_compare_any_realm be available to build with krb5Andrew Bartlett2-0/+9
2012-01-10krb5: Require krb5_get_renewed_creds be available to build with krb5Andrew Bartlett3-51/+14
2012-01-10krb5: Remove now unused checks for krb5_verify_checksumAndrew Bartlett1-10/+0
2012-01-10krb5: Require krb5_get_init_creds_opt_alloc/free for build with krb5Andrew Bartlett3-29/+18
2012-01-10krb5: Require krb5_fwd_tgt_creds to be available to build with krb5Andrew Bartlett3-3/+12
2012-01-10krb5: Require krb5_get_host_realm and krb5_free_host_realm be available to bu...Andrew Bartlett3-4/+18
2012-01-10krb5: Require krb5_c_verify_checksum is available to build with krb5Andrew Bartlett2-16/+5
2012-01-10krb5: Require krb5_c_enctype_compare is available to build with krb5Andrew Bartlett3-6/+9
2012-01-10samba: check for AES encryption type defines.Günther Deschner2-0/+23
2012-01-10s3-aio_pthread: Fix the buildVolker Lendecke1-1/+1
2012-01-10s3-aio_pthread: Make "pd_list" staticVolker Lendecke1-1/+1
2012-01-09s3: Remove an unused labelVolker Lendecke1-3/+0
2012-01-09s3-waf: rpcclient does not need libads.so.Günther Deschner1-1/+1
2012-01-09s3-passdb: remove a forward declaration.Günther Deschner1-7/+6
2012-01-09s3-libads: pretty print a keytab list.Günther Deschner1-2/+2
2012-01-09s3-pdbtest: only test trusted domains when pdb backends offers trusted domain...Günther Deschner1-74/+89