summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd/nttrans: make use of BVAL() and remove ugly LARGE_SMB_OFF_T ifdef'sStefan Metzmacher2011-04-231-44/+5
* s3: Fix Coverity ID 2335, CHECKED_RETURNVolker Lendecke2011-04-221-1/+3
* Cosmetic. Fix bad indentation.Jeremy Allison2011-04-221-18/+18
* Remove duplicate code - move to parent_dirname() as a common function.Jeremy Allison2011-04-211-25/+14
* s3-vfs: rename open function to open_fn.Günther Deschner2011-04-211-5/+2
* s3-smbd: fix the AIX 5.3 build.Günther Deschner2011-04-201-0/+3
* Use handle based xattr set if available.Jeremy Allison2011-04-151-4/+5
* Ensure vfs_chown_fsp() is safe against races.Jeremy Allison2011-04-153-6/+74
* Ensure change_dir_owner_to_parent() can't be raced.Jeremy Allison2011-04-141-1/+1
* Optimization for change_file_owner_to_parent() and change_dir_owner_to_parent()Jeremy Allison2011-04-141-0/+21
* s3: Fix smbd with the async echo responderVolker Lendecke2011-04-141-10/+13
* s3: Fix a typoVolker Lendecke2011-04-141-1/+1
* s3-lib Move strisnormal to it's only user in mangle_hash.cAndrew Bartlett2011-04-141-0/+13
* s3: only include smb profiling where needed.Günther Deschner2011-04-1413-0/+13
* Don't print "success" message after error message in change_file_owner_to_par...Jeremy Allison2011-04-131-9/+8
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-132-0/+2
* s3: Make send_nt_replies() staticVolker Lendecke2011-04-132-8/+4
* s3-lib Move strdup_w to it's only user in mangle_hash.cAndrew Bartlett2011-04-131-0/+19
* s3-lib Move isvalid83_w to mangle_hash.cAndrew Bartlett2011-04-131-0/+34
* s3-smbd: Added a become_user_by_session() function.Andreas Schneider2011-04-112-0/+19
* s3-smbd: Added a change_to_user_by_session() function.Andreas Schneider2011-04-112-74/+98
* Subtle change. Microsoft SMB2 tests return different access mask than for SMB...Jeremy Allison2011-04-081-1/+12
* Fix bug #7080 - Quota only shown when logged as root.Jeremy Allison2011-04-052-5/+4
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-052-3/+3
* s3-auth use create_local_token() to transform server_info -> session_infoAndrew Bartlett2011-04-053-59/+34
* Move SET_STAT_INVALID call added by Volker as fix for bug 8042 - Newly create...Jeremy Allison2011-04-041-3/+3
* Note that check_parent_exists() doesn't change the contents of smb_fname (add...Jeremy Allison2011-04-041-1/+1
* s3-auth consolidate create_local_token() into make_server_info_krb5()Andrew Bartlett2011-04-042-37/+5
* s3: Fix bug 8042: File creation on OS/XVolker Lendecke2011-04-031-0/+3
* Fix bug #8047 - mdns registration doesn't work if "interfaces" is used in smb...Marc A. Dahlhaus2011-04-011-0/+7
* Fix bug #7996 - sgid bit lost on folder rename.Jeremy Allison2011-03-303-1/+23
* Fix convert_string() to take a *converted_size arg. and return a bool.Jeremy Allison2011-03-301-4/+7
* s3-smbd: try to fix the irix build.Günther Deschner2011-03-301-0/+1
* s3: try to fix the build on some non-linux buildfarm machines.Günther Deschner2011-03-301-0/+1
* s3: Fix Coverity ID 2236: REVERSE_INULLVolker Lendecke2011-03-301-3/+1
* s3: Fix Coverity ID 2304: FORWARD_NULLVolker Lendecke2011-03-301-3/+1
* s3: only include ntioctl.h where needed.Günther Deschner2011-03-302-0/+2
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-3013-13/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-3014-0/+14
* s3-prototyes: user_in_netgroup and user_in_list moved to auth, out of smbd.Günther Deschner2011-03-301-2/+0
* s3-auth: smbd needs auth.hGünther Deschner2011-03-3025-0/+25
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
* s3-locking: move locking prototypes out of proto.h.Günther Deschner2011-03-301-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-3081-0/+81
* s3-smbd: add smbd.h and move smbd prototypes to smbd/proto.h.Günther Deschner2011-03-302-0/+1157
* s3: move filename_util.c out of source3/smbd to source3/lib.Günther Deschner2011-03-301-206/+0
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-3010-0/+10
* s3-build: only include transfer_file.h where needed.Günther Deschner2011-03-302-0/+2
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-3020-0/+20