summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spelling s/retrive/retrieve/Mathieu Parent2018-05-122-2/+2
* Fix spelling s/receving/receiving/Mathieu Parent2018-05-122-6/+6
* Fix spelling s/processs/process/Mathieu Parent2018-05-121-3/+3
* Fix spelling s/openened/opened/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/missmatch/mismatch/Mathieu Parent2018-05-122-2/+2
* Fix spelling s/formated/formatted/Mathieu Parent2018-05-123-3/+3
* Fix spelling s/desriptor/descriptor/Mathieu Parent2018-05-121-1/+1
* Fix spelling s/coult/could/Mathieu Parent2018-05-121-3/+3
* s3:smbd: fix interaction between chown and SD flagsRalph Boehme2018-05-111-2/+5
* printing: Fix CID 1435452 (TAINTED_SCALAR)Volker Lendecke2018-05-111-0/+6
* winbind: Fix UPN handling in canonicalize_username()Andreas Schneider2018-05-116-19/+44
* winbind: Fix UPN handling in parse_domain_user()Andreas Schneider2018-05-119-56/+151
* winbind: Remove unused function parse_domain_user_talloc()Andreas Schneider2018-05-112-14/+0
* winbind: Pass upn unmodified to lookup namesStefan Metzmacher2018-05-118-16/+36
* nsswitch:tests: Add test for wbinfo --user-infoAndreas Schneider2018-05-111-0/+14
* nsswitch: Add a test looking up the user using the upnAndreas Schneider2018-05-111-1/+1
* samdb: Add remote address to connectGary Lockyer2018-05-102-3/+8
* dsdb: pass the remote address to samdb connectGary Lockyer2018-05-101-1/+1
* auth: Add unique session GUID identifierGary Lockyer2018-05-101-0/+6
* 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
* Fix Jean François name to be UTF-8Simo Sorce2018-05-096-6/+6
* s3: VFS: Fix memory leak in vfs_ceph.Vandana Rungta2018-05-091-10/+11
* tests: libsmbclient: Add a readdirplus() test suite.Jeremy Allison2018-05-051-2/+6
* 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-053-0/+21
* s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison2018-05-059-106/+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-049-98/+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
* s3: printing: Split handling of PE file into separate function.Jeremy Allison2018-05-041-159/+188
* s3: printing: Reformatting of parts of this file to modern coding standards.Jeremy Allison2018-05-041-106/+264