testprogs/blackbox: let test_trust_user_account.sh check the correct kerberos salt
[vlendec/samba-autobuild/.git] / source3 /
2018-09-05 Volker Lendeckevfs_fruit: Don't unlink the main file
2018-09-05 Ralph Boehmes3:smbd: add a comment stating that file_close_user...
2018-09-05 Ralph Boehmes3:smbd: let session logoff close files and tcons befor...
2018-09-05 Ralph Boehmes3:smbd: reorder tcon global record deletion and closin...
2018-09-05 Ralph Boehmeselftest: add a durable handle test with delayed disconnect
2018-09-05 Ralph Boehmevfs_delay_inject: adding delay to VFS calls
2018-09-05 Volker Lendeckesmbd: Fix a memleak in async search ask sharemode
2018-08-28 Jeremy Allisons3: smbd: Ensure get_real_filename() copes with empty...
2018-08-23 Volker Lendeckevfs_fruit: Fix a leak of "br_lck"
2018-08-23 Andreas Schneiders3:winbind: Do not lookup local system accounts in AD
2018-08-23 Ralph Wuerthners3: vfs: time_audit: fix handling of token_blob in...
2018-08-23 Volker Lendeckelibsmb: Fix CID 1438243 Unchecked return value
2018-08-23 Volker Lendeckelibsmb: Fix CID 1438244 Unsigned compared against 0
2018-08-23 Volker Lendeckesmbd: Fix CID 1438245 Dereference before null check
2018-08-23 Volker Lendeckesmbd: Fix CID 1438246 Unchecked return value
2018-08-23 Volker Lendeckesmbd: Align integer types
2018-08-23 Jeremy Allisons3: tests: smbclient. Regression test to ensure we...
2018-08-23 Anoop C Ss3/libsmb: Explicitly set delete_on_close token for...
2018-08-14 Karolin SeegerMerge tag 'samba-4.8.4' into v4-8-test
2018-08-13 Noel Powers3/smbd: Ensure quota code is only called when quota...
2018-08-13 Noel Powers3/utils: fix regression where specifying -Unetbios...
2018-08-13 Noel Powers3/smbd: allow set quota for non root user (when built...
2018-08-13 Noel Powers3/script/tests: Add simple (smb1 & smb2) get/set/list...
2018-08-13 Noel Powers3/script/test: modify existing smbcquota test to use...
2018-08-13 Noel Powers3/smbd: smb2 server implementation for query get/set...
2018-08-13 Noel Powers3/smbd: adjust smb1 server to use idl structs and...
2018-08-13 Noel Powers3/libsmb: adjust smb2 code for new idl structs & gener...
2018-08-13 Noel Powers3/libsmb: adjust smb1 cli code to use idl structs...
2018-08-13 Noel Powers3/smbd: Don't stat when doing a quota operation (as...
2018-08-13 Noel Powers3/libsmb: Avoid potential smbpanic calling parse_user_...
2018-08-13 Noel Powers3/lib: Fix misleading typo in debug message
2018-08-13 Jeremy Allisons3: smbd: Fix AIX sendfile() for SMB2. Ensure we don...
2018-08-13 Jeremy Allisons3: smbd: Fix FreeBSD sendfile() for SMB2. Ensure we...
2018-08-13 Jeremy Allisons3: smbd: Fix HPUX sendfile() for SMB2. Ensure we don...
2018-08-13 Jeremy Allisons3: smbd: Fix Solaris sendfile() for SMB2. Ensure we...
2018-08-13 Jeremy Allisons3: smbd: Fix Linux sendfile() for SMB2. Ensure we...
2018-08-13 Ralph Boehmes3: smbd: fix path check in smbd_smb2_create_durable_le...
2018-08-13 Jeremy Allisons3: libsmbclient: Fix cli_splice() fallback when readin...
2018-08-13 Jeremy Allisons3: torture: Test SMB1 cli_splice() fallback path when...
2018-08-13 David Disseldorpvfs_ceph: don't lie about flock support
2018-08-13 Stefan Metzmachers3:selftest: run rpc.lsa.lookupsids also with explicit...
2018-08-13 Ralph Boehmes3: smbd: always set vuid in check_user_ok()
2018-08-11 Günther DeschnerCVE-2018-1139 selftest: verify whether ntlmv1 can be...
2018-08-11 Günther DeschnerCVE-2018-1139 s3-utils: use enum ntlm_auth_level in...
2018-08-11 Jeremy AllisonCVE-2018-10858: libsmb: Harden smbc_readdir_internal...
2018-08-11 Jeremy AllisonCVE-2018-10858: libsmb: Ensure smbc_urlencode() can...
2018-07-12 Ralph Boehmes3: smbd/durable: remove dev and inode check from vfs_d...
2018-07-12 Bailey Berrolibsmbclient: Initialize written in cli_splice_fallback()
2018-07-12 Jeremy Allisonlibsmbclient: Initialize written value before use.
2018-07-12 Jeremy Allisonpython: pysmbd: Additional error path leak fix.
2018-07-12 Ralph Boehmes3:smbd: don't allow renaming basefile if streams are...
2018-07-12 Ralph Boehmes3:locking: add file_has_open_streams()
2018-07-12 Ralph Boehmes3:smbd: add private option NTCREATEX_OPTIONS_PRIVATE_S...
2018-07-12 Ralph Boehmeselftest: run smb2.streams tests against a share with...
2018-07-12 Ralph Boehmevfs_fruit: delete 0 byte size streams if AAPL is enabled
2018-07-10 Justin Stephensons3:tests: Add test for smbclient --quiet
2018-07-10 Justin Stephensons3:client: Add --quiet option to smbclient
2018-06-25 Andreas Schneiders3:winbind: Fix regression introduced with bso #12851
2018-06-25 Andreas Schneiders3:smbget: Fix buffer truncation issues with gcc8
2018-06-25 Andreas Schneiders3:registry: Fix buffer truncation issues issues with...
2018-06-20 Jeremy Allisonpython: Fix talloc frame use in make_simple_acl().
2018-06-20 Jeremy Allisons3: smbd: printing: Re-implement delete-on-close semant...
2018-06-20 Jeremy Allisons3: torture: Add DELETE-PRINT test.
2018-06-20 Andreas Schneiders3:winbind: Fix uninitialzed variable warning
2018-06-20 Andreas Schneiders3:passdb: Fix size of ascii_p16
2018-06-20 Andreas Schneiders3:lib: Use memcpy() in escape_ldap_string()
2018-06-20 Günther Deschners3-utils: fix format-truncation in smbpasswd
2018-06-20 Günther Deschners3-printing: fix format-truncation in print_queue_update()
2018-06-20 Günther Deschners3-winbindd: remove unused fill_domain_username()
2018-06-20 Günther Deschners3-winbindd: use fill_domain_username_talloc() in winbind.
2018-06-20 Jeremy Allisons3: smbtorture: Add new SMB2-DIR-FSYNC test to show...
2018-06-20 Jeremy Allisons3: smbd: Fix SMB2-FLUSH against directories.
2018-06-07 Christof Schmittsmbd: Flush dfree memcache on service reload
2018-06-07 Christof Schmittsmbd: Cache dfree information based on query path
2018-06-07 Christof Schmittselftest: Add test for 'dfree cache'
2018-06-04 Andrew Bartlettlib/util: Move log_stack_trace() to common code
2018-06-04 Andrew Bartletts3-lib: Remove support for libexc for IRIX backtraces
2018-06-04 Andreas Schneiders3:utils: Do not segfault on error in DoDNSUpdate()
2018-05-24 Ralph Boehmes3:smbd: fix interaction between chown and SD flags
2018-05-24 Andreas Schneiderwinbind: Fix UPN handling in canonicalize_username()
2018-05-24 Andreas Schneiderwinbind: Fix UPN handling in parse_domain_user()
2018-05-24 Andreas Schneiderwinbind: Remove unused function parse_domain_user_talloc()
2018-05-24 Stefan Metzmacherwinbind: Pass upn unmodified to lookup names
2018-05-24 Andreas Schneidernsswitch:tests: Add test for wbinfo --user-info
2018-05-24 Andreas Schneidernsswitch: Add a test looking up the user using the upn
2018-05-14 Andrew Bartlettwinbindd: Do re-connect if the RPC call fails in the...
2018-05-14 Andrew Bartlettwinbindd: Add a cache of the samr and lsa handles for...
2018-05-14 David Disseldorpvfs_ceph: add fake async pwrite/pread send/recv hooks
2018-05-14 Vandana Rungtas3: VFS: Fix memory leak in vfs_ceph.
2018-05-14 Ralph Boehmes3:cleanupd: sends MSG_SMB_UNLOCK twice to interested...
2018-05-09 Andreas Schneiders3:smbspool: Fix cmdline argument handling
2018-05-09 Andreas Schneidersmbspool: Improve URI handling code
2018-05-07 Jeremy Allisons3: libsmbclient: Fix hard-coded connection error retur...
2018-05-07 Ralph Boehmes3:cleanupd: use MSG_SMB_BRL_VALIDATE to signal cleanup...
2018-05-07 Jeremy Allisonceph: VFS: Add asynchronous fsync to ceph module, fake...
2018-05-07 Christof Schmittrpc_server: Fix NetSessEnum with stale sessions
2018-05-07 Christof Schmittselftest: Add testcase for querying sessions after...
2018-05-07 Christof Schmittrpcclient: Print number of entries for NetSessEnum
2018-05-07 Björn Jackeprinting: return the same error code as windows does...
2018-05-07 Jeremy Allisons3: tests: Regression test to ensure we can never retur...
next