s3:net idmap dump: report correct database file when failed to open idmap db.
[samba.git] / source3 / smbd /
2011-02-08 Jeremy AllisonAdd fdopendir to the VFS. We will use this to reuse...
2011-02-08 Jeremy AllisonPass fsp to dptr_CloseDir(). Cope with setting the...
2011-02-08 Jeremy AllisonIf possible (O_DIRECTORY exists) open an fd for a direc...
2011-02-08 Jeremy AllisonUse corrcet function instead of cut-and-paste code.
2011-02-08 Jeremy AllisonFix leak in error path.
2011-02-06 Volker Lendeckes3: Fix some nonempty blank lines
2011-02-05 Jeremy AllisonFix try_chown code. Use new vfs_chown_fsp() which alway...
2011-02-05 Jeremy AllisonMove the "oplock file with byte range locks" check...
2011-02-02 Andreas Schneiders3-smbd: Added a function to setup rpc services.
2011-02-02 Andreas Schneiders3-epmapper: Added a endpoint mapper skeleton.
2011-02-02 Jeremy AllisonBased on a conversation with Volker, refactor some...
2011-02-01 Günther Deschners3-lanman: prefer dcerpc_samr_X functions.
2011-01-31 Pavel ShilovskyEnsure we send the direct levelII oplock break to the...
2011-01-31 Pavel ShilovskyFix bug #7928 - Samba problems with kernel oplocks...
2011-01-31 Stefan Metzmachers3:smbd: let smbd_server_connection_loop_once() check...
2011-01-31 Stefan MetzmacherRevert "s3: Fix starving the echo responder"
2011-01-31 Stefan MetzmacherRevert "s3:events: Call all ready fd event handlers...
2011-01-28 Jeremy AllisonWe need to reply to SMB2_GETINFO_FILE with a class...
2011-01-27 Jeremy AllisonChange "security=share" to downgrade to SMB1 from SMB2...
2011-01-26 David DisseldorpLooking into printer driver issues, I ran across some...
2011-01-26 Jeremy AllisonAllow "security = share" with SMB2. We already handle...
2011-01-25 Jeremy AllisonFix bug #7863 - Unlink may unlink wrong file when hardl...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2011-01-25 Jeremy AllisonAdd name_hash into the share mode entry struct (as...
2011-01-25 Jeremy AllisonAdd name_hash to files_struct. Set within fsp_set_smb_f...
2011-01-21 Günther Deschners3-lanman: remove trailing whitespace.
2011-01-21 Stefan Metzmachers3:smbd: use dcerpc_spoolss_X() functions
2011-01-21 Volker Lendeckes3: Fix a deadlock between smbd and ctdbd
2011-01-21 Jeremy AllisonRemove all uses of "./" in pathnames - make canonical...
2011-01-21 Jeremy AllisonEnsure we don't use "./" in findfirst pathnames. Use...
2011-01-21 Jeremy AllisonMake processing of incoming stream rename paths common...
2011-01-20 Stefan Metzmachers3:smbd: use anonymous_shared_free() for shared memory...
2011-01-20 Stefan Metzmacherlib/util: s/allocate_anonymous_shared/anonymous_shared_...
2011-01-19 Andreas Schneiders3-smbd: Fixed a possible null pointer dereference.
2011-01-17 Volker Lendeckes3: Fix a C++ warning
2011-01-14 Volker Lendeckes3: Fix bug 7917: Yet another bug in chain_reply
2011-01-13 Günther Deschners3-lanman: prefer dcerpc_srvsvc_X functions.
2011-01-07 David Disseldorps3-printing: Initiate pcap reload from parent smbd
2011-01-07 David Disseldorps3-printing: reload shares after pcap cache fill
2011-01-04 Andreas Schneiders3-rpcecho: Only register rpcecho in the developer...
2011-01-04 Andreas Schneiders3-smbd: Call the rpc service shutdown functions.
2011-01-04 Andreas Schneiders3-smbd: Call all the rpc services in the right order.
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-12-23 Jeremy AllisonAll calls to event_add_to_select_args() call GetTimeOfD...
2010-12-22 Jeremy AllisonMy algorithm for determining whan an incoming sequence...
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-21 Jeremy AllisonAdded call out to a Linux-compatible fallocate() when...
2010-12-20 Ken HarrisCREATE in a compound CREATE/NOTIFY sequence was being...
2010-12-20 Jeremy AllisonFrom metze's work on sparse attributes. FILE_ATTRIBUTE_...
2010-12-19 Volker Lendeckes3: Reply correctly to FSCTL_IS_VOLUME_DIRTY
2010-12-19 Volker Lendeckes3: Fix some nonempty blank lines
2010-12-19 Volker Lendeckes3: re-add some debugs to check_reduced_name
2010-12-19 Volker Lendeckes3: Fix some typos
2010-12-18 Jeremy AllisonRename vfs operation posix_fallocate to just fallocate...
2010-12-17 Jeremy AllisonMove checks inside file_set_sparse() to allow it to...
2010-12-17 Jeremy Allisonfile_set_sparse needs to be a handle based call.
2010-12-17 Björn Jackes3:smbd: implement FSCTL_SET_SPARSE more correctly
2010-12-17 Björn Jackes3:smbd: add file_set_sparse() function
2010-12-17 Björn Jackes3: remove set_sparse_flag
2010-12-17 Björn Jackes3: add FILE_ATTRIBUTE_SPARSE to get_stat_dos_flags
2010-12-16 Jeremy AllisonFix old bug in openX code, exposed when "strict allocat...
2010-12-15 Jeremy AllisonImplement "use sendfile = yes" for SMB2. (cherry picked...
2010-12-15 Jeremy AllisonChange interface of schedule_smb2_aio_read() to allocat...
2010-12-14 Jeremy AllisonEnsure we use vfs_fsp_stat(), not VFS_STAT directly...
2010-12-14 Jeremy AllisonChange crediting so that the credits are returned on...
2010-12-13 Jeremy AllisonAs we handle missing sendfile() inside lib/sendfile...
2010-12-13 Jeremy AllisonWe need to start off with smb2.credits_granted == 0...
2010-12-13 Jeremy AllisonRemove extra unused credit arg. to smbd_smb2_request_se...
2010-12-10 Jeremy AllisonAdd a SMB2 crediting algorithm, by default the same...
2010-12-10 Andrew Bartletts3-smbd Don't send SPNEGO principal (rfc4178 hint)...
2010-12-03 Jeremy AllisonMerge the two conflicting allocation codes into one...
2010-12-03 Jeremy AllisonMove posix_fallocate into the VFS where it belongs.
2010-12-02 Jeremy AllisonFix bug #7835 - vfs_fill_sparse() doesn't use posix_fal...
2010-12-02 Jeremy AllisonFix a typo - should be '&&' not '&' when checking for...
2010-12-02 Michael Adams3:smbd: remove some commented out legacy code
2010-11-29 Jeremy AllisonFix bug discovered with "encryped passwords = no".
2010-11-24 Jeremy AllisonAdd in fsp->access_mask checks. Not required (underlyin...
2010-11-20 Jeremy AllisonMove the uglyness of #ifdef REALPATH_TAKES_NULL into...
2010-11-14 Jeremy AllisonMove error reporting of messaging context creation...
2010-11-12 Jelmer Vernooijs3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.
2010-11-10 Jeremy AllisonFix bug 7781 - Samba transforms ShareName to lowercase...
2010-11-10 Jeremy AllisonRemove fstring from map_username. Create a more sane...
2010-11-05 Volker Lendeckes3: Allow disabling of mdns registrations
2010-11-04 Volker Lendeckes3: Remove an unused prototype
2010-11-03 Volker Lendeckes3: Align nttrans replies the same way Windows does it
2010-11-02 Andrew Bartletts3-debug Move 'load_case_tables()' before lp_set_cmdlin...
2010-11-02 Andrew Bartletts3-debug Impove setup_logging() to specify logging...
2010-10-27 Andrew Bartletts3-smbd Remove manual override of DEBUGELVEL during...
2010-10-26 Volker Lendeckes3: Fix some DEBUG msgs
2010-10-22 Jeremy AllisonRevert "Wrap security_token_has_privilege() with a...
2010-10-22 Jeremy AllisonWrap security_token_has_privilege() with a check for...
2010-10-21 Jeremy AllisonAdd code to implement SeSecurityPrivilege in net rpc...
2010-10-20 Jeremy AllisonMake getpwnam_alloc() static to lib/username.c, and...
2010-10-20 Volker Lendeckes3: Add some DEBUG
2010-10-20 Volker Lendeckes3: Cope with EINTR in smbd_[un]lock_socket
2010-10-19 Jeremy AllisonAdd deadtime detection for SMB2. Correctly update lastu...
2010-10-19 Jeremy AllisonAdd SMB2 paths to smbd/conn.c. Except for conn_idle_all...
2010-10-19 Jeremy AllisonCopyright/whitespace/comment cleanup in preparation...
2010-10-19 Jeremy AllisonMove tcons.num_open from smb1 to sconn->num_tcons_open...
2010-10-16 Jeremy AllisonAdd make_default_filesystem_acl() function to be used...
next