summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* r4043: BUG 2091: don't remove statically defined printers in remove_stale_pri...Gerald Carter2007-10-101-4/+12
* r2475: A more helpful debug-message when a connection to a dfs-proxy-share isGünther Deschner2007-10-101-1/+2
* r2076: Removed old dir caching code - not being used now we have theJeremy Allison2007-10-101-2/+0
* r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison2007-10-101-2/+6
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-3/+24
* r933: When using widelinks = no, use realpath to canonicalize theJeremy Allison2007-10-101-0/+14
* r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter2007-10-101-0/+24
* r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison2007-10-101-3/+3
* r570: Remove lots of globals to handle case issues - move themJeremy Allison2007-10-101-12/+6
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-091-1/+1
* Several mb tidyups - getting ready to address the XXX_sub function.Jeremy Allison2004-03-051-94/+86
* Fixup the 'multiple-vuids' bugs.Jeremy Allison2004-02-131-81/+3
* cleaning out patch list; patch from Steve L. to change the cwd before the pos...Gerald Carter2003-10-031-3/+3
* Ensure %S gets expanded in read/write lists.Jeremy Allison2003-09-261-6/+13
* This only touches the fake kaserver support. It adds two parameters:Volker Lendecke2003-09-231-1/+3
* make sure we substitute basic variables in read/write listGerald Carter2003-09-081-2/+2
* Nobody complained on the team-list, so commit it ...Volker Lendecke2003-09-071-0/+4
* Output message saying "signed connect" instead of just connect when signingJeremy Allison2003-08-031-0/+1
* Clarify a debug log a little. The path might not exist, so say so.Richard Sharpe2003-07-211-1/+1
* Fix a small spelling mistake and push out the new version of aclocal.m4 toRichard Sharpe2003-07-091-1/+1
* This changes our Unix primary GID behaviour back to what most people expect:Andrew Bartlett2003-07-061-1/+1
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Always initialize.Andrew Bartlett2003-06-211-0/+2
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-2/+2
* spellingTim Potter2003-05-141-1/+1
* Fix VFS layer:Alexander Bokovoy2003-05-111-15/+8
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-3/+4
* Whitespace syncup.Tim Potter2003-04-141-1/+1
* cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2003-04-111-3/+3
* Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison2003-04-091-2/+2
* This changes our handling of invalid service types that theVolker Lendecke2003-03-301-7/+12
* Doin't pstrcpy into fstring.Jeremy Allison2003-03-191-4/+4
* Ensure dev in make_connection is const.Jeremy Allison2003-03-181-4/+10
* Merge of server-side authentication changes to 3.0:Andrew Bartlett2003-02-241-11/+11
* *lots of small merges form HEADGerald Carter2003-01-151-3/+3
* Merge from HEAD - handle VFS module load failures, change some error returns toAndrew Bartlett2003-01-061-3/+3
* Add check to prevent non-Dfs clients from connecting to an msdfs proxy.Shirish Kalele2002-12-271-0/+7
* merged the %U changes to 3.0Andrew Tridgell2002-11-201-3/+0
* Samba janitor... Merging tridge's change to 3.0. Original commitJeremy Allison2002-11-181-0/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-17/+22
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-16/+20
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-124/+269
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett2002-01-271-6/+2
* Yes, dev is an 'input/output' paramater...Andrew Bartlett2002-01-271-2/+2
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-161-2/+2
* Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-161-16/+23
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-141-10/+4
* Make this error match Win2k.Andrew Bartlett2002-01-111-1/+1