summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Use existing ISDOT and ISDOTDOT macros.Jeremy Allison1-2/+1
2011-07-21s3-rpc_server: Move pipe/handles functionsSimo Sorce1-1/+1
2011-07-20s3-auth Remove seperate guest booleanAndrew Bartlett6-15/+25
2011-07-20s3-auth Use the common auth_session_infoAndrew Bartlett8-25/+25
2011-07-20s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett6-17/+17
2011-07-20s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett6-14/+14
2011-07-20s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett15-56/+57
2011-07-20s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett9-46/+58
2011-07-20s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett8-33/+64
2011-07-20debug: log early messages to stdout, and keep it openAndrew Bartlett1-2/+8
2011-07-19First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systemsJeremy Allison2-9/+9
2011-07-14s3-smbd: Pass event and messaging context to smbd_parent_housekeeping().Andreas Schneider1-3/+5
2011-07-14s3-smbd: Pass ev_ctx to remove_child_pid().Andreas Schneider1-3/+5
2011-07-14s3-smbd: Pass msg_ctx to smbd_accept_connection.Andreas Schneider1-4/+8
2011-07-14s3-smbd: Pass ev_ctx to smbd_setup_sig_chld_handler().Andreas Schneider1-5/+5
2011-07-14s3-smbd: Pass ev_ctx and msg_ctx to smbd_accept_connection().Andreas Schneider1-3/+13
2011-07-14s3-smbd: Pass ev_ctx and msg_ctx to open_sockets_smbd().Andreas Schneider1-7/+9
2011-07-14s3-smbd: Pass ev_ctx to smbd_parent_loop().Andreas Schneider1-3/+4
2011-07-14s3-smbd: Create ev_ctx and msg_ctx and use it.Andreas Schneider1-26/+38
2011-07-12s3:smbd: s/SMBkeepalive/NBSSkeepaliveStefan Metzmacher2-12/+12
2011-07-12s3:smbd: use PROTOCOL_SMB2_02 instead PROTOCOL_SMB2Stefan Metzmacher3-3/+3
2011-07-11s3:smb2_create: use smbd_calculate_access_mask() instead of smbd_check_open_r...Stefan Metzmacher1-1/+6
2011-07-11s3:smb2_tcon: return the correct maximal_access on the shareStefan Metzmacher1-1/+1
2011-07-11s3:smbd: return the real share access mask in the SMBtconX responseStefan Metzmacher1-3/+1
2011-07-11s3:smbd: use smbd_calculate_access_mask() also for fake_filesStefan Metzmacher1-0/+13
2011-07-11s3:smbd: check the share level access mask in smbd_calculate_access_mask()Stefan Metzmacher1-0/+17
2011-07-11s3:smbd: make smbd_calculate_access_mask() non-staticStefan Metzmacher2-14/+20
2011-07-11s3:smbd/msdfs: let create_conn_struct() check the share security descriptorStefan Metzmacher1-0/+30
2011-07-08Move smbd_smb2_request_check_tcon() smbd_smb2_request_check_session() next to...Jeremy Allison4-121/+130
2011-07-08s3:smb2_server: add some comments about change_to_user() and change_to_root_u...Stefan Metzmacher1-2/+98
2011-07-08lib/param: Merge struct loadparm_service into commonAndrew Bartlett1-1/+1
2011-07-08lib/util Move bitmap.c to lib/utilAndrew Bartlett4-0/+4
2011-07-08Fix bug #8293 - SMB2 doesn't rotate the log files often enough.Jeremy Allison3-3/+21
2011-07-07s3:smb2_server: call change_to_root_user() or smbd_smb2_request_check_tcon()Stefan Metzmacher1-3/+26
2011-07-05s3:smbd fix a compile warning on AIX 5.3Christian Ambach1-1/+1
2011-07-05s3: Fix bug 8102Volker Lendecke1-0/+8
2011-07-05s3: Calculate&store the maximum share access maskVolker Lendecke1-22/+15
2011-07-05s3: Return "granted" from share_access_checkVolker Lendecke2-10/+14
2011-07-04s3:smb2 fix smbd crash on premature end of smb2 conn (Bug 8286)Christian Ambach1-3/+3
2011-07-04s3:smb2_server: there's no reason to check the session id twice on a smb2_tco...Stefan Metzmacher1-5/+0
2011-07-04s3:smb2_create: call 'return' after smbd_server_connection_terminate()Stefan Metzmacher1-0/+1
2011-07-04s3-lib Move event_add_idle() to source3/lib/events.cAndrew Bartlett2-87/+0
2011-07-04s3-smbd: Remove client_address from smbd_server_connection struct.Andreas Schneider1-1/+0
2011-07-04s3-smbd: Remove obsolete smbd_set_server_fd().Andreas Schneider2-36/+6
2011-07-04s3-smbd: Replace client_id in smbd session setup.Andreas Schneider2-2/+3
2011-07-04s3-smbd: Replace client_id in smbd session.Andreas Schneider1-7/+9
2011-07-04s3-smbd: Replace client_id in smbd service.Andreas Schneider1-6/+21
2011-07-04s3-smbd: Replace client_id in smbd reply.Andreas Schneider1-1/+10
2011-07-04s3-smbd: Exit cleanly if we can't create an address string.Andreas Schneider1-1/+3
2011-07-04s3-smbd: Replace client_id in smbd connection.Andreas Schneider1-1/+9