Age | Commit message (Expand) | Author | Files | Lines |
2011-08-01 | s3-rpc_server: Use rpc_spoolss_mode(). | Andreas Schneider | 1 | -5/+2 |
2011-08-01 | s3-rpc_server: Use rpc_epmapper_mode(). | Andreas Schneider | 1 | -5/+2 |
2011-08-01 | s3-rpc_server: Rename to rpc service setup. | Andreas Schneider | 1 | -1/+1 |
2011-07-29 | Secod part of bugfix for bug #8335 - file copy aborts with smb2_validate_mess... | Jeremy Allison | 1 | -3/+24 |
2011-07-29 | s3: Make map_open_params_to_ntcreate() available in lib/ | Volker Lendecke | 2 | -154/+0 |
2011-07-29 | s3: Make is_executable() available in lib/ | Volker Lendecke | 2 | -18/+0 |
2011-07-29 | s3: We only need base_name in map_open_params_to_ntcreate | Volker Lendecke | 4 | -9/+12 |
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 3 | -3/+3 |
2011-07-29 | s3:dbwrap: move db_open() to a file dbwrap_open.c of its own. | Michael Adam | 1 | -0/+1 |
2011-07-28 | s3: Priorize the async echo responder over the client | Volker Lendecke | 1 | -4/+15 |
2011-07-28 | s3: Remove unused smbd_echo_reader() | Volker Lendecke | 1 | -97/+0 |
2011-07-28 | s3: Use smbd_echo_read_send in the async echo handler | Volker Lendecke | 1 | -6/+68 |
2011-07-28 | s3: Add smbd_echo_read_send/recv | Volker Lendecke | 1 | -0/+155 |
2011-07-28 | Use existing ISDOT and ISDOTDOT macros. | Jeremy Allison | 1 | -2/+1 |
2011-07-21 | s3-rpc_server: Move pipe/handles functions | Simo Sorce | 1 | -1/+1 |
2011-07-20 | s3-auth Remove seperate guest boolean | Andrew Bartlett | 6 | -15/+25 |
2011-07-20 | s3-auth Use the common auth_session_info | Andrew Bartlett | 8 | -25/+25 |
2011-07-20 | s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_info | Andrew Bartlett | 6 | -17/+17 |
2011-07-20 | s3-auth Use guest boolean in auth_user_info_unix | Andrew Bartlett | 6 | -14/+14 |
2011-07-20 | s3-auth Use struct auth_user_info_unix for unix_name and sanitized_username | Andrew Bartlett | 15 | -56/+57 |
2011-07-20 | s3-auth Use *unix_token rather than utok in struct auth3_session_info | Andrew Bartlett | 9 | -46/+58 |
2011-07-20 | s3-auth Use struct auth3_session_info outside the auth subsystem | Andrew Bartlett | 8 | -33/+64 |
2011-07-20 | debug: log early messages to stdout, and keep it open | Andrew Bartlett | 1 | -2/+8 |
2011-07-19 | First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems | Jeremy Allison | 2 | -9/+9 |
2011-07-14 | s3-smbd: Pass event and messaging context to smbd_parent_housekeeping(). | Andreas Schneider | 1 | -3/+5 |
2011-07-14 | s3-smbd: Pass ev_ctx to remove_child_pid(). | Andreas Schneider | 1 | -3/+5 |
2011-07-14 | s3-smbd: Pass msg_ctx to smbd_accept_connection. | Andreas Schneider | 1 | -4/+8 |
2011-07-14 | s3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler(). | Andreas Schneider | 1 | -5/+5 |
2011-07-14 | s3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connection(). | Andreas Schneider | 1 | -3/+13 |
2011-07-14 | s3-smbd: Pass ev_ctx and msg_ctx to open_sockets_smbd(). | Andreas Schneider | 1 | -7/+9 |
2011-07-14 | s3-smbd: Pass ev_ctx to smbd_parent_loop(). | Andreas Schneider | 1 | -3/+4 |
2011-07-14 | s3-smbd: Create ev_ctx and msg_ctx and use it. | Andreas Schneider | 1 | -26/+38 |
2011-07-12 | s3:smbd: s/SMBkeepalive/NBSSkeepalive | Stefan Metzmacher | 2 | -12/+12 |
2011-07-12 | s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2 | Stefan Metzmacher | 3 | -3/+3 |
2011-07-11 | s3:smb2_create: use smbd_calculate_access_mask() instead of smbd_check_open_r... | Stefan Metzmacher | 1 | -1/+6 |
2011-07-11 | s3:smb2_tcon: return the correct maximal_access on the share | Stefan Metzmacher | 1 | -1/+1 |
2011-07-11 | s3:smbd: return the real share access mask in the SMBtconX response | Stefan Metzmacher | 1 | -3/+1 |
2011-07-11 | s3:smbd: use smbd_calculate_access_mask() also for fake_files | Stefan Metzmacher | 1 | -0/+13 |
2011-07-11 | s3:smbd: check the share level access mask in smbd_calculate_access_mask() | Stefan Metzmacher | 1 | -0/+17 |
2011-07-11 | s3:smbd: make smbd_calculate_access_mask() non-static | Stefan Metzmacher | 2 | -14/+20 |
2011-07-11 | s3:smbd/msdfs: let create_conn_struct() check the share security descriptor | Stefan Metzmacher | 1 | -0/+30 |
2011-07-08 | Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to... | Jeremy Allison | 4 | -121/+130 |
2011-07-08 | s3:smb2_server: add some comments about change_to_user() and change_to_root_u... | Stefan Metzmacher | 1 | -2/+98 |
2011-07-08 | lib/param: Merge struct loadparm_service into common | Andrew Bartlett | 1 | -1/+1 |
2011-07-08 | lib/util Move bitmap.c to lib/util | Andrew Bartlett | 4 | -0/+4 |
2011-07-08 | Fix bug #8293 - SMB2 doesn't rotate the log files often enough. | Jeremy Allison | 3 | -3/+21 |
2011-07-07 | s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon() | Stefan Metzmacher | 1 | -3/+26 |
2011-07-05 | s3:smbd fix a compile warning on AIX 5.3 | Christian Ambach | 1 | -1/+1 |
2011-07-05 | s3: Fix bug 8102 | Volker Lendecke | 1 | -0/+8 |
2011-07-05 | s3: Calculate&store the maximum share access mask | Volker Lendecke | 1 | -22/+15 |