summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test.Jeremy Allison2018-10-091-0/+4
* s3:smbget: Use cmdline_messaging_contextChristof Schmitt2018-10-091-0/+3
* s3:smbcontrol: Use cmdline_messaging_contextChristof Schmitt2018-10-092-8/+12
* s3:dbwrap_tool: Use cmdline_messaging_contextChristof Schmitt2018-10-092-1/+6
* s3:eventlogadm: Use cmdline_messaging_contextChristof Schmitt2018-10-092-1/+6
* s3: ntlm_auth: Use cmdline_messaging_contextChristof Schmitt2018-10-092-0/+4
* s3:sharesec: Use cmdline_messaging_contextChristof Schmitt2018-10-092-1/+5
* s3:testparm: Use cmdline_messaging_contextChristof Schmitt2018-10-092-1/+6
* s3:pdbedit: Use cmdline_messaging_contextChristof Schmitt2018-10-092-0/+4
* s3:messaging: remove unused messaging_init_client()Ralph Boehme2018-10-092-12/+0
* s3:net: Use cmdline_messaging_contextChristof Schmitt2018-10-091-23/+2
* rpcclient: Use cmdline_messaging_contextChristof Schmitt2018-10-091-26/+2
* s3:smbstatus: Use cmdline_messaging_contextChristof Schmitt2018-10-092-14/+4
* s3:smbpasswd: Use cmdline_messaging_contextChristof Schmitt2018-10-092-15/+6
* s3:popt_common: use cmdline_messaging_context() in popt_common_credentials_ca...Ralph Boehme2018-10-092-1/+9
* s3:loadparm: reinit_globals in lp_load_with_registry_shares()Ralph Boehme2018-10-091-1/+1
* s3:lib: Introduce cmdline context wrapperChristof Schmitt2018-10-093-0/+102
* s3:lib: Move popt_common_credentials to separate fileChristof Schmitt2018-10-0916-236/+313
* s3/lib:popt_common: Move setup_logging to common callbackChristof Schmitt2018-10-091-4/+4
* s3:lib/server_contexts: make server_event_ctx and server_msg_ctx staticRalph Boehme2018-10-091-2/+2
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-1/+2
* vfs_fruit: Don't unlink the main fileVolker Lendecke2018-09-051-1/+5
* s3:smbd: add a comment stating that file_close_user() is redundant for SMB2Ralph Boehme2018-09-051-0/+6
* s3:smbd: let session logoff close files and tcons before deleting the sessionRalph Boehme2018-09-051-23/+23
* s3:smbd: reorder tcon global record deletion and closing files of a tconRalph Boehme2018-09-051-19/+19
* selftest: add a durable handle test with delayed disconnectRalph Boehme2018-09-052-1/+25
* vfs_delay_inject: adding delay to VFS callsRalph Boehme2018-09-053-0/+66
* smbd: Fix a memleak in async search ask sharemodeVolker Lendecke2018-09-051-8/+5
* s3: smbd: Ensure get_real_filename() copes with empty pathnames.Jeremy Allison2018-08-281-0/+5
* vfs_fruit: Fix a leak of "br_lck"Volker Lendecke2018-08-231-8/+16
* s3:winbind: Do not lookup local system accounts in ADAndreas Schneider2018-08-231-0/+2
* s3: vfs: time_audit: fix handling of token_blob in smb_time_audit_offload_rea...Ralph Wuerthner2018-08-231-9/+3
* libsmb: Fix CID 1438243 Unchecked return valueVolker Lendecke2018-08-231-1/+8
* libsmb: Fix CID 1438244 Unsigned compared against 0Volker Lendecke2018-08-231-4/+0
* smbd: Fix CID 1438245 Dereference before null checkVolker Lendecke2018-08-231-1/+1
* smbd: Fix CID 1438246 Unchecked return valueVolker Lendecke2018-08-231-1/+10
* smbd: Align integer typesVolker Lendecke2018-08-231-1/+1
* s3: tests: smbclient. Regression test to ensure we get NT_STATUS_DIRECTORY_NO...Jeremy Allison2018-08-231-0/+42
* s3/libsmb: Explicitly set delete_on_close token for rmdirAnoop C S2018-08-231-1/+8
* Merge tag 'samba-4.8.4' into v4-8-testKarolin Seeger2018-08-144-12/+62
|\
| * CVE-2018-1139 selftest: verify whether ntlmv1 can be used via SMB1 when it is...Günther Deschner2018-08-111-1/+1
| * CVE-2018-1139 s3-utils: use enum ntlm_auth_level in ntlm_password_check().Günther Deschner2018-08-111-2/+4
| * CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against returns from m...Jeremy Allison2018-08-112-8/+51
| * CVE-2018-10858: libsmb: Ensure smbc_urlencode() can't overwrite passed in buf...Jeremy Allison2018-08-111-2/+7
* | s3/smbd: Ensure quota code is only called when quota support detectedNoel Power2018-08-132-0/+10
* | s3/utils: fix regression where specifying -Unetbios/root worksNoel Power2018-08-131-1/+2
* | s3/smbd: allow set quota for non root user (when built with --enable-selftest)Noel Power2018-08-131-1/+1
* | s3/script/tests: Add simple (smb1 & smb2) get/set/list tests for smbcquotasNoel Power2018-08-134-0/+445
* | s3/script/test: modify existing smbcquota test to use SMB2 in addition to SMB1.Noel Power2018-08-131-2/+12
* | s3/smbd: smb2 server implementation for query get/set info.Noel Power2018-08-133-3/+120