summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3: Fix typosVolker Lendecke2012-02-211-2/+2
* s3: Remove a pointless else branchVolker Lendecke2012-02-191-2/+1
* s3: get_share_mode_lock_fresh->get_share_mode_lockVolker Lendecke2012-02-191-9/+9
* s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke2012-02-195-9/+10
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-1812-37/+0
* s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett2012-02-171-0/+3
* Replace smbd_server_connection_loop_once() with tevent_loop_once() directly.Jeremy Allison2012-02-171-63/+6
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-161-1/+1
* s3-smbd Remove unused code now we always have SPNEGO via gensecAndrew Bartlett2012-02-164-49/+7
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-2/+2
* s3-smbd: Avoid starting log lines with the word 'error'Andrew Bartlett2012-02-161-2/+10
* s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760Volker Lendecke2012-02-151-4/+2
* s3: files_struct->mode is only written, remove itVolker Lendecke2012-02-142-3/+0
* s3:smbd/oplock_linux: don't overwrite private_dataStefan Metzmacher2012-02-101-2/+0
* s3-smb2: Use the correct indicator if a request was deferredVolker Lendecke2012-02-101-1/+1
* s3-smb2: Make sure we have a subreq setVolker Lendecke2012-02-101-0/+1
* s3-printing: Add new printers to registry.Björn Baumbach2012-02-091-11/+33
* Ensure when setting a POSIX ACL, that the uid for aJeremy Allison2012-02-031-0/+60
* Fix mistaken assignment of gid to uid field.Jeremy Allison2012-02-031-1/+1
* Replace bool flags inside ensure_canon_entry_valid() with pointers.Jeremy Allison2012-02-031-11/+12
* Replace all malloc/free with talloc on tos.Jeremy Allison2012-02-031-41/+41