summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* smbd: build smb_fname per file to delete in unlink_internals()Ralph Boehme2020-07-181-13/+23
* smbd: consolidate fsp allocation for open_directory() and open_file_ntcreate()Ralph Boehme2020-07-181-64/+31
* smbd: factor out fsp_bind_smb()Ralph Boehme2020-07-182-23/+38
* smbd: don't mess with smb_dname->base_name in call_trans2findfirst()Ralph Boehme2020-07-181-4/+11
* s3/lib: fsp_str_dbg() doesn't show a possible stream nameRalph Boehme2020-07-181-1/+6
* smbd: use helper variable for fd in fd_open()Ralph Boehme2020-07-181-8/+7
* smbd: remove errno saving from fd_open()Ralph Boehme2020-07-181-8/+0
* smbd: remove a nested block in non_widelink_open()Ralph Boehme2020-07-181-12/+9
* smbd: use (global) POSIX pathname state in non_widelink_open()Ralph Boehme2020-07-181-1/+1
* smbd: check for conn->cwd_fsp in fd_close()Ralph Boehme2020-07-181-0/+4
* smbd: check for conn->cwd_fsp in file_free()Ralph Boehme2020-07-181-0/+4
* smbd: use a helper variable in open_file()Ralph Boehme2020-07-181-0/+5
* smbd: remove unused NTCREATEX_OPTIONS_PRIVATE_STREAM_DELETERalph Boehme2020-07-182-4/+1
* smbd: ensure we do a base open for internal stream deletesRalph Boehme2020-07-181-2/+2
* vfs_posixacl: Remove unnecessary call to acl_set_permsetChristof Schmitt2020-07-171-1/+2
* test_vfs_posixacl: Add unit test for Linux POSIX ACL mappingChristof Schmitt2020-07-173-0/+168
* s3: libsmb: Namecache. Fix bug missed by me in previous cleanup.Jeremy Allison2020-07-171-1/+1
* s3-libads: Pass timeout to open_socket_out in msIsaac Boukris2020-07-161-1/+3
* s3: libsmb: Cleanup - Make ipstr_list_make() talloc rather than malloc.Jeremy Allison2020-07-161-73/+60
* s3: libsmb: Cleanup - Move DEBUG -> DBG_XXX() macros.Jeremy Allison2020-07-161-16/+12
* s3: libsmb: Cleanup - make namecache_status_record_key() use talloc.Jeremy Allison2020-07-161-12/+21
* s3: libsmb: Cleanup - make namecache_key() use talloc.Jeremy Allison2020-07-161-13/+14
* s3: libsmb: Cleanup - namecache_store() - use common out.Jeremy Allison2020-07-161-8/+7
* s3: libsmb: Cleanup - namecache_store() initialize stack variables.Jeremy Allison2020-07-161-2/+3
* s3: libsmb: Cleanup - move talloc frame out of inner scope.Jeremy Allison2020-07-161-3/+6
* s3: libsmb: Cleanup modern coding standards. 'True/False' -> 'true/false'.Jeremy Allison2020-07-161-12/+12
* s3: lib: Cleanup - make ipstr_list_make() and ipstr_list_parse() private to t...Jeremy Allison2020-07-162-6/+2
* s3: lib: Cleanup - nothing uses ipstr_list_free(). Remove it.Jeremy Allison2020-07-162-12/+0
* s3: lib: Cleanup - all the ipstr_XXX() functions are only used in namecache.c.Jeremy Allison2020-07-162-164/+164
* smbd: Remove code inside #ifdef HAVE_BROKEN_READDIR_NAMEChristof Schmitt2020-07-161-6/+0
* lib/util: Remove code inside #ifdef HAVE_BROKEN_READDIR_NAMEChristof Schmitt2020-07-161-5/+0
* lib/util: Remove code inside #ifdef NEXT2Christof Schmitt2020-07-161-5/+0
* smbd: Remove code inside #ifdef NEXT2Christof Schmitt2020-07-161-5/+0
* s3:smbd: stop accepting multichannel connections early in exit_server_common()Stefan Metzmacher2020-07-143-1/+23
* s3:smbd: move exit_firsttime checking to the start of exit_server_common()Stefan Metzmacher2020-07-141-3/+5
* net: ignore possible SIGPIPE upon ldap_unbind when over TLSIsaac Boukris2020-07-131-0/+3
* ads: set sasl-wrapping to plain when over TLSIsaac Boukris2020-07-131-0/+4
* Fix ads_set_sasl_wrap_flags to only change sasl flagsIsaac Boukris2020-07-132-3/+7
* Decouple ldap-ssl-ads from ldap-ssl optionIsaac Boukris2020-07-135-8/+49
* winbind: Fix lookuprids cache problemVolker Lendecke2020-07-091-1/+2
* winbind: Add test for lookuprids cache problemVolker Lendecke2020-07-092-0/+26
* torture3: Align integer typesVolker Lendecke2020-07-091-1/+2
* torture3: Silence two signed/unsigned warningsVolker Lendecke2020-07-091-2/+2
* s3:smbd: skip ctdb public ips in fsctl_network_iface_info()Stefan Metzmacher2020-07-081-0/+28
* s3:smbd: disconnect the all client connections if a ctdb public ip droppedStefan Metzmacher2020-07-083-0/+36
* s3:smbd: make smbXsrv_client_connection_pass_loop() more robustStefan Metzmacher2020-07-081-9/+22
* s3:smbd: make sure smbXsrv_connection_disconnect_transport() closes the socke...Stefan Metzmacher2020-07-082-2/+7
* s3:smbd: make sure we detect stale smbXsrv_connection pointers in smbXsrv_ses...Stefan Metzmacher2020-07-082-0/+6
* s3:smbd: fill in xconn->client early in smbd_add_connection()Stefan Metzmacher2020-07-081-2/+1
* s3:smbd: handle NETWORK_ACCESS_DENIED in smbXsrv_client_connection_pass_loop()Stefan Metzmacher2020-07-081-0/+4