metze/samba/wip.git
2018-10-11 Björn Baumbachs4-auth: use TALLOC_FREE() shortcut
2018-10-11 Björn Baumbachs4-auth: fix a typo in a comment
2018-10-11 Björn Baumbachpython: Add samba.auth.copy_session_info()
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 Ralph Boehmes4:torture: FinderInfo conversion test with AppleDouble...
2018-10-10 Douglas Bagnalltests/python/ldap: use int instead of long for time_t
2018-10-10 Douglas Bagnallpython/upgradehelpers: use int not long for PY3
2018-10-10 Gary Lockyerpyauth: Remove imessaging_ctx parameter to new
2018-10-10 Douglas Bagnallpopt_common_creds: actually use the ignore_missing_conf...
2018-10-10 Joe Guonetcmd: apply the new get_logger to cmds
2018-10-10 Joe Guonetcmd: modify Command.get_logger to use get_samba_logger
2018-10-10 Joe Guoscript/traffic_replay: apply new logger to replace...
2018-10-10 Joe Guoscript/traffic_replay: get debug level via api
2018-10-10 Joe Guoscript/traffic_replay: print packets data to stderr
2018-10-10 Joe Guoemulate/traffic: apply new logger to replace print
2018-10-10 Joe Guosamba/logger: add logger module for python
2018-10-10 Joe Guoemulate/traffic: allow traffic_replay to run users...
2018-10-09 Volker Lendeckelib: Remove lib/crypto/crc32.[ch]
2018-10-09 Volker Lendeckedrsuapi: Use the zlib version of crc32
2018-10-09 Volker Lendeckeauth: Use the zlib version of crc32
2018-10-09 Volker Lendeckebuild: Multi-line deps
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 Lendeckelib: Avoid the use of open_memstream in tevent_req_prof...
2018-10-08 Volker Lendecketdb: Basic test for circular freelist fix
2018-10-08 Volker Lendecketdb: Basic test for circular hash chain fix
2018-10-08 Volker Lendecketdb: Make the freelist walk circular-safe
2018-10-08 Volker Lendecketdb: Align integer types
2018-10-08 Volker Lendecketdb: Make get_hash_length circular-safe
2018-10-08 Volker Lendecketdb: Make tdb_find_dead circular-safe
2018-10-08 Volker Lendecketdb: Make tdb_dump_chain circular-list safe
2018-10-08 Volker Lendecketdb: Make tdb_find circular-safe
2018-10-08 Volker Lendecketdb: Add tdb_chainwalk_check
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-08 David Muldergpo: Test process_group_policy in gp_sec_ext
2018-10-08 David Muldergpo: test the get_deleted_gpos_list() function
2018-10-08 David Muldergpo: Test the new get_applied functions
2018-10-08 Douglas Bagnallgpo PEP8: balance whitespace around equals
2018-10-08 David Muldergpupdate: test the new --force option
2018-10-08 David Muldergpupdate: Add the --force option
2018-10-08 David Muldergpo: Remove unused apply_log_pop() and list() funcs
2018-10-08 David Muldergpo: add unapply to the gp_sec_ext
2018-10-08 David Muldergpo: Calculate deleted gpos and unapply them
2018-10-08 David Muldergpo: Use the new process_group_policy() for unapply
2018-10-08 Douglas Bagnallgpo: avoid quadratic behaviour in guid retrieval
2018-10-08 David Muldergpo: Create a function for returning applied settings
2018-10-08 David Muldergpo: apply_map should not be required for gp_ext
2018-10-08 David Muldergpo: remove unreached non-DC branch in gp_sec_ext.apply...
2018-10-08 David Muldergpo: Move policy application to the gp_ext
2018-10-08 David Muldergpo: Remove unused gp_ext.list() function
2018-10-08 David Muldergpo: Implement process_group_policy() gp_ext func
2018-10-08 David Muldergpo: Remove unused methods from gp_sec_ext
2018-10-08 David Muldergpo: Initialize gp_ext variables in constructor
2018-10-08 David Muldergpupdate: Remove the unnecessary url parameter
2018-10-08 David Muldergpo: gp_sec_ext should check whether to apply
2018-10-08 David Muldergpo: Initialize SamDB in the gp_sec_ext
2018-10-08 David Muldergpo: abstract methods are defined in the parent class
2018-10-08 Martin Schwenkectdb-tests: Improve counting of database records
2018-10-08 Martin Schwenkectdb-tests: Add extra debug to large database recovery...
2018-10-08 Martin Schwenkectdb-tests: Shut down transaction_loop clients more...
2018-10-08 Martin Schwenkectdb-tools: Have onnode pass -n option even when regula...
2018-10-08 Martin Schwenkectdb-tests: Support closing of stdin in local daemons...
2018-10-08 Martin Schwenkectdb-tests: Be more careful when building public IP...
2018-10-08 Martin Schwenkectdb-tests: Be more careful when building node addresses
2018-10-08 Martin Schwenkectdb-tests: Don't format IPv4 octets as hex digits
2018-10-08 Martin Schwenkectdb-tests: Be more efficient about starting/stopping...
2018-10-08 Martin Schwenkectdb-tests: Do not use ctdbd_wrapper in local daemon...
2018-10-08 Martin Schwenkectdb-tests: Don't remove non-existent test database...
2018-10-08 Martin Schwenkectdb-tests: Drop unused function maybe_stop_ctdb()
2018-10-08 Martin Schwenkectdb-tests: Explicitly check for local daemons when...
2018-10-08 Martin Schwenkectdb-tests: Drop functions daemons_start(), daemons_stop()
2018-10-08 Martin Schwenkectdb-tests: Don't used daemons_start()/daemons_stop...
next