summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix bug 7781 - Samba transforms ShareName to lowercase (sharename) when addin...Jeremy Allison2010-11-104-45/+92
* Remove fstring from map_username. Create a more sane interface than the calle...Jeremy Allison2010-11-104-11/+25
* s3: Allow disabling of mdns registrationsVolker Lendecke2010-11-051-1/+1
* s3: Remove an unused prototypeVolker Lendecke2010-11-041-17/+0
* s3: Align nttrans replies the same way Windows does itVolker Lendecke2010-11-031-1/+1
* s3-debug Move 'load_case_tables()' before lp_set_cmdline() and popt callsAndrew Bartlett2010-11-021-2/+2
* s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett2010-11-021-1/+5
* s3-smbd Remove manual override of DEBUGELVEL during exitAndrew Bartlett2010-10-271-5/+0
* s3: Fix some DEBUG msgsVolker Lendecke2010-10-261-5/+5
* Revert "Wrap security_token_has_privilege() with a check for lp_enable_privil...Jeremy Allison2010-10-222-4/+4
* Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ...Jeremy Allison2010-10-222-4/+4
* Add code to implement SeSecurityPrivilege in net rpc rights, and in theJeremy Allison2010-10-212-21/+18
* Make getpwnam_alloc() static to lib/username.c, and ensure all username looku...Jeremy Allison2010-10-202-2/+2
* s3: Add some DEBUGVolker Lendecke2010-10-201-0/+2
* s3: Cope with EINTR in smbd_[un]lock_socketVolker Lendecke2010-10-201-2/+10
* Add deadtime detection for SMB2. Correctly update lastused timestamp across a...Jeremy Allison2010-10-192-30/+76
* Add SMB2 paths to smbd/conn.c. Except for conn_idle_all(), to be cleaned up n...Jeremy Allison2010-10-191-32/+105
* Copyright/whitespace/comment cleanup in preparation for adding SMB2 paths.Jeremy Allison2010-10-191-20/+27
* Move tcons.num_open from smb1 to sconn->num_tcons_open as this is needed for ...Jeremy Allison2010-10-194-7/+11
* Add make_default_filesystem_acl() function to be used in following change to ...Jeremy Allison2010-10-151-0/+110
* Fix handling of "NULL" DACL. Map to u/g/w - rwx.Jeremy Allison2010-10-151-23/+33
* Fix "force unknown ACL user" to strip out foreign SIDs from POSIX ACLs if the...Jeremy Allison2010-10-151-0/+8
* Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison2010-10-151-1/+1
* Fix bug #7733 - Invalid client DOS attributes on create can cause incorrect u...Jeremy Allison2010-10-151-0/+9
* s3: Remove smbd_server_conn from construct_replyVolker Lendecke2010-10-141-4/+6
* s3: Lift smbd_server_conn from receive_smb_tallocVolker Lendecke2010-10-141-10/+9
* s3: Lift smbd_server_conn from receive_smb_raw_tallocVolker Lendecke2010-10-141-8/+10
* s3: Lift smbd_server_conn from receive_smb_raw_talloc_partial_readVolker Lendecke2010-10-141-10/+10
* s3: Remove some explicit smbd_server_conn refs in process_smb()Volker Lendecke2010-10-141-2/+2
* s3: Rename "conn" to the more used "sconn" in process_smb()Volker Lendecke2010-10-141-7/+7
* s3-auth Use security_token_debug() from common codeAndrew Bartlett2010-10-141-1/+2
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-1215-1/+15
* Canonicalize incoming and outgoing ACLs.Jeremy Allison2010-10-111-4/+55
* Make the posix ACL module cope with a NULL incoming DACL and aJeremy Allison2010-10-111-0/+31
* s3: Hang the isilon kernel oplocks off the NULL contextVolker Lendecke2010-10-081-1/+2
* s3: Hang the irix kernel oplocks off the NULL ctxVolker Lendecke2010-10-081-1/+1
* s3: Hang the linux kernel oplocks off the NULL ctxVolker Lendecke2010-10-081-1/+1
* s3: Call printer_list_parent_init in the parentVolker Lendecke2010-10-081-0/+5
* Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke2010-10-081-1/+7
* s3: Fix input check in is_encrypted_packetVolker Lendecke2010-10-081-1/+3
* Fix bug 7716 - acl_xattr and acl_tdb modules don't store unmodified copies of...Jeremy Allison2010-10-081-1/+13
* s3: Fix the async echo responder for netbios keepalivesVolker Lendecke2010-10-071-10/+23
* Fix crash in SMB2 rename found by gentest. We must always have an lcompJeremy Allison2010-10-061-1/+1
* s3: Make the write end of the echo responder pipe non-blockingVolker Lendecke2010-10-061-0/+1
* Fix crash in SMB2 rename found by gentest. We must always have an lcompJeremy Allison2010-10-061-1/+1
* s3: Stop using the write cache after an oplock breakVolker Lendecke2010-10-051-0/+1
* s3: Remove smbd_server_conn from msg_force_tdisVolker Lendecke2010-10-031-1/+7
* s3: Remove smbd_server_conn from process_blocking_lock_cancel_messageVolker Lendecke2010-10-031-1/+7
* s3: Remove smbd_server_conn from smb1 receive_unlock_msgVolker Lendecke2010-10-031-1/+9
* s3: Remove smbd_server_conn from msg_file_was_renamedVolker Lendecke2010-10-031-1/+8