summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-18Ensure dev in make_connection is const.Jeremy Allison1-3/+9
2003-03-16Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.Andrew Bartlett1-1/+1
2003-03-16Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett1-6/+6
2003-02-19Fix logfile formatting, we were missing a "\n"Andrew Bartlett1-2/+2
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett1-9/+9
2003-01-12Oops, this is the change to use an fstring for the incoming service buffer -Andrew Bartlett1-3/+3
2003-01-06Fix a segfault when we don't correctly load a VFS module (don't keep it inAndrew Bartlett1-3/+3
2002-12-29Add msdfs proxy functionality to HEAD.Shirish Kalele1-0/+7
2002-11-19a better for for using %U in smb.confAndrew Tridgell1-3/+0
2002-11-18the change in the way %U is handled to use current_user has brokenAndrew Tridgell1-0/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-2/+2
2002-09-04Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison1-1/+1
2002-08-26Updates!Andrew Bartlett1-1/+1
2002-08-20Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett1-15/+20
2002-08-17Add const.Andrew Bartlett1-1/+1
2002-08-11Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett1-6/+4
2002-07-27This should fix a nastly little bug where if a user had already done oneAndrew Bartlett1-6/+10
2002-07-24If lp_add_home() fails, don't go any further, just return -1.Andrew Bartlett1-1/+3
2002-07-24Give an idea what service didn't have the directory.Andrew Bartlett1-1/+1
2002-07-18Use of uninitialized variable caught by valgrind.Jeremy Allison1-1/+1
2002-07-15fixed a call to get_current_groups()Andrew Tridgell1-1/+1
2002-07-11last check in for tonight.Gerald Carter1-1/+1
2002-07-04Fix from Andrew Esh for coredump...Jeremy Allison1-8/+11
2002-07-04Always free_conn() after all the DEBUG()s etc.Andrew Bartlett1-3/+3
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison1-5/+5
2002-06-27It's fairly obvious that no one has tried to upload a driverGerald Carter1-0/+28
2002-06-16Further updates to the service.c code. authorise_login() is now a bit simpilerAndrew Bartlett1-3/+5
2002-06-15Rework much of the service.c code:Andrew Bartlett1-100/+187
2002-06-14moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce1-6/+6
2002-05-18A few things in this commit:Andrew Bartlett1-7/+12
2002-04-15make sure that we leave the tree unused after disconnectingAndrew Tridgell1-0/+4
2002-04-14win2000 does not check the permissions on the share directory onAndrew Tridgell1-3/+19
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