summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* WHATSNEW: Update changes.samba-3.5.0rc2Karolin Seeger2010-01-261-0/+11
* s3-docs: Fix version in man ldbrename.Karolin Seeger2010-01-261-1/+1
* s3: Enable use of ccache by default for libsmbclientVolker Lendecke2010-01-261-0/+3
* s3-libsmbclient: Add smbc_setOptionUseCCache()Volker Lendecke2010-01-264-0/+50
* s3: Add --use-ccache to netVolker Lendecke2010-01-264-0/+9
* s3: add libnetapi_set_use_ccache()Volker Lendecke2010-01-263-0/+16
* s3: Fix a bug in net's use of poptVolker Lendecke2010-01-261-1/+1
* s3: Enable -C in rpcclientVolker Lendecke2010-01-261-0/+3
* s3: Add CLI_FULL_CONNECTION_USE_CCACHEVolker Lendecke2010-01-262-0/+4
* s3: Use -C in smbclientVolker Lendecke2010-01-261-0/+1
* s3: Add -C (--use-ccache) to popt_common_credentialsVolker Lendecke2010-01-264-1/+20
* s3: Add ccache use to cli_session_setup_ntlmsspVolker Lendecke2010-01-262-0/+4
* s3: Add NTLMSSP_FEATURE_CCACHEVolker Lendecke2010-01-263-17/+97
* libwbclient: Actually implement wbcCredentialCache()Volker Lendecke2010-01-261-1/+129
* s3: Add the session key to the ccache_ntlm_auth responseVolker Lendecke2010-01-262-5/+20
* s3: Add wbinfo --ccache-saveVolker Lendecke2010-01-268-1/+162
* lib/popt: Fix typo in README.Karolin Seeger2010-01-251-1/+1
* s3/docs: Fix typo.Karolin Seeger2010-01-251-1/+1
* WHATSNEW: Update changes.Karolin Seeger2010-01-251-0/+4
* s3:auth: fix account unlock regression introduced with fix for bug #4347Michael Adam2010-01-251-7/+5
* s3:auth: don't update the bad pw count if pw is among last 2 history entriesMichael Adam2010-01-251-1/+73
* s3:auth:check_sam_security: introduce a bool var to control pad_pw_count incr...Michael Adam2010-01-251-1/+7
* s3:passdb: store the plain nt passwords hashes in history, not salted md5Michael Adam2010-01-251-5/+10
* s3:smbd:password_in_history: treat entry with 0 salt as 0 + plain nt hashMichael Adam2010-01-251-6/+24
* s3:auth:check_sam_security: improve calling and logging of pdb_update_sam_acc...Michael Adam2010-01-251-4/+16
* s3:auth:check_sam_security: fix a leading tab/ws mixupMichael Adam2010-01-251-1/+1
* s3:auth:check_sam_security: create (and use) a common exit pointMichael Adam2010-01-251-11/+7
* s3:auth:check_sam_security: null out sampass after it has been stolen.Michael Adam2010-01-251-0/+1
* s3:auth:sam_password_ok: take username, acct_ctrl and nt/lm hashes, not sampassMichael Adam2010-01-251-14/+20
* s3:auth: use data_blob_null instead of data_blob(NULL, 0) in sam_password_ok()Michael Adam2010-01-251-2/+2
* s3:auth:sam_password_ok: fix allocation of a data blob.Michael Adam2010-01-251-1/+1
* s3:auth:sam_password_ok: enhance readability (imho) by adding some pointersMichael Adam2010-01-251-17/+24
* s3:check_sam_security: untangle assignment from statementMichael Adam2010-01-251-1/+2
* s3: Factor password_in_history() out of check_passwd_history()Volker Lendecke2010-01-252-25/+44
* Simplify E_md5hash a bitVolker Lendecke2010-01-251-6/+2
* s3: Simplify pdb_set_plaintext_passwd: pwhistory==NULL can not happen anymoreVolker Lendecke2010-01-251-24/+19
* s3: Simplify pdb_set_plaintext_passwd: pwHistLen==0 was checked aboveVolker Lendecke2010-01-251-2/+4
* s3: Add a paranoia check to pdb_set_plaintext_passwd()Volker Lendecke2010-01-251-0/+5
* s3: Simplify pdb_set_plaintext_passwd() by removing a redundant conditionVolker Lendecke2010-01-251-22/+11
* s3: Simplify pdb_set_plaintext_passwd: memcpy deals fine with 0 bytesVolker Lendecke2010-01-251-5/+2
* s3: Simplify pdb_set_plaintext_passwd by using talloc_zero_arrayVolker Lendecke2010-01-251-5/+2
* s3: Make use of talloc_array in pdb_set_plaintext_passwd()Volker Lendecke2010-01-251-2/+3
* s3: Simplify pdb_set_plaintext_passwd() a bitVolker Lendecke2010-01-251-66/+63
* s3: Simplify pdb_set_plaintext_passwd() slightlyVolker Lendecke2010-01-251-56/+83
* s3: Fix a typoVolker Lendecke2010-01-251-1/+1
* s3: Avoid a memset(, 0, ) callVolker Lendecke2010-01-251-2/+1
* WHATSNEW: Update changes since 3.5.0rc1.Karolin Seeger2010-01-251-0/+53
* s3: Fix bug 7052: "DFS broken on AIX (maybe others)"William Jojo2010-01-251-1/+1
* s3:pdb_ldap: Fix large paged search.Volker Lendecke2010-01-251-0/+1
* s3-docs: Fix typos.Karolin Seeger2010-01-256-6/+6