summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: Cache the username map in gencacheVolker Lendecke2010-04-133-0/+61
* Move to using 64-bit mid values in our internal open file database.Jeremy Allison2010-04-1215-166/+188
* s3: Apply some constVolker Lendecke2010-04-122-6/+10
* s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" att...Matthias Dieter Wallnöfer2010-04-121-3/+3
* 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
* [Bug 7345] Incomplete description of function return values in libsmbclient.hDerrell Lipman2010-04-111-8/+14
* 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
* s3: Fix a typoVolker Lendecke2010-04-111-1/+1
* s3: Make "auth_context" its own talloc parentVolker Lendecke2010-04-115-16/+9
* s3: Fix some nonempty linesVolker Lendecke2010-04-116-36/+35
* s3: Cosmetics -- I could not spot where "chal" was initializedVolker Lendecke2010-04-111-1/+1
* s3: Use IS_DC macro in get_global_sam_name()Volker Lendecke2010-04-101-1/+1
* s3: Remove domain selection from dual_pam_authVolker Lendecke2010-04-101-53/+13
* s3: Check 0 termination in GETALIASESVolker Lendecke2010-04-101-7/+13
* Plumb SMB2 stubs into all the places we defer SMB1 operations.Jeremy Allison2010-04-0913-111/+198
* s3-spoolss: Fix two uninitialized vars in spoolss util code.Günther Deschner2010-04-091-1/+2
* s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner2010-04-0915-50/+58
* s3: Fix a typoVolker Lendecke2010-04-091-1/+1
* s3: Use talloc_tos() as talloc ctx for fd_lines_load() in map_username()Volker Lendecke2010-04-091-1/+1
* s3: TALLOC_FREE(command) correctly in map_username()Volker Lendecke2010-04-091-0/+2
* Stop smb2 from calling into smb1 blocking lock request code.Jeremy Allison2010-04-086-0/+72
* Simplify call_trans2qfilepathinfo() and smbd_do_qfilepathinfo()Jeremy Allison2010-04-083-20/+4
* Fix bug #7339 - MSDFS is non-functional in 3.5.xJeremy Allison2010-04-084-1/+6
* s3-winreg: add winreg_DeleteKeyEx stub.Günther Deschner2010-04-091-0/+12
* s3-lanman: use spoolss for api_RDosPrintJobDel().Günther Deschner2010-04-081-15/+59
* s3-lanman: use spoolss for api_WPrintQueueCtrl().Günther Deschner2010-04-081-7/+70
* s3-registry: fix fill_in_printer_values() for datatype and printprocessor.Günther Deschner2010-04-081-2/+2
* s3: Remove the separate "child" argument from setup_domain_child()Volker Lendecke2010-04-083-15/+8
* s3:winbindd: make "smbcontrol winbindd validate-cache" reliable againStefan Metzmacher2010-04-081-0/+3
* s3: Fix a typoVolker Lendecke2010-04-081-1/+1
* Start to plumb smb2 into the oplock system. Calls dummy functions for now.Jeremy Allison2010-04-074-46/+59
* s3-spoolss: Fix an issue in _spoolss_DeleteForm.Günther Deschner2010-04-071-1/+1
* s3-spoolss: Fix some issues in _spoolss_AddForm.Günther Deschner2010-04-071-1/+19