summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smb2_server: only allocate the required buffer in the smb2 recvfile() code...Stefan Metzmacher2014-04-112-19/+30
* s3:smb2_server: prepare smbd_smb2_request_verify_sizes() for the optimized re...Stefan Metzmacher2014-04-111-0/+9
* s3:smb2_write: allow SMBD_SMB2_IN_DYN_LEN() to be 0 for the recvfile case.Stefan Metzmacher2014-04-111-2/+18
* s3:smb2_server: make sure we don't try recvfile for special NBT messagesStefan Metzmacher2014-04-111-0/+3
* s3:smb2_server: use the same logic to avoid recvfile() for IPC/PRINT sharesStefan Metzmacher2014-04-111-0/+41
* s3:smbd: use smb1srv_open_lookup() in is_valid_writeX_buffer()Stefan Metzmacher2014-04-111-9/+20
* s3:smbXsrv_open: allow now==0 to skip the idle_time update.Stefan Metzmacher2014-04-111-1/+3
* s3: smbd: Performance optimization for RECVFILE.Jeremy Allison2014-04-101-13/+43
* s3: messages: Implement cleanup of dead records.Jeremy Allison2014-04-031-0/+7
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-021-8/+10
* s3:smbd: let srvstr_pull_req_talloc() take 'const uint8_t *src'Stefan Metzmacher2014-04-024-20/+21
* s3:smbd: avoid compiler warnings in smbd_tevent_trace_callback()Stefan Metzmacher2014-04-021-0/+5