summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* winbindd: Fill in num_entries where availableVolker Lendecke2010-04-193-0/+6
| | | | | | | | The server implementation of WINBINDD_LIST_USERS, WINBINDD_LIST_GROUPS and WINBINDD_LIST_TRUSTDOM knows the number of entries returned. Bump up the version number so that a newer lib does not rely on something an older winbind does not do.
* s3: Add some debug to GETSIDALIASESVolker Lendecke2010-04-191-0/+9
|
* s3-smb2: fix some c++ warnings.Günther Deschner2010-04-191-3/+3
| | | | Guenther
* s3-spoolss: fix samr_ValidatePassword_Change.Günther Deschner2010-04-191-1/+1
| | | | Guenther
* s3-lanman: use spoolss for api_WPrintJobGetInfo().Günther Deschner2010-04-191-21/+54
| | | | Guenther
* s3-lanman: use spoolss for api_WPrintJobEnumerate().Günther Deschner2010-04-191-11/+142
| | | | Guenther
* s3 i18n: Fix up missing newlines in more pam_winbind translationsKai Blin2010-04-199-18/+18
|
* s3 i18n: Fix up missing newlines in pam_winbind translationsKai Blin2010-04-1910-20/+20
| | | | | At least in the languages I could read, the newlines were indeed missing.
* Final fix for #7331 - Compound async SMB 2 requests don't work right.Jeremy Allison2010-04-182-4/+20
| | | | | | | | | | | | | | | Don't free the cancelled SMB2 req early, let the cancelation function take care of it. Return a NT_STATUS_CANCELLED when we find and cancel a request. Fix our SMB2 error returns to correctly set the structuresize to 9, and add the expected zero byte (see section 2.2.2 in the SMB2 spec.). This causes Samba to pass the test program in this bug report that W2K8R2 fails (heh heh :-). This is because we always cause compound requests to get to a cancelation point before dealing with a cancel request. Jeremy.
* s3: Fix indentation in remove_ccacheVolker Lendecke2010-04-181-1/+1
|
* s3: Fix a memleak in discover_dc_netbiosVolker Lendecke2010-04-181-0/+3
|
* s3: Fix a typo in winbindd_ccache_saveVolker Lendecke2010-04-181-1/+1
|
* s3: Improved support for GAMIN.Ira Cooper2010-04-182-5/+26
| | | | | Support the FAMNoExists API for gamin to reduce cpu use and problems when using GAMIN as FAM for vfs_notify_fam.
* Second part of fix for bug #7331 - Compound async SMB 2 requests don't work ↵Jeremy Allison2010-04-171-58/+158
| | | | | | | | | right. Cause us to match W2K8R2 by sending an interim compound reply followed by a async reply. Jeremy.
* First part of fix for bug #7331 - Compound async SMB 2 requests don't work ↵Jeremy Allison2010-04-175-105/+367
| | | | | | | | | | | | | | | | right. Gets us handling SMB2 compound async requests similar to W2K8R2 (and triggers the same client bug in the Win7 redirector). Great thanks to Ira Cooper <samba@ira.wakeful.net> for helping with this and to Metze for the wonderful async framework. The one thing I need to fix to make us identical to W2K8R2 is that when a compound request goes async at the end W2K8R2 splits the replies up into a compound non-async reply followed by a separate async reply. Currently we're doing the whole thing in a compound reply. Jeremy.
* s3: Slightly simpify samr_ValidatePassword_ResetVolker Lendecke2010-04-171-12/+13
|
* s3: Slightly simpify samr_ValidatePassword_ChangeVolker Lendecke2010-04-171-12/+13
|
* s3: Slightly simplify the logic of check_password_complexity()Volker Lendecke2010-04-171-18/+22
| | | | The whole routine was just one if-branch. Do an early return instead.
* s3: Fix some nonempty blank linesVolker Lendecke2010-04-171-7/+7
|
* s3-winreg_nt: Fixed QueryValue with data=NULL to get the length.Andreas Schneider2010-04-161-1/+3
|
* s3: Fix a typoVolker Lendecke2010-04-141-1/+1
|
* Don't set "requested_posix_capabilities" in the sync code, already done in ↵Jeremy Allison2010-04-131-2/+0
| | | | | | the async. Jeremy.
* Add basic DFS tests.Jeremy Allison2010-04-132-0/+92
| | | | Jeremy.
* Split out the client unix capabilities to those the server offered, and ↵Jeremy Allison2010-04-135-9/+24
| | | | | | | | | those the client asked for. This fixes a bug when using encrypted transport and DFS links. Found by my basic DFS torture test, which I'll check in next. Testing *rocks* :-). Jeremy.
* s3-winbind: Authenticate SAM usersVolker Lendecke2010-04-132-5/+75
|
* s3-winbindd: Fix typo in comment.Karolin Seeger2010-04-131-1/+1
| | | | Karolin
* s3: Cache the username map in gencacheVolker Lendecke2010-04-133-0/+61
| | | | This is for uses with a heavy-weight username map script
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-1215-166/+188
| | | | | | | This will allow us to share logic much easier between SMB1 and SMB2 servers. Jeremy
* s3: Apply some constVolker Lendecke2010-04-122-6/+10
|
* s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵Matthias Dieter Wallnöfer2010-04-121-3/+3
| | | | | | | attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one.
* s3: Little refactoring: Factor out skip_spaceVolker Lendecke2010-04-121-5/+10
|
* s3: Remove a bogus 0-check, "isspace" can not return true for \0Volker Lendecke2010-04-121-1/+1
|
* s3: Cache the result of the username map scriptVolker Lendecke2010-04-121-0/+1
|
* s3: Move serverinfo_to_SamInfoX to auth/server_info.cVolker Lendecke2010-04-112-287/+287
|
* s3: Move [make|free]_user_info to auth/user_info.cVolker Lendecke2010-04-114-108/+146
|
* s3: Move make_server_info_sam to auth/server_info_sam.cVolker Lendecke2010-04-113-121/+152
|
* s3: Move sanitize_username to lib/util_str.cVolker Lendecke2010-04-113-8/+9
|
* s3: Move make_server_info to auth/server_info.cVolker Lendecke2010-04-114-32/+60
|
* s3: Move check_sam_security to auth/check_sam.cVolker Lendecke2010-04-113-486/+513
|
* s3: Make check_sam_security publicVolker Lendecke2010-04-112-20/+32
|
* s3: Replace "auth_context" by "challenge" in need_to_increment_bad_pw_count argsVolker Lendecke2010-04-111-5/+5
|
* s3: Replace "auth_context" by "challenge" in sam_password_ok argsVolker Lendecke2010-04-111-7/+10
|
* s3: Move user_in_group() and create_token_from_username() to token_utils.cVolker Lendecke2010-04-112-315/+315
| | | | Goal is to be able to call check_sam_security from winbind
* [Bug 7345] Incomplete description of function return values in libsmbclient.hDerrell Lipman2010-04-111-8/+14
| | | | | | | | | | - Fixed documentation on smbc_fstat(), smbc_statvfs(), and smbc_fstatvfs(): All were missing return value upon success - Fixed documentation on smbc_read: Documented return value upon EOF Derrell
* s3: Use sizeof(chal) instead of a constantVolker Lendecke2010-04-111-1/+1
|
* s3: Use talloc_stackframe() in user_in_groupVolker Lendecke2010-04-111-7/+1
|
* s3: Use talloc_stackframe() in user_in_group_sidVolker Lendecke2010-04-111-8/+1
|
* s3: Use talloc_stackframe() in create_token_from_usernameVolker Lendecke2010-04-111-7/+1
|
* s3: Fix a memleak in user_in_group_sidVolker Lendecke2010-04-111-0/+1
|
* s3: Remove the make_auth_methods routineVolker Lendecke2010-04-1110-72/+101
| | | | This was just TALLOC_ZERO_P