samba.git
2017-08-15 Gary Lockyerdnsserver: Add support for dns wildcards
2017-08-15 Gary Lockyerdnsserver: Tighten DNS name checking
2017-08-15 Gary Lockyerdnsserver: Tests for dns wildcard entries
2017-08-15 Jeremy Allisons4: com: Replace erroneous inclusion of internal talloc...
2017-08-14 Amitay Isaacsctdb-daemon: Drop the implementation of CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-protocol: Drop unused protocol data structures
2017-08-14 Amitay Isaacsctdb-protocol: Drop marshalling code for CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-client: Drop client code to send CHECK_SRVIDS...
2017-08-14 Amitay Isaacsctdb-tools: Drop check_srvids command from ctdb tool
2017-08-14 Amitay Isaacsctdb-protocol: Mark CTDB_CONTROL_CHECK_SRVIDS obsolete
2017-08-14 Amitay Isaacsctdb-client: Server id exists should check if the pid...
2017-08-14 Martin Schwenkectdb-tools: Remove duplicate code
2017-08-14 Martin Schwenkectdb-scripts: Ignore shellcheck SC2181 warning (use...
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2181 warnings (use of...
2017-08-14 Martin Schwenkectdb-tools: Use a clear and readable if-statement
2017-08-14 Martin Schwenkectdb-tools: Reformat and explain complex code
2017-08-14 Martin Schwenkectdb-tools: Avoid shellcheck SC2188 warning (redirect...
2017-08-14 Martin Schwenkectdb-scripts: Avoid shellcheck warning SC2188 (redirect...
2017-08-14 Martin Schwenkectdb-tests: Indentation fixups
2017-08-14 Martin Schwenkectdb-tests: Fix logic to handle PATH additions for...
2017-08-14 Martin Schwenkectdb-tests: Move die() function to top of script
2017-08-14 Martin Schwenkectdb-tests: run_tests.sh sets evironment variable CTDB_...
2017-08-11 Andreas Schneiderblackbox: Add test for 'net ads changetrustpw'
2017-08-11 Andreas Schneiders3:libads: Fix changing passwords with Kerberos
2017-08-11 Andreas Schneiders4:rpc_server:backupkey: Move variable into scope
2017-08-11 Andreas Schneiderheimdal: Fix printing a short int into a string
2017-08-11 Ralph Boehmeexamples: add cache effectiveness stats to gencache.stp
2017-08-10 Ralph BoehmeREADME.Coding: add "Error and out logic"
2017-08-10 Martin Schwenkectdb-tests: Add a big no-op LCP2 IP takeover test
2017-08-10 Martin Schwenkectdb-takeover: Do not call ctdb_announce_vnn_iface...
2017-08-10 Martin Schwenkebuild: Do not recurse on symlinks to directories when...
2017-08-10 Martin Schwenkebuild: Do not ignore symlinks to directories when build...
2017-08-10 Andreas Schneidertdb: Do not allow to pass NULL as the buffer to transac...
2017-08-09 Andreas Schneidertdb: Write zero data using 8k buffer in transaction_exp...
2017-08-09 Volker Lendecketdb: Avoid NULL tdb_write
2017-08-09 Volker Lendecketdb: Consistency check for tdb_storev
2017-08-09 Ralph Boehmevfs_fruit: factor out common code from ad_get() and...
2017-08-09 Ralph Boehmevfs_fruit: return fake pipe fd in fruit_open_meta_netat...
2017-08-09 Ralph Boehmevfs_fruit: don't open basefile in ad_open() and simplif...
2017-08-09 Ralph Boehmevfs_fruit: use path based setxattr call in ad_fset()
2017-08-09 Ralph Boehmes4/torture: additional tests for kernel-oplocks
2017-08-09 Ralph Boehmes4/torture: reproducer for kernel oplocks issue with...
2017-08-09 Ralph Boehmevfs_streams_xattr: return a fake fd in streams_xattr_open()
2017-08-09 Ralph Boehmevfs_streams_xattr: implement all missing handle based...
2017-08-09 Ralph Boehmevfs_streams_xattr: always pass NULL as fsp arg to get_e...
2017-08-09 Ralph Boehmevfs_streams_xattr: remove fsp argument from get_xattr_s...
2017-08-09 Ralph Boehmevfs_streams_xattr: remove all uses of fd, use name...
2017-08-09 Ralph Boehmevfs_streams_xattr: invalidate stat info if xattr was...
2017-08-09 Andreas Schneiders3:utils: Fix buffer size for snprintf and format string
2017-08-09 Andreas Schneiders3:torture: Fix spoolss test to build with -O3
2017-08-09 Andreas Schneiders4:samdb: Fix building Samba with -O3
2017-08-08 Ralph Boehmevfs_gpfs: handle EACCES when fetching DOS attributes...
2017-08-08 Ralph Boehmes3/smbd: handle EACCES when fetching DOS attributes...
2017-08-08 Ralph Boehmes3/smbd: handling of failed DOS attributes reading
2017-08-07 Andreas Schneiderpython:tests: Add test for warn_pwd_expire
2017-08-07 Andreas Schneiderpython:tests: Do not overwrite exit code
2017-08-07 Anoop C Ssource3/client: Fix typo in help message displayed...
2017-08-07 Marc Muehlfeldpython: Fix incorrect kdc.conf parameter name in kerber...
2017-08-07 Stefan Metzmacherwinbindd: give an IRPC error if wb_irpc_SamLogon()...
2017-08-07 Stefan Metzmacherwinbindd: as DC we should try to get the target_domain...
2017-08-07 Stefan Metzmacherwinbindd: Print debug if we don't know how to route...
2017-08-07 Stefan Metzmacherwinbindd: allow all possible logon levels in wb_irpc_Sa...
2017-08-07 Stefan Metzmachers4:auth/ntlmssp: add support for using "winbind" as DC
2017-08-07 Stefan Metzmachers4:auth: use "sam winbind" for the netlogon server
2017-08-07 Stefan Metzmachers4:auth/ntlm: provide auth_check_password_wrapper_send...
2017-08-07 Stefan Metzmacherauth/common: add support for auth4_ctx->check_ntlm_pass...
2017-08-07 Stefan Metzmacherauth/ntlmssp: merge ntlmssp_server_check_password(...
2017-08-07 Stefan Metzmacherauth/ntlmssp: introduce ntlmssp_server_auth_send/recv
2017-08-07 Stefan Metzmacherauth/ntlmssp: prepare update_send/recv for real async...
2017-08-07 Stefan Metzmachers4:auth_winbind: implement async authentication via...
2017-08-07 Stefan Metzmachers4:rpc_server/netlogon: make use of auth_check_password...
2017-08-07 Stefan Metzmachers4:rpc_server/netlogon: make use of async kdc_check_gen...
2017-08-07 Stefan Metzmachers4:rpc_server/netlogon: prepare dcesrv_netr_LogonSamLog...
2017-08-07 Stefan Metzmachers4:rpc_server/netlogon: check auth_level for validation...
2017-08-07 Stefan Metzmachers4:librpc/rpc: add support for HttpAuthOption=negotiate
2017-08-07 Stefan Metzmachers4:lib/http: pass down the target service/hostname...
2017-08-07 Stefan Metzmachers4:lib/http: add HTTP_AUTH_NEGOTIATE which maps to...
2017-08-07 Stefan Metzmachers4:http/gensec: implement "http_negotiate" using GENSEC...
2017-08-07 Stefan Metzmachers4:http/gensec: make the "NTLM" base64 wrapping more...
2017-08-07 Stefan Metzmachers4:http/gensec: rename ntlm.c to generic.c
2017-08-07 Stefan Metzmachers4:librpc/rpc: pass down HTTP_AUTH_* values directly...
2017-08-07 Stefan Metzmachers4:librpc/rpc: remember the target_hostname on ncacn_ht...
2017-08-07 Stefan Metzmachers4:lib/http: pass a generic prefix blob to http_parse_a...
2017-08-07 Stefan Metzmachers4:lib/http: use strcasecmp(h->key, "WWW-Authenticate...
2017-08-07 Stefan Metzmachers4:lib/http: remove indentation level from http_parse_a...
2017-08-07 Stefan Metzmachers4:lib/http: let http_read_response_send/recv() also...
2017-08-07 Stefan Metzmachers4:lib/http: lower HTTP_MAX_HEADER_SIZE from UINT_MAX...
2017-08-07 Volker Lendeckewinbindd: Simplify an if-condition
2017-08-07 Volker Lendeckewinbindd: Add debug for ndr cache hit
2017-08-07 Volker Lendeckewinbindd: Make wcache_query_user static
2017-08-07 Gary Lockyertests samba_tool: fix flapping user-virtualCryptSHA...
2017-08-04 Ralph Wuerthneridmap: remove unused function idmap_is_online()
2017-08-03 Andreas Schneiderlib: Fix integer overflowed argument issue with strtoul()
2017-08-02 Martin Schwenkectdb-common: Reimplement pidfile_context_create() using...
2017-08-02 Martin Schwenkeutil: Reimplement pidfile_create() using pidfile_path_c...
2017-08-02 Martin Schwenkeutil: New functions pidfile_path_create(), pidfile_fd_c...
2017-08-02 Martin Schwenkectdb-common: Rename pidfile_create() -> pidfile_context...
2017-08-02 Martin Schwenkeutil: Add pidfile.* to samba-util-core
2017-08-02 Martin Schwenkeutil: Clean up includes
2017-08-02 Martin Schwenkeutil: pidfile_pid() should not unlink PID file
next