summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: piddir creation fix.Ira Cooper2012-03-071-0/+3
* s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssdAndrew Bartlett2012-03-071-4/+4
* s3-smbd make change_to_user_by_session staticAndrew Bartlett2012-03-072-4/+2
* s3:smbd: keep 'num_files' and 'files' directly under smbd_server_connectionStefan Metzmacher2012-03-062-8/+9
* s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher2012-03-065-154/+52
* s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connectionStefan Metzmacher2012-03-064-20/+17
* s3:msdfs: set the 'cnum' field to invalid for faked connection_structsStefan Metzmacher2012-03-061-0/+1
* s3: Move a talloc_strdup out of the main code pathVolker Lendecke2012-03-061-15/+31
* s3: Move the drain_socket on error to reply_write_and_XVolker Lendecke2012-03-052-9/+9
* s3: Use "goto out;" in reply_write_and_XVolker Lendecke2012-03-051-18/+9
* s3: Remove "size" param from switch_messageVolker Lendecke2012-03-051-3/+3
* s3: Remove "size" param from smb_dumpVolker Lendecke2012-03-051-4/+5
* s3-smbd: vuser and session_info cannot be NULL hereAndrew Bartlett2012-03-041-37/+31
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-0410-613/+63
* s3:smbd/globals.h: remove unused pollfd pointerStefan Metzmacher2012-03-041-6/+0
* change low FDs are handled in SambaAndrew Bartlett2012-03-041-10/+2
* s3:smbd:smb2_write: improve logging in the error caseMichael Adam2012-03-031-4/+14
* s3:smb2_server: use SMB2_WATCH_TREEChristian Ambach2012-03-021-1/+1
* s3:smb2_server fix a typoChristian Ambach2012-03-021-1/+1
* s3: Fix some blank line endingsVolker Lendecke2012-03-031-5/+5
* s3: Further fix for bug 8777Brad Smith2012-03-021-2/+2
* s3: Enable statvfs usage on NetBSDVolker Lendecke2012-03-021-30/+30
* Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison2012-03-015-3/+72
* Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.Jeremy Allison2012-02-291-4/+46
* Add accessor functions to set a bool "priv" on a directory handle. Not yet us...Jeremy Allison2012-02-292-0/+13
* Add the implementation of check_reduced_name_with_privilege(). Now to plumb intoJeremy Allison2012-02-294-8/+161
* Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...Jeremy Allison2012-02-293-5/+103
* s3: Introduce "req" helper var in reply_lockingX_successVolker Lendecke2012-02-291-3/+5
* s3: Fix a const warningVolker Lendecke2012-02-291-1/+1
* s3: More fix for smbd -iVolker Lendecke2012-02-281-1/+1
* Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculatingJeremy Allison2012-02-281-3/+28
* smbd: detect EOF on stdin in --foreground modeAndrew Tridgell2012-02-281-0/+25
* libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()Stefan Metzmacher2012-02-271-0/+4
* s3-param: Align lp_{max,min}protocol with lib/param namesAndrew Bartlett2012-02-273-12/+12
* s3: Fix a typoVolker Lendecke2012-02-251-1/+1
* s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFlyBrad Smith2012-02-251-3/+40
* s3-auth rename vuid_serverinfo to session_infoAndrew Bartlett2012-02-251-8/+8
* Move dptr code over to TALLOC.Jeremy Allison2012-02-251-18/+9
* Make dptr_path() and dptr_wcard() const.Jeremy Allison2012-02-243-7/+5
* Fix const warnings.Jeremy Allison2012-02-241-2/+2
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-16/+13
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-12/+2
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-13/+2
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-7/+1
* s3: Simplify smb_splice_chainVolker Lendecke2012-02-241-25/+11
* s3: Turn some SMB_ASSERTS into proper returnVolker Lendecke2012-02-241-2/+6
* s3: Fix a DEBUG msgVolker Lendecke2012-02-241-1/+1
* s3:smbd/utmp.c - fix the build on FreeBSD 9 without utmp.hMatthias Dieter Wallnöfer2012-02-231-0/+2
* s3: smb_request->vwv can be constVolker Lendecke2012-02-231-1/+1
* s3: Fix smbd -iVolker Lendecke2012-02-211-0/+1