summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3: smb2 - Check supplied impersonation level on SMB2_CREATE.Jeremy Allison2014-06-181-0/+18
* s3: smb2 - Negprot should return INVALID_PARAMETER if flags2 signed bit is set.Jeremy Allison2014-06-181-2/+17
* vfs: remove unused function vfs_pread_data()Michael Adam2014-06-132-24/+0
* Convert samba_private_attr_name() to a public functionRalph Boehme2014-06-132-1/+2
* smbd: tevent_req_nterror already returns bool :-)Volker Lendecke2014-06-111-2/+1
* smbd: Use full_path_tos() where appropriateVolker Lendecke2014-06-111-7/+15
* s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a c...Jeremy Allison2014-06-111-3/+34
* s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path...Jeremy Allison2014-06-111-2/+2
* Use GUID_equal in a few placesVolker Lendecke2014-06-101-1/+1
* s3/s4: smbd, rpc, ldap, cldap, kdc services.Jeremy Allison2014-06-071-6/+10
* s3:lib/afs move afs.c to common lib dirChristian Ambach2014-06-041-0/+1
* s3:smb2_server: call smbd_smb2_flush_send_queue() directlyStefan Metzmacher2014-05-311-6/+5
* s3:smb2_server: fix invalid TALLOC_FREE(iov) in smbd_smb2_inbuf_parse_compound()Stefan Metzmacher2014-05-311-7/+7
* s3/posix_acls: replace dup_sec_desc() usageDavid Disseldorp2014-05-281-3/+3
* smbd: Fix a typoVolker Lendecke2014-05-271-1/+1
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-231-42/+43
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-231-70/+57
* smbd: Remove unused code for dos attributes in stat structChristof Schmitt2014-05-141-135/+4
* s3: smbd: Remove open_file_fchmod().Jeremy Allison2014-05-022-36/+0
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-021-12/+92
* s3: smbd : Ensure file_new doesn't call into smbXsrv_open_create() for INTERN...Jeremy Allison2014-05-022-4/+15
* s3 : smbd : Protect all possible code paths from fsp->op == NULL.Jeremy Allison2014-05-022-0/+13
* smbd: Fix compile warning in dmapi.cChristof Schmitt2014-05-021-1/+1
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-04-301-1/+2
* s3: smbd: Call dgram cleanup init background setup.Jeremy Allison2014-04-231-0/+4
* smbd: Always clean up the child's msg_ctxVolker Lendecke2014-04-231-6/+5
* smbd: Sort notify events by timestampVolker Lendecke2014-04-231-0/+16
* smbd: Pass on a timestamp in MSG_PVFS_NOTIFYVolker Lendecke2014-04-231-34/+33
* smbd: Pass timespec_current through the notify_callbackVolker Lendecke2014-04-233-6/+10
* smbd: Pass timespec_current to notify_fspVolker Lendecke2014-04-231-4/+7
* smbd: Add a timestamp to queued notify eventsVolker Lendecke2014-04-231-7/+14
* lib: Remove messages_localVolker Lendecke2014-04-231-11/+0
* lib: Add messaging_dgmVolker Lendecke2014-04-231-0/+6