summaryrefslogtreecommitdiffstats
path: root/source/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* This changes our handling of invalid service types that theVolker Lendecke2003-03-301-7/+12
* Ensure dev in make_connection is const.Jeremy Allison2003-03-181-3/+9
* Missed one when I move 'share_sanity_checks' to use an fstring for 'dev'.Andrew Bartlett2003-03-161-1/+1
* Make sure we mark the assumption of a fstring parameter for 'devicetype'Andrew Bartlett2003-03-161-6/+6
* Fix logfile formatting, we were missing a "\n"Andrew Bartlett2003-02-191-2/+2
* This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-171-9/+9
* Oops, this is the change to use an fstring for the incoming service buffer -Andrew Bartlett2003-01-121-3/+3
* Fix a segfault when we don't correctly load a VFS module (don't keep it inAndrew Bartlett2003-01-061-3/+3
* Add msdfs proxy functionality to HEAD.Shirish Kalele2002-12-291-0/+7
* a better for for using %U in smb.confAndrew Tridgell2002-11-191-3/+0
* the change in the way %U is handled to use current_user has brokenAndrew Tridgell2002-11-181-0/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-2/+2
* Add bcast_msg_flags to connection struct. Allows sender to filter whenJeremy Allison2002-09-041-1/+1
* Updates!Andrew Bartlett2002-08-261-1/+1
* Based orginally by work by Kai, this patch moves our NT_TOKEN generation intoAndrew Bartlett2002-08-201-15/+20
* Add const.Andrew Bartlett2002-08-171-1/+1
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-6/+4
* This should fix a nastly little bug where if a user had already done oneAndrew Bartlett2002-07-271-6/+10
* If lp_add_home() fails, don't go any further, just return -1.Andrew Bartlett2002-07-241-1/+3
* Give an idea what service didn't have the directory.Andrew Bartlett2002-07-241-1/+1
* Use of uninitialized variable caught by valgrind.Jeremy Allison2002-07-181-1/+1
* fixed a call to get_current_groups()Andrew Tridgell2002-07-151-1/+1
* last check in for tonight.Gerald Carter2002-07-111-1/+1
* Fix from Andrew Esh for coredump...Jeremy Allison2002-07-041-8/+11
* Always free_conn() after all the DEBUG()s etc.Andrew Bartlett2002-07-041-3/+3
* Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-021-5/+5
* It's fairly obvious that no one has tried to upload a driverGerald Carter2002-06-271-0/+28
* Further updates to the service.c code. authorise_login() is now a bit simpilerAndrew Bartlett2002-06-161-3/+5
* Rework much of the service.c code:Andrew Bartlett2002-06-151-100/+187
* moved lp_list_* functions away from param/loadparm.c, put int lib/util_str.cSimo Sorce2002-06-141-6/+6
* A few things in this commit:Andrew Bartlett2002-05-181-7/+12
* make sure that we leave the tree unused after disconnectingAndrew Tridgell2002-04-151-0/+4
* win2000 does not check the permissions on the share directory onAndrew Tridgell2002-04-141-3/+19
* 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
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-1/+1
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-6/+6
* This commit is number 3 of 4.Andrew Bartlett2001-10-291-1/+1
* add non_root_mode() checkAndrew Tridgell2001-10-201-1/+1
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-28/+30
* Renamed vfs_init() to smbd_vfs_init() to allow vfs modules to compile.Tim Potter2001-10-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* Rearrange the ordering of the checks in make_connection(). The new order hasAndrew Bartlett2001-09-201-37/+56
* got rid of bogus write list substitution error messagesAndrew Tridgell2001-09-191-15/+18
* Kill off the //server/share%user hack in share level security.Andrew Bartlett2001-09-151-20/+13