summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-04s3-smbd: Replace client_id in smbd process.Andreas Schneider2-6/+33
2011-07-04s3-auth: Pass the remote_address down to user_info.Andreas Schneider2-8/+20
2011-07-04s3-auth: Added remote_address to ntlmssp server.Andreas Schneider3-17/+51
2011-07-04s3-rpc_server: Migrate rpc function to tsocket_address.Andreas Schneider3-20/+19
2011-06-30s3:smbd do not panic when CTDB is unhealthy (Bug #8278)Christian Ambach1-0/+9
2011-06-29Second part of fix for bug #8219 - SMB Panic from Windows 7 Client.Jeremy Allison1-1/+1
2011-06-29param: Merge param headers into lib/param/loadparm.hAndrew Bartlett4-0/+4
2011-06-29Fix bug #8219 - SMB Panic from Windows 7 ClientJeremy Allison1-0/+8
2011-06-28s3-smbd Remove set but unused variablesAndrew Bartlett1-9/+0
2011-06-24s3:smb2_ioctl/FSCTL_PIPE_TRANSCEIVE: generate STATUS_BUFFER_OVERFLOW if neede...Stefan Metzmacher2-0/+10
2011-06-24Fix bug #8254 - "acl check permissions = no" does not work in all casesJeremy Allison2-2/+16
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-2/+2
2011-06-21s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett7-12/+42
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-1/+1
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-0/+5
2011-06-20ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2-1/+6
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2-2/+2
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2-2/+2
2011-06-20source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.Rusty Russell1-3/+2