summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib: Move full_path_tos to util_str.cVolker Lendecke2014-04-232-42/+0
* smbd: use exit_daemon() to support reporting to systemd from smbdAlexander Bokovoy2014-04-231-25/+19
* add systemd integrationAlexander Bokovoy2014-04-231-0/+4
* s3:smbd: fix typo in comment for set_conn_force_user_group()Michael Adam2014-04-231-1/+1
* s3: use smb_xmemdup instead of smb_memdup and smb_panicBjörn Baumbach2014-04-161-5/+2
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-162-3/+3
* s3:smbd: always allow SMB1 signing, but only announce it if configured.Stefan Metzmacher2014-04-162-5/+8
* Typo: s/prefered/preferred/Jelmer Vernooij2014-04-131-1/+1
* s3:smb2_server: remove unused get_min_receive_file_size() wrapper functionStefan Metzmacher2014-04-111-13/+2