dsdb group audit tests: log_membership_changes extra tests
[samba.git] / source3 /
2018-10-29 Ralph Boehmevfs_fruit: remove check for number of xattrs from ad_co...
2018-10-29 Andreas Schneiders3:winbind: Check return code of initialize_password_db()
2018-10-27 Volker Lendeckelib: Remove unused tdb_trans_* functions
2018-10-27 Andreas Schneiders3:torture: Rename the test file and remove it if it...
2018-10-27 Andreas Schneiders3:torture: Don't use the same testdir twice
2018-10-27 Andreas Schneiders3:selftest: Fix test names of smbtorture_s3.plain
2018-10-26 Christian Ambachs3:utils/smbget fix recursive download with empty sourc...
2018-10-26 Christian Ambachs3:utils/smbget add error handling for mkdir() calls
2018-10-26 Christian Ambachs3:script/tests reduce code duplication
2018-10-25 Douglas Bagnalls3/selftest/tests: don't use import *
2018-10-25 Volker Lendeckes3:smbd: Move a variable declaration closer to its use
2018-10-25 Volker Lendeckesmbd: Slightly optimize delay_rename_for_lease_break
2018-10-25 Volker Lendeckesmbd: Replace some GUID_string by GUID_buf_string
2018-10-20 Andreas Schneiders3:smbcontrol: Simplify the return code check
2018-10-19 Andreas Schneiders3:registry: Avoid a double-free in reg_perfcount
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-10-19 Philipp Gesangs3:secrets: clean up sid before storing
2018-10-17 Volker Lendeckegencache: Remove a redundant check
2018-10-17 Volker Lendeckegencache: Remove a redundant check
2018-10-17 Volker Lendeckegencache: Make gencache_pull_timeout return a payload...
2018-10-17 Volker Lendeckegencache: Make gencache_pull_timeout a bit more robust
2018-10-17 Volker Lendeckegencache: Call string_term_tdb_data() only once
2018-10-17 Volker Lendeckegencache: Swap tests: Do cheapest first
2018-10-17 Volker Lendeckegencache: Avoid counting characters manually
2018-10-17 Volker Lendeckeauth3: Avoid an explicit ZERO_STRUCT
2018-10-17 Volker Lendeckenetsamlogon_cache: Improve a DBG message
2018-10-17 Volker Lendeckenetsamlogon_cache: Add some error checks
2018-10-17 Volker Lendeckenetsamlogon_cache: Use "goto fail", save some lines
2018-10-17 Volker Lendeckenetsamlogon_cache: Fix talloc_stackframe error return...
2018-10-16 Volker Lendeckelib: Move the "expired" for gencache_parse calculation...
2018-10-16 Volker Lendeckenamemap_cache: Absorb the expired calculation into...
2018-10-16 Volker Lendeckewinbindd_cache: Fix timeout calculation for sid<->name...
2018-10-16 Andreas Schneiders3:lib:popt: Use memset_s() to burn password string
2018-10-11 Björn Baumbachvfs_full_audit: ntimes: log a-, m-, c- and creation...
2018-10-11 Björn Baumbachs3/py_passdb: add get_domain_sid() to get domain sid...
2018-10-11 Björn Baumbachpysmbd: handle file not found error
2018-10-11 Björn Baumbachpysmbd: add option to pass a session info to set_nt_acl...
2018-10-11 Björn Baumbachauth: move copy_session_info() from source3 into the...
2018-10-10 Ralph Boehmevfs_fruit: move check in ad_convert() to ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: make call to ad_convert_truncate() optional
2018-10-10 Ralph Boehmevfs_fruit: add out arg "converted_xattr" to ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: add check for OS X filler in FinderInfo...
2018-10-10 Ralph Boehmevfs_fruit: call ad_convert_move_reso() from ad_convert_...
2018-10-10 Ralph Boehmevfs_fruit: let the ad_convert_*() subfunction update...
2018-10-10 Ralph Boehmevfs_fruit: let the ad_convert_*() subfunctions mmap...
2018-10-10 Ralph Boehmevfs_fruit: fix error returns in ad_convert_xattr()
2018-10-10 Ralph Boehmevfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in...
2018-10-10 Ralph Boehmevfs_fruit: split out moving of the resource fork
2018-10-10 Ralph Boehmevfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in...
2018-10-10 Ralph Boehmevfs_fruit: split out truncating from ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: move FinderInfo lenght check to ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: move FinderInfo conversion to helper functio...
2018-10-10 Ralph Boehmevfs_fruit: move storing of modified struct adouble...
2018-10-10 Ralph Boehmevfs_fruit: remove unneeded fd argument from ad_convert()
2018-10-10 Ralph Boehmevfs_fruit: do direct return from error checks in ad_con...
2018-10-10 Ralph Boehmevfs_fruit: move setting ADEID_FINDERI length to ad_conv...
2018-10-10 Ralph Boehmevfs_fruit: store filler bytes from AppleDouble file...
2018-10-10 Ralph Boehmevfs_fruit: fix two comments
2018-10-10 Douglas Bagnallpopt_common_creds: actually use the ignore_missing_conf...
2018-10-08 Volker Lendeckepdb: Reduce code duplication in make_user_info()
2018-10-08 Volker Lendeckepdb: Fix some "(ret == true)" to just "(ret)"
2018-10-08 Volker Lendeckepdb: Use "sid_compose" where appropriate
2018-10-08 Volker Lendeckeregistry: Don't use an uninitialized value
2018-10-08 Volker Lendeckeregistry: Print failure of regdb_unpack_values
2018-10-08 Volker Lendeckeregistry: Add error checks to regdb_unpack_values
2018-10-08 Volker Lendeckeregistry: Add error checks to regdb_fetch_keys_internal
2018-10-08 Volker Lendeckeregistry: Fix a typo
2018-10-08 Volker Lendecketdb_unpack: Protect against overflow
2018-10-08 Volker Lendecketdb_unpack: Correct "len" arg for "B" format
2018-10-08 Volker Lendecketdb_unpack: Convert to size_t for internal calculations
2018-10-05 Martin Schwenkectdbd_conn: Generalise inaccurate error message
2018-10-03 Volker Lendeckeleases: Streamline leases_db_key a bit
2018-10-02 Volker Lendeckesmbd: Fix a warning
2018-10-02 Volker Lendeckelib: Remove unused tdb_pack_append()
2018-10-02 Volker Lendeckeincludes: Remove an unused #define
2018-10-02 Volker Lendeckeincludes: Fix a typo
2018-10-02 Volker Lendeckeincludes: Remove an unused #define
2018-10-02 Volker Lendeckesmbd: Simplify downgrade_share_lease
2018-10-02 Volker Lendeckesmbd: Move downgrade_share_lease into downgrade_lease
2018-10-02 Volker Lendeckesmbd: Simplify downgrade_lease
2018-10-02 Volker Lendeckesmbd: Slightly simplify downgrade_lease()
2018-10-02 Volker Lendeckesmbd: Use find_share_mode_lease() in downgrade_share_lease
2018-10-02 Volker Lendeckesmbd: Move downgrade_share_lease() to smbd/oplock.c
2018-10-02 Stefan Metzmachersmb2_server: set req->do_encryption = true earlier
2018-10-02 Anoop C Ss3/locking: Fix logging of lock reference count
2018-10-02 Volker Lendeckelibsmb: Remove smb_share_modes.[ch]
2018-09-29 Jeremy Allisons3: smbd: Prevent valgrind errors in smbtorture3 POSIX...
2018-09-28 Tim Beales3/smbd: Server responds incorrectly if no SMB protocol...
2018-09-24 Martin Schwenkes3: Fix the build when compiling without JSON support
2018-09-22 Philipp Gesangs3: net: normalize output of lookup subcommand
2018-09-22 Philipp Gesangs3: net: implement json output for ads lookup
2018-09-22 Philipp Gesangs3: net: implement json output for ads info
2018-09-19 Andrew BartlettFix pdb_samba_dsdb build on Ubuntu 16.04 with -O3 ...
2018-09-19 Andrew Bartletts3: nmbd: Stop nmbd network announce storm.
2018-09-19 Anoop C Ss3/locking: Fix comments to reflect code flow
2018-09-19 Richard Sharpes3: Don't copy back the stat struct from stat_cache_loo...
2018-09-18 Christof Schmittvfs_gpfs: Check for GPFS file system on connect
2018-09-14 Volker Lendeckemdssvc: Move a variable declaration closer to its use
2018-09-14 Volker Lendeckemdssvc: Move a variable declaration closer to its use
2018-09-14 Volker Lendeckemdssvc: Move a variable declaration closer to its use
next