summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: Remove superfluous ()Volker Lendecke2014-07-221-1/+1
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1
* smbd: "err" is no longer set in get_lock_offsetVolker Lendecke2014-07-223-29/+6
* smbd: Add commentsVolker Lendecke2014-07-221-0/+6
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-222-98/+0
* smbd: Simplify unpack_nt_ownersVolker Lendecke2014-07-221-11/+3
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-07-186-6/+6
* s3:smbd: initialize stat_ex buffer in smbd_dirptr_get_entry()Michael Adam2014-07-131-1/+1
* s3:smb2_read: let smb2_sendfile_send_data() behave like send_file_readX()Stefan Metzmacher2014-07-111-16/+53
* s3:smb2_negprot: allow "smb max {read,write,trans}" up to 8MiBStefan Metzmacher2014-07-111-4/+4
* s3:smbd: make dptr_ReadDirName() static.Michael Adam2014-07-102-8/+4
* smbd: Use mutex instead of fcntl lock for echohandler coordinationChristof Schmitt2014-07-093-34/+173
* smbd: Factor out smbd_smb2_send_breakVolker Lendecke2014-07-081-22/+36
* smbd: Rename smbd_smb2_send_oplock_break_state->buf to ->bodyVolker Lendecke2014-07-081-3/+3
* smbd: no "dyn" in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-6/+3
* smbd: Make hdr a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-19/+20
* smbd: Make tf a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-14/+15
* smbd: Make nbt_hdr a field of its own in smbd_smb2_send_oplock_breakVolker Lendecke2014-07-081-4/+7
* smbd: Use BVALVolker Lendecke2014-07-071-8/+4
* smbd: do_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-041-2/+1
* smbd: brl_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-042-10/+5
* smbd: do_lock does not need "blr" anymoreVolker Lendecke2014-07-044-14/+6
* smbd: brl_lock does not need "blr" anymoreVolker Lendecke2014-07-042-6/+3
* smbd: Remove two outdated commentsVolker Lendecke2014-07-041-5/+0
* smbd: Factor out unlocking from smbd_do_lockingVolker Lendecke2014-07-043-49/+62
* smbd: Remove an outdated commentVolker Lendecke2014-07-041-4/+0
* s3: smbd: Locking - re-add pending lock records if we fail to acquire a lock ...Jeremy Allison2014-07-031-17/+80
* s3: smbd: Locking - treat lock timeout the same as any other error.Jeremy Allison2014-07-031-53/+38
* s3: smbd: Locking - add and use utility function lock_timed_out().Jeremy Allison2014-07-031-3/+21
* s3: smbd: Locking - convert to using utility macro used elsewhere.Jeremy Allison2014-07-031-2/+1
* smbd: Fix some typosVolker Lendecke2014-07-021-3/+3
* smbd: Remove an unused variableVolker Lendecke2014-07-021-1/+0
* smbd: Clarify smb2 lock checksVolker Lendecke2014-07-021-5/+18
* lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke2014-06-301-2/+2
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-302-2/+2
* smbd: Make messaging_send_to_children staticChristof Schmitt2014-06-302-4/+2
* smbd: Use common function for FORCE_DIS and KILL_CLIENT_IP in parentChristof Schmitt2014-06-301-22/+11
* s3: SMB2 : Fix leak of blocking lock records in the database.Jeremy Allison2014-06-301-0/+1
* s3: smb2: Simplify logic in reprocess_blocked_smb2_lock().Jeremy Allison2014-06-301-30/+25
* s3: smb2: Remove unused code from remove_pending_lock().Jeremy Allison2014-06-301-13/+0
* smbd: Remove 2 indentation levelsVolker Lendecke2014-06-251-11/+11
* s3: smbd - Prevent file truncation on an open that fails with share mode viol...Jeremy Allison2014-06-251-2/+20
* s3: smbd - fix processing of packets with invalid DOS charset conversions.Jeremy Allison2014-06-251-2/+2
* s3: Fix fsctl_validate_neg_info to pass MS compliance suite.Ira Cooper2014-06-231-11/+17
* s3: Refactor smbd_smb2_request_process_negprotIra Cooper2014-06-232-63/+80
* smbd: Fix bug 10593Volker Lendecke2014-06-211-1/+1
* smbd: First watch, then deferVolker Lendecke2014-06-211-5/+6
* smbd: Store "struct deferred_open_record" instead of anonymous data on pmlVolker Lendecke2014-06-215-52/+48
* messaging3: Make messaging_dgm_cleanup return 0/errnoVolker Lendecke2014-06-181-3/+3
* s3: smb2 - strictly obey file name restrictions w.r.t. the SMB2 protocol spec.Jeremy Allison2014-06-181-0/+16