summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* waf: Create a better wscript for finding ncurses.Andreas Schneider2013-04-292-8/+24
* regedit: Improve calculation for centering dialogs.C. Davis2013-04-291-10/+32
* regedit: Introduce dialog windows.C. Davis2013-04-297-77/+487
* regedit: Take into account that getch() may return a '\n' instead of KEY_ENTER.C. Davis2013-04-291-0/+1
* regedit: Use tab key to switch between key and value sections.C. Davis2013-04-291-29/+85
* regedit: Don't overwrite the '/' when printing path.C. Davis2013-04-291-1/+1
* regedit: Print value summary, fix heap corruption and path printing.C. Davis2013-04-292-24/+95
* regedit: List values for the selected key.C. Davis2013-04-294-10/+255
* regedit: Print the registry path.C. Davis2013-04-291-1/+7
* regedit: Make all hives browsable.C. Davis2013-04-291-9/+54
* regedit: load the configuration after processing the command lineMichael Adam2013-04-291-1/+5
* regedit: Setup a test tree view of HKLM.C. Davis2013-04-293-29/+147
* regedit: Initial import of treeview codeC. Davis2013-04-293-1/+338
* regedit: First crack at linking to ncurses.C. Davis2013-04-293-1/+18
* regedit: Add regedit main source fileC. Davis2013-04-292-0/+99
* Support s3 local access with the s4 libregistry frameworkC. Davis2013-04-292-0/+246
* s3: Wrap calls to the s3 registry API.C. Davis2013-04-292-0/+200
* Fix bug #9822 - Samba crashing during Win8 sync.Jeremy Allison2013-04-271-0/+1
* Check for WRITE_ACCESS on the file before overriding an EACCESS.Jeremy Allison2013-04-271-0/+4
* Ensure we don't try the open_file_fchmod() if we can't write to the file.Jeremy Allison2013-04-271-0/+5
* Remove indentation around code wrapped by unneeded CAN_WRITE.Jeremy Allison2013-04-271-23/+20
* Add early return in file_set_dosmode() on a read only share.Jeremy Allison2013-04-271-0/+5
* smbd: Do not fetch the record in defer_open_doneVolker Lendecke2013-04-271-8/+1
* dbwrap: Allow dbwrap_record_watch_recv to not lock the recordVolker Lendecke2013-04-261-0/+3
* smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke2013-04-268-226/+2
* smbd: Remove unused smb2_deferred_open_timerVolker Lendecke2013-04-261-59/+0
* smbd: Obsolete MSG_SMB_OPEN_RETRYVolker Lendecke2013-04-263-46/+1
* smbd: Remove the unused fsp->pending_break_messages arrayVolker Lendecke2013-04-263-18/+5
* smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke2013-04-265-27/+0
* smbd: Obsolete MSG_SMB_BREAK_RESPONSEVolker Lendecke2013-04-262-63/+2
* smbd: Ignore OPEN_RETRY and BREAK_RESPONSEVolker Lendecke2013-04-263-0/+8
* smbd: Use dbwrap_record_watch_send for defer_openVolker Lendecke2013-04-262-1/+70
* bug 9830: fix panic in nt_printer_publish_adsDavid Disseldorp2013-04-251-2/+8
* Implements a vfs module for cephfs, a distributed file systemSam Lang2013-04-245-0/+1322
* BUG 9817: Fix 'map untrusted to domain' with NTLMv2.Andreas Schneider2013-04-241-2/+8
* s3:utils/dbwrap_tool add exists operationChristian Ambach2013-04-221-4/+34
* Fix bug in old create temp SMB request. Only use VFS functions.Jeremy Allison2013-04-201-53/+64
* Ensure the RECVFILE path in vfs_pwrite_data() operates on a blocking socket.Jeremy Allison2013-04-201-1/+12
* Ensure the RECVFILE path in vfs_write_data() operates on a blocking socket.Jeremy Allison2013-04-191-1/+12
* Ensure drain_socket() operates on a blocking socket.Jeremy Allison2013-04-191-2/+15
* Add the internals of is_smb2_recvfile_write.Jeremy Allison2013-04-191-1/+37
* The guts of the receivefile code changes.Jeremy Allison2013-04-191-5/+60
* Add stub static function that will turn on/off receivefile code path.Jeremy Allison2013-04-191-0/+5
* Add extra fields into struct smbd_smb2_request_read_state to support receivef...Jeremy Allison2013-04-191-0/+3
* Add macro SMBD_SMB2_SHORT_RECEIVEFILE_WRITE_LEN.Jeremy Allison2013-04-191-0/+2
* Add utility function get_min_receive_file_size().Jeremy Allison2013-04-191-0/+11
* Allow smbd_smb2_request_error_ex() to cope with unread bytes on error.Jeremy Allison2013-04-191-0/+10
* Add function smbd_smb2_unread_bytes().Jeremy Allison2013-04-192-0/+13
* If we already have an smb1req attached to the struct smbd_smb2_request, don't...Jeremy Allison2013-04-191-3/+7
* Ensure we don't do an SMB2 aio write if RECVFILE is active.Jeremy Allison2013-04-191-0/+5