summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Actually fill in the status for sainity checksAndrew Bartlett2001-09-151-1/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-22/+22
* OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett2001-08-171-0/+2
* Move the claim_connection stuff till a little later in the process.Andrew Bartlett2001-08-171-16/+14
* Move admin user check into a helper function.Andrew Bartlett2001-08-171-18/+35
* Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett2001-08-171-40/+50
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-171-30/+43
* better debug messages + fix typo in debug messageSimo Sorce2001-07-261-2/+2
* - don't try to print pointersAndrew Tridgell2001-07-251-2/+2
* Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2001-07-241-12/+17
* Tidied up calling yield_connection on connection allocation fail.Jeremy Allison2001-07-171-0/+4
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* The big character set handling changeover!Andrew Tridgell2001-07-041-3/+0
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-291-22/+4
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-201-0/+2
* Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison2001-05-121-5/+0
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-4/+4
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-131-4/+4
* Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-22/+22
* Added set/get SD's on shares. Check before tcon.Jeremy Allison2001-04-091-0/+23
* Fix from Ed Boraas for not core dumping when out of connection structs.Jeremy Allison2001-04-061-1/+0
* Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip onJeremy Allison2001-03-261-1/+2
* Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wantsJeremy Allison2001-03-131-3/+3
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-241-30/+42
* only add the service name and client machine name to list of users namesGerald Carter2001-01-231-2/+5