script/traffic_replay: get debug level via api
[amitay/samba.git] / source3 /
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
2018-09-14 Volker Lendeckemdssvc: Simplify sl_unpack_loop
2018-09-14 Volker Lendeckestreams_xattr: Make error handling more obvious
2018-09-14 Volker Lendeckestreams_xattr: Make error handling more obvious
2018-09-14 Volker Lendeckesmbd: Simplify parse_share_modes
2018-09-14 Volker Lendeckesmbd: Simplify share_mode_lock.c
2018-09-14 Volker Lendeckesmbd: Fix a false comment
2018-09-14 Volker Lendeckesmbd: Remove "file_sync_all" function
2018-09-14 Volker Lendeckesmbd: Avoid casts in DEBUG statements
2018-09-14 Volker Lendeckesmbd: Avoid casts in DEBUG statements
2018-09-14 Volker Lendeckesmbd: Add a paranoia check for leases
2018-09-14 Volker Lendeckesmbd: Add some structure protection for durable reconnect
2018-09-12 Ralph Boehmedbwrap_ctdb: return correct record count for a persiste...
2018-09-12 Ralph Boehmedbwrap_ctdb: increment record count in traverse_callback()
2018-09-12 Ralph Boehmedbwrap_ctdb: use struct initializer in db_ctdb_traverse()
2018-09-12 Ralph Boehmedbwrap_ctdb: use struct initializer in db_ctdb_traverse...
2018-09-12 Ralph Boehmedbwrap_ctdb: README.Coding fixes in traverse_callback()
2018-09-12 Ralph Boehmedbwrap_ctdb: simplify if condition
2018-09-12 Ralph Boehmedbwrap_ctdb: add error checking to ctdbd_dbpath()
2018-09-12 Ralph Boehmedbwrap: early return, removes an indentation level
2018-09-12 Ralph Boehmedbwrap: move sockname variable and call to lp_ctdbd_soc...
2018-09-12 Michael Adamsmbd:vfs: fix mis-spellings of hierarchy in comments
2018-09-11 Jeremy Allisons3: smbd: Ensure dirpath is set to ".", not "\0" so...
2018-09-11 Jeremy Allisons3: smbd: Restructure check_parent_exists() to ensure...
2018-09-11 Jeremy Allisons3: smbd: Initialization cleanup.
2018-09-11 Andreas Schneiders3:libsmbclient: Fix a typo
2018-09-11 Volker Lendeckesmbd: Use has_other_nonposix_opens in smb_posix_unlink
2018-09-11 Volker Lendeckesmbd: Factor out "has_other_nonposix_opens"
2018-09-11 Volker Lendeckesmbd: Remove an unneeded #include
2018-09-11 Volker Lendeckesmbd: Simplify close_directory()
2018-09-11 Volker Lendeckesmbd: Remove an unneeded #include
2018-09-07 Günther Deschners3-rpcclient: Use spoolss_init_spoolss_UserLevel1 in...
2018-09-07 Justin Stephensons3-rpc_client: Advertise Windows 7 client info
2018-09-07 Günther Deschners3-spoolss: Make spoolss client os_major,os_minor and...
2018-09-07 Volker Lendeckevfs_fruit: fix an uninitialized variable error
2018-09-07 Volker Lendeckesmbd: Simplify logic in remove_stale_share_mode_entries
2018-09-07 Volker Lendeckesmbd: Simplify share_mode_stale_pid
2018-09-07 Volker Lendeckesmbd: Simplify lease_match() a bit
2018-09-07 Volker Lendeckesmbd: Simplify logic in fsp_lease_update
2018-09-07 Volker Lendeckesmbd: Simplify logic in smb2_lease_break_send
2018-09-07 Volker Lendeckesmbd: Factor out file_has_read_oplocks()
2018-09-07 Christof Schmitts3:lib: Rename server_contexts to global_contexts
2018-09-07 Christof Schmitts3:lib/server_contexts: Rename variables
2018-09-07 Christof Schmitts3: Rename server_messaging_context() to global_messagi...
2018-09-07 Christof Schmitts3: Rename server_event_context() to global_event_context()
2018-09-07 Christof Schmitts3:smbget: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:smbcontrol: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:dbwrap_tool: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:eventlogadm: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3: ntlm_auth: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:sharesec: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:testparm: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:pdbedit: Use cmdline_messaging_context
2018-09-07 Ralph Boehmes3:messaging: remove unused messaging_init_client()
2018-09-07 Christof Schmitts3:net: Use cmdline_messaging_context
2018-09-07 Christof Schmittrpcclient: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:smbstatus: Use cmdline_messaging_context
2018-09-07 Christof Schmitts3:smbpasswd: Use cmdline_messaging_context
2018-09-07 Ralph Boehmes3:popt_common: use cmdline_messaging_context() in...
2018-09-07 Ralph Boehmes3:loadparm: reinit_globals in lp_load_with_registry_sh...
next