summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-winbind: Add support for the kernel krb5 keyring buffer.Andreas Schneider2013-10-071-0/+4
* s3-winbind: Don't set a default directory for DIR.Andreas Schneider2013-10-071-4/+0
* torture3: Trigger a nasty cleanup bug in smbdVolker Lendecke2013-09-264-0/+73
* smbd: Fix flawed share_mode_stale_pid APIVolker Lendecke2013-09-263-9/+56
* smbd: Rename parameter "i" to "idx"Volker Lendecke2013-09-262-7/+7
* smbd: Don't store in-memory only flags in locking.tdbVolker Lendecke2013-09-261-2/+2
* smbd: Simplify find_oplock_typesVolker Lendecke2013-09-261-9/+10
* Fix bug 10162 - POSIX ACL mapping failing when setting DENY ACE's from Windows.Daniel Liberman2013-09-231-1/+1
* s3: libsmb - 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison2013-09-191-3/+4
* s3: libsmb : Bug 10150 - Not all OEM servers support the ALTNAME info level.Jeremy Allison2013-09-191-1/+9
* s3: libsmb SMB2 wrapper layer. cli_smb2_get_ea_list_path() failed to close fi...Jeremy Allison2013-09-191-0/+4
* Fix is_legal_name() to not emit character conversion error messages.Jeremy Allison2013-09-191-12/+8
* s3: libsmb : The short name length is only a one byte field.Jeremy Allison2013-09-181-1/+1
* s3:smb2_find: Return that timestamps do not exist as directoriesChristof Schmitt2013-09-163-3/+16
* Raise the level of a debug.Korobkin2013-09-121-1/+1
* s3:smbd: ease file server upgrades from 3.6 and earlier with "acl allow execu...Michael Adam2013-09-121-1/+15
* loadparm: add new parameter "acl allow execute always"Michael Adam2013-09-122-0/+2
* dbwrap_ctdb: Treat empty records as non-existingVolker Lendecke2013-09-122-0/+18
* Optimization. Don't do the retry logic if sitename_fetch() returned NULL, we ...Jeremy Allison2013-09-061-1/+5
* Move the retry logic when site_name is passed in a NULL or "" to the wrapper ...Jeremy Allison2013-09-061-4/+21
* Move the manipulation of site_name into the caller function dsgetdcname().Jeremy Allison2013-09-061-15/+19
* Refactor dsgetdcname to be called via a wrapper function.Jeremy Allison2013-09-061-5/+26
* dsgetdcname_cache_fetch() doesn't use the site_name parameter so don't pass it.Jeremy Allison2013-09-061-2/+1
* smbd: Correctly return INFO_LENGTH_MISMATCH for smb1Volker Lendecke2013-09-061-0/+4
* smbd: Fix error return for STREAM_INFOVolker Lendecke2013-09-061-0/+4
* smbd: Revert a93f9c3Volker Lendecke2013-09-061-5/+0
* smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfoVolker Lendecke2013-09-061-0/+10
* smbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfoVolker Lendecke2013-09-061-0/+12
* smbd: qfsinfo has fixed/variable buffersVolker Lendecke2013-09-063-0/+13
* smbd: qfilepathinfo has fixed/variable buffersVolker Lendecke2013-09-063-0/+25
* smbd: Use #defines in smb2_getinfo_sendVolker Lendecke2013-09-061-4/+4
* s3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO to return partial dataRalph Wuerthner2013-09-061-0/+6
* s3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO to return partial dataRalph Wuerthner2013-09-061-0/+6
* s3:smbd: allow status code in smbd_do_qfsinfo() to be set by information clas...Ralph Wuerthner2013-09-061-1/+2
* s3:smbd: allow GetInfo responses with STATUS_BUFFER_OVERFLOW to return partia...Ralph Wuerthner2013-09-061-3/+10
* s3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for GetInfo in case output_buf...Ralph Wuerthner2013-09-061-0/+5
* client: add missing newlines to error messages for invalid iosize parameter.Michael Adam2013-08-301-2/+2
* Add new "timeout" command and -t option to smbclient to set the per-operation...Jeremy Allison2013-08-301-0/+35
* As SMB3 has transport level encryption, allow smbclient -e to force encryted ...Jeremy Allison2013-08-301-1/+17
* Remove restrictions on setting iosize inside smbclient for SMB2 connections.Jeremy Allison2013-08-301-17/+23
* libsmb: Fix a bunch of Coverity IDsVolker Lendecke2013-08-301-20/+20
* s3:libsmb: call smb2cli_logoff() from cli_ulogoff()Stefan Metzmacher2013-08-301-0/+12
* s3:libsmb: make cli_ulogoff_send/recv staticStefan Metzmacher2013-08-302-6/+2
* s3:libsmb: call smb2cli_tdis() from cli_tdis()Stefan Metzmacher2013-08-301-0/+4
* s3:libsmb: only set tcon to invalid in smb2cli_tdis*Stefan Metzmacher2013-08-301-1/+2
* s3:libsmb: make cli_tdis_send/recv staticStefan Metzmacher2013-08-302-6/+2
* s3:libsmb: add support for SMB2 in cli_writeall()Stefan Metzmacher2013-08-301-2/+12
* s3:libsmb: add SMB2 support to cli_pull*Stefan Metzmacher2013-08-301-14/+46
* s3:libsmb: add SMB2 support to cli_push*Stefan Metzmacher2013-08-301-16/+50
* s3:libsmb: Plumb cli_smb2_set_security_descriptor() inside cli_set_security_d...Jeremy Allison2013-08-301-0/+7