summaryrefslogtreecommitdiff
path: root/source3/smbd/service.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-10-13Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison1-10/+6
2000-10-11Don't initialise groups twice.Tim Potter1-1/+0
2000-10-06Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison1-42/+2
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-5/+5
2000-08-31fixed "admin users" option with new security codeAndrew Tridgell1-0/+5
2000-08-28Merge from appliance branch.Tim Potter1-0/+1
2000-08-03Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison1-65/+73
2000-08-02Started to canonicalize our handling of uid -> sid code in order toJeremy Allison1-2/+2
2000-07-25Fix for mounting a printer as a share. Not that there's anythingTim Potter1-0/+5
2000-05-23Fixed bug where file access was allowed on IPC$ share.Jeremy Allison1-2/+2
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-1/+1
2000-05-10- changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell1-1/+1
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-04a minimal change to get appliance mode to work with winbinddAndrew Tridgell1-2/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-1/+1
2000-04-28Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison1-16/+0
2000-04-22don't copy a null groups listAndrew Tridgell1-2/+6
2000-04-19- got rid of the "passive" optionAndrew Tridgell1-5/+5
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-5/+3
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-1/+91
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell1-4/+4
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-144/+118
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1-2/+2
1999-07-22Copy service name into vfs_connection_struct.Tim Potter1-0/+2
1999-06-29improving authentication code (tidyup).Luke Leighton1-2/+2
1999-06-13Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1-1/+1
1999-04-20Changed the way a VFS is initialised. The vfs_init() function isTim Potter1-4/+51
1999-04-05Disable VFS routines if no libdl available.Tim Potter1-0/+7
1999-04-04Call VFS initialisation, share connect and share disconnect functions.Tim Potter1-1/+35
1998-12-14trying to track down issues in get_home_dir().Luke Leighton1-2/+4
1998-11-29don't allow ".." in service name when doing "default service"Andrew Tridgell1-1/+3
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-5/+5