summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
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
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
2001-07-26better debug messages + fix typo in debug messageSimo Sorce1-2/+2
2001-07-25- don't try to print pointersAndrew Tridgell1-2/+2
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce1-12/+17
2001-07-17Tidied up calling yield_connection on connection allocation fail.Jeremy Allison1-0/+4
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1