summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dsdb: refactor password attibutes to constantGary Lockyer2018-05-102-6/+8
* s3: smbd: Remove unused counters for outstanding aio calls.Jeremy Allison2018-05-093-43/+4
* vfs_ceph: add fake async pwrite/pread send/recv hooksDavid Disseldorp2018-05-091-1/+108
* libcli: remove unused se_create_child_secdesc_buf()Ralph Boehme2018-05-092-32/+0
* Fix Jean François name to be UTF-8Simo Sorce2018-05-096-6/+6
* ldb: Ensure we can open a new LDB after a fork()Andrew Bartlett2018-05-091-0/+64
* ldb: Add tests for ldb_tdb use after a fork()Andrew Bartlett2018-05-092-1/+394
* ldb_tdb: Allow use of a TDB for ldb_tdb after as fork()Andrew Bartlett2018-05-091-0/+18
* ldb: Reset errno before checking it in ltdb_connect()Andrew Bartlett2018-05-091-0/+1
* ldb/tests: add tests for transaction_{start,commit}/lock_read across forksGary Lockyer2018-05-091-0/+216
* ldb_tdb: Prevent ldb_tdb reuse after a fork()Andrew Bartlett2018-05-092-9/+109
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-091-10/+11
* samba-tool: Fix a typoVolker Lendecke2018-05-081-1/+1
* third_party: Update popt to 1.16 releaseAmitay Isaacs2018-05-0813-1010/+3575
* dsdb: Fix CID 1435453 Null pointer dereferencesVolker Lendecke2018-05-081-0/+4
* traffic: ensure we are using the same division in py 2 and 3Douglas Bagnall2018-05-051-1/+1
* autobuild: do not try to send email to no recipientDouglas Bagnall2018-05-051-0/+5
* samba_kcc: remove an unused variableDouglas Bagnall2018-05-051-2/+0
* sambatool tests: make assertMatch use assertInDouglas Bagnall2018-05-051-1/+2
* .gitignore .agignoreDouglas Bagnall2018-05-051-1/+1
* gitignore .gdb_history anywhere in the treeDouglas Bagnall2018-05-051-1/+1
* perftest: ad_dc_medley failing base search failed to catch exceptionDouglas Bagnall2018-05-051-4/+9
* autobuild: add compiler version to results tarballDouglas Bagnall2018-05-051-1/+1
* auth/ntlmssp_client: correct spelling of responseDouglas Bagnall2018-05-051-1/+5
* auth/pycredentials: correct spelling of reponseDouglas Bagnall2018-05-051-1/+1
* tests: libsmbclient: Add a readdirplus() test suite.Jeremy Allison2018-05-053-3/+104
* s3: libsmbclient: Add new function SMBC_readdirplus_ctx().Puran Chand2018-05-058-1/+272
* s3: libsmbclient: Add function add_dirplus() to fill the list from a returned...Puran Chand2018-05-051-0/+73
* s3: libsmbclient: Add readdirplus cleanup code on directory close.Puran Chand2018-05-051-0/+21
* s3: libsmbclient: Add internal/external structures needed for readdirplus.Puran Chand2018-05-052-0/+54
* s3: client: Add btime_ts to struct finfo.Jeremy Allison2018-05-054-0/+22
* s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2018-05-0511-121/+2
* s3: torture: Remove the last user of SMB_VFS_WRITE.Jeremy Allison2018-05-041-1/+1
* s3: VFS: ceph: Replace the lseek/write ftruncate extend with pwrite.Jeremy Allison2018-05-041-7/+2
* s3: VFS: Remove vfs_write_data(). No longer used.Jeremy Allison2018-05-043-52/+0
* s3: smbd: Remove the handling of offset == -1 in real_write_file().Jeremy Allison2018-05-041-10/+6
* s3: VFS: default: Remove recursion into the VFS inside the default pwrite call.Jeremy Allison2018-05-041-1/+1
* s3: VFS: default: Remove fallback if we don't have HAVE_PWRITE set. Samba doe...Jeremy Allison2018-05-041-18/+2
* s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison2018-05-0411-113/+2
* s3: torture: Make cmd_read use read_file().Jeremy Allison2018-05-041-1/+1
* s3: printing: Remove the LSEEK in printing_pread_data() and use read_file() i...Jeremy Allison2018-05-041-5/+3
* s3: printing: Now we never pass an offset of -1, remove the off_t==-1 protect...Jeremy Allison2018-05-041-15/+9
* s3: printing: Use offset tracking in printing_pread_data() to remove the seek...Jeremy Allison2018-05-041-6/+2
* s3: printing: Use passed in offset, and offset tracking in printing_pread_dat...Jeremy Allison2018-05-041-22/+8
* s3: printing: Add existing offset position as a parameter to handle_pe_file()...Jeremy Allison2018-05-041-0/+4
* s3: printing: Use auto-updating of offset in printing_pread_data() to remove ...Jeremy Allison2018-05-041-16/+2
* s3: printing: Make printing_pread_data() update the offset paramter, if not p...Jeremy Allison2018-05-041-1/+20
* s3: printing: Rename printing_read_data() -> printing_pread_data() and add an...Jeremy Allison2018-05-041-9/+17
* s3: printing: Rename vfs_read_data() -> printing_read_data().Jeremy Allison2018-05-041-9/+10
* s3: printing: Move handle_ne_file code into a separate function.Jeremy Allison2018-05-041-142/+173