samba.git
2018-05-09 Andrew Bartlettldb: Ensure we can open a new LDB after a fork()
2018-05-09 Andrew Bartlettldb: Add tests for ldb_tdb use after a fork()
2018-05-09 Andrew Bartlettldb_tdb: Allow use of a TDB for ldb_tdb after as fork()
2018-05-09 Andrew Bartlettldb: Reset errno before checking it in ltdb_connect()
2018-05-09 Gary Lockyerldb/tests: add tests for transaction_{start,commit...
2018-05-09 Andrew Bartlettldb_tdb: Prevent ldb_tdb reuse after a fork()
2018-05-09 Vandana Rungtas3: VFS: Fix memory leak in vfs_ceph.
2018-05-08 Volker Lendeckesamba-tool: Fix a typo
2018-05-08 Amitay Isaacsthird_party: Update popt to 1.16 release
2018-05-08 Volker Lendeckedsdb: Fix CID 1435453 Null pointer dereferences
2018-05-05 Douglas Bagnalltraffic: ensure we are using the same division in py...
2018-05-05 Douglas Bagnallautobuild: do not try to send email to no recipient
2018-05-05 Douglas Bagnallsamba_kcc: remove an unused variable
2018-05-05 Douglas Bagnallsambatool tests: make assertMatch use assertIn
2018-05-05 Douglas Bagnall.gitignore .agignore
2018-05-05 Douglas Bagnallgitignore .gdb_history anywhere in the tree
2018-05-05 Douglas Bagnallperftest: ad_dc_medley failing base search failed to...
2018-05-05 Douglas Bagnallautobuild: add compiler version to results tarball
2018-05-05 Douglas Bagnallauth/ntlmssp_client: correct spelling of response
2018-05-05 Douglas Bagnallauth/pycredentials: correct spelling of reponse
2018-05-05 Jeremy Allisontests: libsmbclient: Add a readdirplus() test suite.
2018-05-04 Puran Chands3: libsmbclient: Add new function SMBC_readdirplus_ctx().
2018-05-04 Puran Chands3: libsmbclient: Add function add_dirplus() to fill...
2018-05-04 Puran Chands3: libsmbclient: Add readdirplus cleanup code on direc...
2018-05-04 Puran Chands3: libsmbclient: Add internal/external structures...
2018-05-04 Jeremy Allisons3: client: Add btime_ts to struct finfo.
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_WRITE() function and all implem...
2018-05-04 Jeremy Allisons3: torture: Remove the last user of SMB_VFS_WRITE.
2018-05-04 Jeremy Allisons3: VFS: ceph: Replace the lseek/write ftruncate extend...
2018-05-04 Jeremy Allisons3: VFS: Remove vfs_write_data(). No longer used.
2018-05-04 Jeremy Allisons3: smbd: Remove the handling of offset == -1 in real_w...
2018-05-04 Jeremy Allisons3: VFS: default: Remove recursion into the VFS inside...
2018-05-04 Jeremy Allisons3: VFS: default: Remove fallback if we don't have...
2018-05-04 Jeremy Allisons3: VFS: Remove SMB_VFS_READ() function and all impleme...
2018-05-04 Jeremy Allisons3: torture: Make cmd_read use read_file().
2018-05-04 Jeremy Allisons3: printing: Remove the LSEEK in printing_pread_data...
2018-05-04 Jeremy Allisons3: printing: Now we never pass an offset of -1, remove...
2018-05-04 Jeremy Allisons3: printing: Use offset tracking in printing_pread_dat...
2018-05-04 Jeremy Allisons3: printing: Use passed in offset, and offset tracking...
2018-05-04 Jeremy Allisons3: printing: Add existing offset position as a paramet...
2018-05-04 Jeremy Allisons3: printing: Use auto-updating of offset in printing_p...
2018-05-04 Jeremy Allisons3: printing: Make printing_pread_data() update the...
2018-05-04 Jeremy Allisons3: printing: Rename printing_read_data() -> printing_p...
2018-05-04 Jeremy Allisons3: printing: Rename vfs_read_data() -> printing_read_d...
2018-05-04 Jeremy Allisons3: printing: Move handle_ne_file code into a separate...
2018-05-04 Jeremy Allisons3: printing: Split handling of PE file into separate...
2018-05-04 Jeremy Allisons3: printing: Reformatting of parts of this file to...
2018-05-04 Garming Samnetlogon: Allow zero-GUID to act the same as NULL in...
2018-05-04 Garming Samnetlogon: Store the client site to clobber any plausibl...
2018-05-04 Garming Samnetlogon: Forward GetDCNameEx2 to winbind via IRPC
2018-05-04 Garming Samwinbindd_irpc: Add an IRPC call to trigger a DC locate
2018-05-04 Garming Samtests/getdcname: Add a number of tests for GetDCNameEx
2018-05-04 Garming Samnetlogon: Allow return of error code in future asynchro...
2018-05-04 Garming Samdsdb: Allow the disable of the Windows server site...
2018-05-04 Garming Samnetlogon: Add a comment regarding one of the DC locatio...
2018-05-04 Ralph Boehmes3:cleanupd: sends MSG_SMB_UNLOCK twice to interested...
2018-05-03 Ralph Boehmes3:cleanupd: use MSG_SMB_BRL_VALIDATE to signal cleanup...
2018-05-03 Andreas Schneiders3:smbspool: Fix cmdline argument handling
2018-05-03 Andrew Bartlettvfs_virusfilter_fsav: Initialize stack pointers per...
2018-05-03 Joe Guosamdb: fix wrong computer container dn for newcomputer
2018-05-03 Gary Lockyerldb: Prepare to allow tests to operate on ldb_mdb ...
2018-05-03 Gary Lockyertests/dlz_bind9: support for multiple db types by using...
2018-05-03 Garming Samtests: Replace some references to tdb with ldb://
2018-05-03 Gary Lockyerldb-samba: Handle generic ldb:// url scheme in ldb_rela...
2018-05-03 Gary Lockyerldb: Introduce new generic ldb:// prefix to allow backe...
2018-05-03 Gary Lockyerdsdb:schema_load: make use of ldb_relative_path() in...
2018-05-03 Gary Lockyerdsdb:partition_metadata: make use of ldb_relative_path...
2018-05-03 Gary Lockyerldb tests: add cmocka tests of kv operation interaction...
2018-05-03 Gary Lockyerldb tests: api ensure database correctly populated
2018-05-03 Andrew Bartlettldb_tdb: Disallow reads without a transaction or read...
2018-05-03 Gary Lockyerldb_tdb: Disallow TDB nested transactions and use tdb_t...
2018-05-03 Gary Lockyerldb_tdb: Do not make search or DB modifications without...
2018-05-03 Gary Lockyerldb: make key/value backends expose if there is an...
2018-05-03 Gary Lockyerldb_tdb: Make sure max_key_length != 0 requires a GUID...
2018-05-03 Stefan Metzmacherldb/tests: don't use TEVENT_DEPRECATED in ldb_kv_ops_test.c
2018-05-03 Andrew Bartlettgitlab-ci: Run samba-ad-dc-2 in the shared environment
2018-05-03 Andrew Bartlettgitlab-ci: Use YAML templates to reduce duplication
2018-05-03 Andrew Bartlettgitlab-ci: split up gitlab-ci file
2018-05-03 Andrew Bartlettautobuild: Extend build combinations tested to include...
2018-05-03 Andrew Bartlettselftest: Allow make test to run with --address-sanitizer
2018-05-03 Andrew Bartletts4-lsa: Fix use-after-free in LSA server
2018-05-03 Richard SharpeFix some incorrect debug messages that look to be copy...
2018-05-03 Douglas Bagnallpython.gpo.ADS_STRUCT: check type of loadparm argument
2018-05-03 Garming Samsamba_dnsupdate: Put samba.kcc import after path insert...
2018-05-03 Jeremy Allisons3: libsmbclient: Fix hard-coded connection error retur...
2018-05-02 Jeremy Allisons3: VFS: Default. Move vfs_read_data() out of source3...
2018-05-02 Jeremy Allisons3: VFS: default: Remove recursion into the VFS inside...
2018-05-02 Jeremy Allisons3: VFS: default: Remove fallback if we don't have...
2018-05-01 Jeremy Allisons3: VFS: Remove fsync_fn() from the VFS and all modules...
2018-05-01 Jeremy Allisons3: vfs: Use the new smb_vfs_fsync_sync() call in place...
2018-05-01 Jeremy Allisons3: VFS: Add a synchronous smb_vfs_fsync_sync() call...
2018-05-01 Martin Schwenkectdb-scripts: Remove function rewrite_ctdb_options()
2018-05-01 Martin Schwenkectdb-scripts: Drop support for CTDB_DBDIR=tmpfs
2018-05-01 Martin Schwenkectdb-daemon: Change default volatile database directory
2018-05-01 Martin Schwenkectdb-tests: CTDB_DBDIR_PERSISTENT should not depend...
2018-05-01 Martin Schwenkectdb-scripts: Fix location of persistent databases
2018-05-01 Martin Schwenkectdb-tests: Fix location of persistent databases
2018-05-01 Martin Schwenkectdb-scripts: Drop UDP/file logging warning from ctdbd_...
2018-05-01 Martin Schwenkectdb-daemon: Log the logging location when not logging...
2018-05-01 Martin Schwenkectdb-scripts: Drop warning when there is no recovery...
next