summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-10/+6
* Don't initialise groups twice.Tim Potter2000-10-111-1/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-42/+2
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-5/+5
* fixed "admin users" option with new security codeAndrew Tridgell2000-08-311-0/+5
* Merge from appliance branch.Tim Potter2000-08-281-0/+1
* Added an NT_USER_TOKEN structure that is copied/passed around associatedJeremy Allison2000-08-031-65/+73
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-2/+2
* Fix for mounting a printer as a share. Not that there's anythingTim Potter2000-07-251-0/+5
* Fixed bug where file access was allowed on IPC$ share.Jeremy Allison2000-05-231-2/+2
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-1/+1
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* a minimal change to get appliance mode to work with winbinddAndrew Tridgell2000-05-041-2/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-1/+1
* Moved deletion of vfs handle into smbd/conn.c as it was being done tooJeremy Allison2000-04-281-16/+0
* don't copy a null groups listAndrew Tridgell2000-04-221-2/+6
* - got rid of the "passive" optionAndrew Tridgell2000-04-191-5/+5
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-5/+3
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-1/+91
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-211-4/+4
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-144/+118
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-121-2/+2
* Copy service name into vfs_connection_struct.Tim Potter1999-07-221-0/+2
* improving authentication code (tidyup).Luke Leighton1999-06-291-2/+2
* Moved code that changes the pw_passwd entry (i.e shadow password andTim Potter1999-06-131-1/+1
* Changed the way a VFS is initialised. The vfs_init() function isTim Potter1999-04-201-4/+51
* Disable VFS routines if no libdl available.Tim Potter1999-04-051-0/+7
* Call VFS initialisation, share connect and share disconnect functions.Tim Potter1999-04-041-1/+35
* trying to track down issues in get_home_dir().Luke Leighton1998-12-141-2/+4
* don't allow ".." in service name when doing "default service"Andrew Tridgell1998-11-291-1/+3
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-5/+5
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+1
* Got very strict about the differences and uses ofJeremy Allison1998-09-291-1/+1
* this completes the splitup of server.c.Andrew Tridgell1998-08-171-0/+542