summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-11-20merged the %U changes to 3.0Andrew Tridgell1-3/+0
2002-11-18Samba janitor... Merging tridge's change to 3.0. Original commitJeremy Allison1-0/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-17/+22
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-16/+20
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-124/+269
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-27Some more 'winbind default domain' support patches from Alexander BokovoyAndrew Bartlett1-6/+2
2002-01-27Yes, dev is an 'input/output' paramater...Andrew Bartlett1-2/+2
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-2/+2
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-16/+23
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison1-10/+4
2002-01-11Make this error match Win2k.Andrew Bartlett1-1/+1
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+1
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+6
2001-10-29This commit is number 3 of 4.Andrew Bartlett1-1/+1
2001-10-20add non_root_mode() checkAndrew Tridgell1-1/+1
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-28/+30
2001-10-18Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-09-20Rearrange the ordering of the checks in make_connection(). The new order hasAndrew Bartlett1-37/+56
2001-09-19got rid of bogus write list substitution error messagesAndrew Tridgell1-15/+18
2001-09-15Kill off the //server/share%user hack in share level security.Andrew Bartlett1-20/+13
2001-09-15Actually fill in the status for sainity checksAndrew Bartlett1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-22/+22
2001-08-17OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett1-0/+2
2001-08-17Move the claim_connection stuff till a little later in the process.Andrew Bartlett1-16/+14
2001-08-17Move admin user check into a helper function.Andrew Bartlett1-18/+35
2001-08-17Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett1-40/+50
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett1-30/+43