summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2010-04-19s3: Change the make test password to "testPw"Volker Lendecke1-1/+1
2010-04-19s3-winbind: Allow changing the password for pdbVolker Lendecke2-1/+50
2010-04-19s3: Convert WINBINDD_PAM_LOGOFF to the new async APIVolker Lendecke5-68/+149
2010-04-19s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async APIVolker Lendecke5-59/+132
2010-04-19s3: Convert WINBINDD_PAM_AUTH_CRAP to the new async APIVolker Lendecke5-73/+133
2010-04-19s3: Convert WINBINDD_PAM_AUTH to the new async APIVolker Lendecke5-66/+135
2010-04-19winbindd: Fill in num_entries where availableVolker Lendecke3-0/+6
2010-04-19s3: Add some debug to GETSIDALIASESVolker Lendecke1-0/+9
2010-04-19s3-smb2: fix some c++ warnings.Günther Deschner1-3/+3
2010-04-19s3-spoolss: fix samr_ValidatePassword_Change.Günther Deschner1-1/+1
2010-04-19s3-lanman: use spoolss for api_WPrintJobGetInfo().Günther Deschner1-21/+54
2010-04-19s3-lanman: use spoolss for api_WPrintJobEnumerate().Günther Deschner1-11/+142
2010-04-19s3 i18n: Fix up missing newlines in more pam_winbind translationsKai Blin9-18/+18
2010-04-19s3 i18n: Fix up missing newlines in pam_winbind translationsKai Blin10-20/+20
2010-04-18Final fix for #7331 - Compound async SMB 2 requests don't work right.Jeremy Allison2-4/+20
2010-04-18s3: Fix indentation in remove_ccacheVolker Lendecke1-1/+1
2010-04-18s3: Fix a memleak in discover_dc_netbiosVolker Lendecke1-0/+3
2010-04-18s3: Fix a typo in winbindd_ccache_saveVolker Lendecke1-1/+1
2010-04-18s3: Improved support for GAMIN.Ira Cooper2-5/+26
2010-04-17Second part of fix for bug #7331 - Compound async SMB 2 requests don't work r...Jeremy Allison1-58/+158
2010-04-17First part of fix for bug #7331 - Compound async SMB 2 requests don't work ri...Jeremy Allison5-105/+367
2010-04-17s3: Slightly simpify samr_ValidatePassword_ResetVolker Lendecke1-12/+13
2010-04-17s3: Slightly simpify samr_ValidatePassword_ChangeVolker Lendecke1-12/+13
2010-04-17s3: Slightly simplify the logic of check_password_complexity()Volker Lendecke1-18/+22
2010-04-17s3: Fix some nonempty blank linesVolker Lendecke1-7/+7
2010-04-16s3-winreg_nt: Fixed QueryValue with data=NULL to get the length.Andreas Schneider1-1/+3
2010-04-14s3: Fix a typoVolker Lendecke1-1/+1
2010-04-13Don't set "requested_posix_capabilities" in the sync code, already done in th...Jeremy Allison1-2/+0
2010-04-13Add basic DFS tests.Jeremy Allison2-0/+92
2010-04-13Split out the client unix capabilities to those the server offered, and those...Jeremy Allison5-9/+24
2010-04-13s3-winbind: Authenticate SAM usersVolker Lendecke2-5/+75
2010-04-13s3-winbindd: Fix typo in comment.Karolin Seeger1-1/+1
2010-04-13s3: Cache the username map in gencacheVolker Lendecke3-0/+61
2010-04-12Move to using 64-bit mid values in our internal open file database.Jeremy Allison15-166/+188
2010-04-12s3: Apply some constVolker Lendecke2-6/+10
2010-04-12s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" att...Matthias Dieter Wallnöfer1-3/+3
2010-04-12s3: Little refactoring: Factor out skip_spaceVolker Lendecke1-5/+10
2010-04-12s3: Remove a bogus 0-check, "isspace" can not return true for \0Volker Lendecke1-1/+1
2010-04-12s3: Cache the result of the username map scriptVolker Lendecke1-0/+1
2010-04-11s3: Move serverinfo_to_SamInfoX to auth/server_info.cVolker Lendecke2-287/+287
2010-04-11s3: Move [make|free]_user_info to auth/user_info.cVolker Lendecke4-108/+146
2010-04-11s3: Move make_server_info_sam to auth/server_info_sam.cVolker Lendecke3-121/+152
2010-04-11s3: Move sanitize_username to lib/util_str.cVolker Lendecke3-8/+9
2010-04-11s3: Move make_server_info to auth/server_info.cVolker Lendecke4-32/+60
2010-04-11s3: Move check_sam_security to auth/check_sam.cVolker Lendecke3-486/+513
2010-04-11s3: Make check_sam_security publicVolker Lendecke2-20/+32
2010-04-11s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count argsVolker Lendecke1-5/+5
2010-04-11s3: Replace "auth_context" by "challenge" in sam_password_ok argsVolker Lendecke1-7/+10
2010-04-11s3: Move user_in_group() and create_token_from_username() to token_utils.cVolker Lendecke2-315/+315
2010-04-11[Bug 7345] Incomplete description of function return values in libsmbclient.hDerrell Lipman1-8/+14