summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-07-04The big character set handling changeover!Andrew Tridgell1-3/+0
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-22/+4
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell1-0/+2
2001-05-12Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison1-5/+0
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-4/+4
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison1-4/+4
2001-04-11Fix for core dump in security = share code with new share security db.Jeremy Allison1-22/+22
2001-04-09Added set/get SD's on shares. Check before tcon.Jeremy Allison1-0/+23
2001-04-06Fix from Ed Boraas for not core dumping when out of connection structs.Jeremy Allison1-1/+0
2001-03-26Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip onJeremy Allison1-1/+2
2001-03-13Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison1-3/+3
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2001-01-24smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison1-30/+42
2001-01-23only add the service name and client machine name to list of users namesGerald Carter1-2/+5
2001-01-23include/vfs.h:Jeremy Allison1-6/+26
2001-01-17Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2001-01-04Changes from APPLIANCE_HEAD:David O'Neill1-1/+1
2000-12-12Compile fix for new arg to create_nt_token()Tim Potter1-1/+3
2000-11-17we don't need the separate lp_status() connection records any moreAndrew Tridgell1-12/+0
2000-11-17fixed the problem with messages not getting throughAndrew Tridgell1-33/+27
2000-11-06Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison1-0/+2