summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher2011-08-071-6/+15
* s3: Make srv_enc_ctx staticVolker Lendecke2011-08-052-2/+1
* s3: Fix a debug messageVolker Lendecke2011-08-051-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-051-3/+3
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-032-2/+2
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-032-7/+7
* s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett2011-08-031-1/+1
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-034-30/+80
* s3-smbd clarify behaviour by not passing an OID that will not be usedAndrew Bartlett2011-08-031-1/+1
* s3-smbd Ensure we do not read past the end of a possible NTLMSSP blobAndrew Bartlett2011-08-032-2/+2
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-034-33/+6
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-033-10/+67
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-033-1/+7
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-033-23/+17
* s3-ntlmssp Use auth_ntlmssp_*() functions in more placesAndrew Bartlett2011-08-031-2/+2
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-032-97/+9
* We don't need check_name() here. All possible paths to dptr_create()Jeremy Allison2011-08-031-4/+0
* s3: Fix smb2 handling error returns from aioVolker Lendecke2011-08-021-0/+2
* s3: Move deferred_open_queue to smbd_server_connectionVolker Lendecke2011-08-023-10/+12
* s3: Pass sconn explicitly to get_deferred_open_message_smbVolker Lendecke2011-08-021-4/+6
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-027-18/+18
* s3: Pass sconn explicitly to schedule_deferred_open_message_smbVolker Lendecke2011-08-024-7/+22
* s3: Explicitly pass sconn to remove_deferred_open_message_smbVolker Lendecke2011-08-023-6/+8
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-023-10/+10
* s3:server Consolidate printing related initializationSimo Sorce2011-08-021-9/+0
* s3:smbd - Move printing queue stuffSimo Sorce2011-08-025-50/+12
* s3-rpc_server: Use rpc_spoolss_mode().Andreas Schneider2011-08-011-5/+2
* s3-rpc_server: Use rpc_epmapper_mode().Andreas Schneider2011-08-011-5/+2
* s3-rpc_server: Rename to rpc service setup.Andreas Schneider2011-08-011-1/+1
* Secod part of bugfix for bug #8335 - file copy aborts with smb2_validate_mess...Jeremy Allison2011-07-291-3/+24
* s3: Make map_open_params_to_ntcreate() available in lib/Volker Lendecke2011-07-292-154/+0
* s3: Make is_executable() available in lib/Volker Lendecke2011-07-292-18/+0
* s3: We only need base_name in map_open_params_to_ntcreateVolker Lendecke2011-07-294-9/+12
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-293-3/+3
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3: Priorize the async echo responder over the clientVolker Lendecke2011-07-281-4/+15
* s3: Remove unused smbd_echo_reader()Volker Lendecke2011-07-281-97/+0
* s3: Use smbd_echo_read_send in the async echo handlerVolker Lendecke2011-07-281-6/+68
* s3: Add smbd_echo_read_send/recvVolker Lendecke2011-07-281-0/+155
* Use existing ISDOT and ISDOTDOT macros.Jeremy Allison2011-07-281-2/+1
* s3-rpc_server: Move pipe/handles functionsSimo Sorce2011-07-211-1/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-206-15/+25
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-208-25/+25
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-206-17/+17
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-206-14/+14
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-2015-56/+57
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-209-46/+58
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-208-33/+64
* debug: log early messages to stdout, and keep it openAndrew Bartlett2011-07-201-2/+8
* First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2011-07-192-9/+9