summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+1
2007-10-10r7948: Ensure we call the vfs connection hook before doing a vfs stat.Jeremy Allison1-19/+21
2007-10-10r7210: Fix my own mistakes up, sorry.Jeremy Allison1-1/+1
2007-10-10r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).Jeremy Allison1-1/+1
2007-10-10r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...Gerald Carter1-2/+4
2007-10-10r6625: Remove another global variable left over from a long time ago (magic c...Jeremy Allison1-3/+0
2007-10-10r6497: Ensure yield_connection() is called on all appropriate error conditions.Jeremy Allison1-19/+22
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-1/+1
2007-10-10r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bitVolker Lendecke1-1/+1
2007-10-10r5608: BUG 2399 - removing dead code (not finished with bug yet).Gerald Carter1-13/+0
2007-10-10r5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT instead of statJeremy Allison1-1/+2
2007-10-10r5183: Ensure we correctly set the per-connection "case_sensitive" setting.Jeremy Allison1-9/+18
2007-10-10r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter1-36/+1
2007-10-10r4043: BUG 2091: don't remove statically defined printers in remove_stale_pri...Gerald Carter1-4/+12
2007-10-10r2475: A more helpful debug-message when a connection to a dfs-proxy-share isGünther Deschner1-1/+2
2007-10-10r2076: Removed old dir caching code - not being used now we have theJeremy Allison1-2/+0
2007-10-10r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison1-2/+6
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-3/+24
2007-10-10r933: When using widelinks = no, use realpath to canonicalize theJeremy Allison1-0/+14
2007-10-10r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter1-0/+24
2007-10-10r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison1-3/+3
2007-10-10r570: Remove lots of globals to handle case issues - move themJeremy Allison1-12/+6
2004-03-09Added strstr_m() function. Use in all places where we might run into mbJeremy Allison1-1/+1
2004-03-05Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison1-94/+86
2004-02-13Fixup the 'multiple-vuids' bugs.Jeremy Allison1-81/+3
2003-10-03cleaning out patch list; patch from Steve L. to change the cwd before the pos...Gerald Carter1-3/+3
2003-09-26Ensure %S gets expanded in read/write lists.Jeremy Allison1-6/+13
2003-09-23This only touches the fake kaserver support. It adds two parameters:Volker Lendecke1-1/+3
2003-09-08make sure we substitute basic variables in read/write listGerald Carter1-2/+2
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+4
2003-08-03Output message saying "signed connect" instead of just connect when signingJeremy Allison1-0/+1
2003-07-21Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe1-1/+1
2003-07-09Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe1-1/+1
2003-07-06This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-2/+2
2003-06-21Always initialize.Andrew Bartlett1-0/+2
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-2/+2
2003-05-14spellingTim Potter1-1/+1
2003-05-11Fix VFS layer:Alexander Bokovoy1-15/+8
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-3/+4
2003-04-14Whitespace syncup.Tim Potter1-1/+1
2003-04-11cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter1-3/+3
2003-04-09Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison1-2/+2
2003-03-30This changes our handling of invalid service types that theVolker Lendecke1-7/+12
2003-03-19Doin't pstrcpy into fstring.Jeremy Allison1-4/+4
2003-03-18Ensure dev in make_connection is const.Jeremy Allison1-4/+10
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett1-11/+11
2003-01-15*lots of small merges form HEADGerald Carter1-3/+3
2003-01-06Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett1-3/+3
2002-12-27Add check to prevent non-Dfs clients from connecting to an msdfs proxy.Shirish Kalele1-0/+7