summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix aio on FreeBSD.Timur2008-09-151-1/+16
* Fix cut and paste error in quota code.Timur2008-09-151-2/+2
* Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison2008-09-151-3/+7
* Modify a comment to make things clearer.Jeremy Allison2008-09-121-1/+3
* Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison2008-09-101-3/+10
* When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison2008-09-101-1/+5
* Add some debug to reply_nttransVolker Lendecke2008-09-091-0/+11
* Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2008-09-082-18/+19
* smbd: some write time fixesStefan Metzmacher2008-09-081-8/+7
* Write times code update.Jeremy Allison2008-09-054-35/+82
* Slightly simplify logic: remove an else branchVolker Lendecke2008-09-011-14/+11
* Fix Coverity ID 587Volker Lendecke2008-09-011-1/+1
* Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison2008-08-271-3/+4
* EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell2008-08-261-2/+3
* become root for AIO operationsAndrew Tridgell2008-08-261-1/+7
* Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison2008-08-221-10/+13
* smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2008-08-202-0/+17
* Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison2008-08-141-1/+2
* Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison2008-08-141-0/+2
* smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam2008-08-131-1/+3
* added a explanatory comment on tcon checkAndrew Tridgell2008-08-131-0/+4
* ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2008-08-132-5/+13
* fixed child exit handling and IP release handlingAndrew Tridgell2008-08-131-1/+3
* log unclean shutdownsAndrew Tridgell2008-08-131-0/+1
* register the ctdbd reconfigure messageAndrew Tridgell2008-08-131-0/+4
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-7/+0
* Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam2008-08-121-0/+1
* Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam2008-08-121-1/+1
* I found lots of places where we assume error will be set when callingAndrew Tridgell2008-08-121-2/+2
* fix smb_len calculation for chained requestsVolker Lendecke2008-08-101-3/+5
* Fix andx offset calculation for more than 2 chained requestsVolker Lendecke2008-08-101-1/+7
* Fix a debug messageVolker Lendecke2008-07-271-1/+1
* Remove a pointless CONST_DISCARDVolker Lendecke2008-07-271-1/+1
* Make create_conn_struct() publicVolker Lendecke2008-07-271-1/+1
* Fix bug creating files using DOS clients with mixedJeremy Allison2008-07-251-1/+1
* If we're not allowing streams on this conn ptr,Jeremy Allison2008-07-241-0/+5
* Fix various build warningsZach Loafman2008-07-221-1/+2
* Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke2008-07-201-2/+3
* Introduce is_known_pipenameVolker Lendecke2008-07-192-46/+2
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison2008-07-031-14/+26
* Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison2008-07-011-1/+1
* Let send_trans_reply work on only the inbufVolker Lendecke2008-06-282-53/+56
* Factor out create_outbuf, creating an outbuf just given an inbufVolker Lendecke2008-06-281-9/+20
* Fix a debug messageVolker Lendecke2008-06-261-1/+1
* Remove current_user reference from printfsp.cVolker Lendecke2008-06-262-2/+2
* remove unused extern current_user from lanman.cVolker Lendecke2008-06-261-2/+0
* Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke2008-06-261-6/+12
* smbd: untangle logic in smbd_messaging_context() slightly.Michael Adam2008-06-261-2/+5
* smbd: don't panic if messaging_init() fails but return NULLMichael Adam2008-06-261-1/+1
* Move the responsibility to keep the cwd from srv_dfs_nt to msdfs.cVolker Lendecke2008-06-241-17/+53