summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-03-08s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett3-45/+22
2012-03-07s3: piddir creation fix.Ira Cooper1-0/+3
2012-03-07s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssdAndrew Bartlett1-4/+4
2012-03-07s3-smbd make change_to_user_by_session staticAndrew Bartlett2-4/+2
2012-03-06s3:smbd: keep 'num_files' and 'files' directly under smbd_server_connectionStefan Metzmacher2-8/+9
2012-03-06s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher5-154/+52
2012-03-06s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connectionStefan Metzmacher4-20/+17
2012-03-06s3:msdfs: set the 'cnum' field to invalid for faked connection_structsStefan Metzmacher1-0/+1
2012-03-06s3: Move a talloc_strdup out of the main code pathVolker Lendecke1-15/+31
2012-03-05s3: Move the drain_socket on error to reply_write_and_XVolker Lendecke2-9/+9
2012-03-05s3: Use "goto out;" in reply_write_and_XVolker Lendecke1-18/+9
2012-03-05s3: Remove "size" param from switch_messageVolker Lendecke1-3/+3
2012-03-05s3: Remove "size" param from smb_dumpVolker Lendecke1-4/+5
2012-03-04s3-smbd: vuser and session_info cannot be NULL hereAndrew Bartlett1-37/+31
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett10-613/+63
2012-03-04s3:smbd/globals.h: remove unused pollfd pointerStefan Metzmacher1-6/+0
2012-03-04change low FDs are handled in SambaAndrew Bartlett1-10/+2
2012-03-03s3:smbd:smb2_write: improve logging in the error caseMichael Adam1-4/+14
2012-03-02s3:smb2_server: use SMB2_WATCH_TREEChristian Ambach1-1/+1
2012-03-02s3:smb2_server fix a typoChristian Ambach1-1/+1
2012-03-03s3: Fix some blank line endingsVolker Lendecke1-5/+5
2012-03-02s3: Further fix for bug 8777Brad Smith1-2/+2
2012-03-02s3: Enable statvfs usage on NetBSDVolker Lendecke1-30/+30
2012-03-01Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison5-3/+72
2012-02-29Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.Jeremy Allison1-4/+46
2012-02-29Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison2-0/+13
2012-02-29Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison4-8/+161
2012-02-29Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison3-5/+103
2012-02-29s3: Introduce "req" helper var in reply_lockingX_successVolker Lendecke1-3/+5
2012-02-29s3: Fix a const warningVolker Lendecke1-1/+1
2012-02-28s3: More fix for smbd -iVolker Lendecke1-1/+1
2012-02-28Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculatingJeremy Allison1-3/+28
2012-02-28smbd: detect EOF on stdin in --foreground modeAndrew Tridgell1-0/+25
2012-02-27libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher1-0/+4
2012-02-27s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett3-12/+12
2012-02-25s3: Fix a typoVolker Lendecke1-1/+1
2012-02-25s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith1-3/+40
2012-02-25s3-auth rename vuid_serverinfo to session_infoAndrew Bartlett1-8/+8
2012-02-25Move dptr code over to TALLOC.Jeremy Allison1-18/+9
2012-02-24Make dptr_path() and dptr_wcard() const.Jeremy Allison3-7/+5
2012-02-24Fix const warnings.Jeremy Allison1-2/+2
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-16/+13
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-12/+2
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-13/+2
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-7/+1
2012-02-24s3: Simplify smb_splice_chainVolker Lendecke1-25/+11
2012-02-24s3: Turn some SMB_ASSERTS into proper returnVolker Lendecke1-2/+6
2012-02-24s3: Fix a DEBUG msgVolker Lendecke1-1/+1
2012-02-23s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.hMatthias Dieter Wallnöfer1-0/+2
2012-02-23s3: smb_request->vwv can be constVolker Lendecke1-1/+1