summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2008-09-26Second part of the fix for bug #5790 - samba returns STATUS_OBJECT_NAME_NOT_F...Jeremy Allison1-4/+6
2008-09-26Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.Jeremy Allison1-3/+1
2008-09-24Fix bug #5790 samba returns STATUS_OBJECT_NAME_NOT_FOUND on set file disposit...Jeremy Allison1-4/+2
2008-09-23Fix bug #5783 FindFirst fails where search pattern == mangled filename.Jeremy Allison2-8/+8
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner1-4/+4
2008-09-15Fix aio on FreeBSD.Timur1-1/+16
2008-09-15Fix cut and paste error in quota code.Timur1-2/+2
2008-09-15Fix bug 5761 "open of mangled directory name results in 'is a stream name'"Jeremy Allison1-3/+7
2008-09-12Modify a comment to make things clearer.Jeremy Allison1-1/+3
2008-09-10Fix bug #5052 - not work cancel inheritance on share. We wereJeremy Allison1-3/+10
2008-09-10When requesting UNIX info levels on findfirst/findnext, don't play games with...Jeremy Allison1-1/+5
2008-09-09Add some debug to reply_nttransVolker Lendecke1-0/+11
2008-09-08Fix calculation of useable_space for trans2 and nttrans repliesVolker Lendecke2-18/+19
2008-09-08smbd: some write time fixesStefan Metzmacher1-8/+7
2008-09-05Write times code update.Jeremy Allison4-35/+82
2008-09-01Slightly simplify logic: remove an else branchVolker Lendecke1-14/+11
2008-09-01Fix Coverity ID 587Volker Lendecke1-1/+1
2008-08-27Add st_birthtime and friends for accurate create times on systems that suppor...Jeremy Allison1-3/+4
2008-08-26EINVAL is also a valid error return, meaning "this filesystemAndrew Tridgell1-2/+3
2008-08-26become root for AIO operationsAndrew Tridgell1-1/+7
2008-08-22Don't re-initialize a token when we already have one. This fixes the build fa...Jeremy Allison1-10/+13
2008-08-20smbd: fix the handling of create_options to pass RAW-OPENStefan Metzmacher2-0/+17
2008-08-14Fix for bug #5688 from SATOH Fumiyasu <fumiyas@osstech.co.jp>. LPQ process is...Jeremy Allison1-1/+2
2008-08-14Fix for bug #5617, reported and patched by Bartosz Antosik antosik@gmail.com.Jeremy Allison1-0/+2
2008-08-13smbd: prevent smbd from panicing with "clustering = no" but --with-cluster-su...Michael Adam1-1/+3
2008-08-13added a explanatory comment on tcon checkAndrew Tridgell1-0/+4
2008-08-13ensure we exit with non-zero status on EOF on socket, so the parentAndrew Tridgell2-5/+13
2008-08-13fixed child exit handling and IP release handlingAndrew Tridgell1-1/+3
2008-08-13log unclean shutdownsAndrew Tridgell1-0/+1
2008-08-13register the ctdbd reconfigure messageAndrew Tridgell1-0/+4
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-7/+0
2008-08-12Make sure to always set errno on error path in OpenDir (and hence scan_direct...Michael Adam1-0/+1
2008-08-12Fix unix_convert() for "*" after changing map_nt_error_from_unix().Michael Adam1-1/+1
2008-08-12I found lots of places where we assume error will be set when callingAndrew Tridgell1-2/+2
2008-08-10fix smb_len calculation for chained requestsVolker Lendecke1-3/+5
2008-08-10Fix andx offset calculation for more than 2 chained requestsVolker Lendecke1-1/+7
2008-07-27Fix a debug messageVolker Lendecke1-1/+1
2008-07-27Remove a pointless CONST_DISCARDVolker Lendecke1-1/+1
2008-07-27Make create_conn_struct() publicVolker Lendecke1-1/+1
2008-07-25Fix bug creating files using DOS clients with mixedJeremy Allison1-1/+1
2008-07-24If we're not allowing streams on this conn ptr,Jeremy Allison1-0/+5
2008-07-22Fix various build warningsZach Loafman1-1/+2
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-2/+3
2008-07-19Introduce is_known_pipenameVolker Lendecke2-46/+2
2008-07-03Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ...Jeremy Allison1-14/+26
2008-07-01Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison1-1/+1
2008-06-28Let send_trans_reply work on only the inbufVolker Lendecke2-53/+56
2008-06-28Factor out create_outbuf, creating an outbuf just given an inbufVolker Lendecke1-9/+20
2008-06-26Fix a debug messageVolker Lendecke1-1/+1
2008-06-26Remove current_user reference from printfsp.cVolker Lendecke2-2/+2