summaryrefslogtreecommitdiff
path: root/source/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* sync with SAMBA_2_2 for 2.2.6rc1Gerald Carter2002-10-091-16/+12
* merging for 2.2.6pre1Gerald Carter2002-07-271-17/+6
* beginning to sync up for 2.2.5 release....Gerald Carter2002-06-171-2/+2
* Start of merge to 2_2_RELEASE branch for release.Jeremy Allison2002-04-301-7/+48
* Move over to RELEASE branch.Jeremy Allison2002-02-011-48/+50
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-0/+4
* Syncup getting ready for release.Jeremy Allison2001-07-061-36/+6
* - remove template from smbrun(). Now uses /tmp and mkstempAndrew Tridgell2001-04-131-4/+4
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-121-4/+4
* Fix for core dump in security = share code with new share security db.Jeremy Allison2001-04-111-22/+22
* Added get/set SD's on shares. Check on 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 an alias for the IPC$ share except refuse guest access.Jeremy Allison2001-03-131-3/+3
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-4/+0
* smbd/process.c: & type with 0xff for paranioa sake...Jeremy Allison2001-01-241-30/+42
* merge from HEADGerald Carter2001-01-231-2/+6
* include/vfs.h:Jeremy Allison2001-01-231-6/+26
* synched up with head so that SAMBA_2_2 will compileGerald Carter2000-12-121-1/+3
* Raft of changes to sync up with most things in appliance head.Jeremy Allison2000-11-171-38/+20
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-0/+2
* Fix for core dump when build with --with-vfs. Fix from Brad Sahr.Jeremy Allison2000-11-031-3/+12
* Patch from Brad Sahr <bsahr@macromedia.com> for WITH_VFS.Jeremy Allison2000-10-281-3/+3
* Fix to allow smbd to call winbindd if it is running for all group enumeration,Jeremy Allison2000-10-131-10/+6
* Brought Tim's new initgroups winbind functionality. Now need to fixJeremy Allison2000-10-111-1/+0
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-42/+2
* Backport of the HEAD vfs changes....Jeremy Allison2000-09-281-5/+5
* Added --with-vfs to allow VFS code to be compiled off or on.Jeremy Allison2000-09-261-7/+7
* 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