summaryrefslogtreecommitdiffstats
path: root/source3/smbd/service.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* include/vfs.h:Jeremy Allison2001-01-231-6/+26
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-171-1/+1
* Changes from APPLIANCE_HEAD:David O'Neill2001-01-041-1/+1
* Compile fix for new arg to create_nt_token()Tim Potter2000-12-121-1/+3
* we don't need the separate lp_status() connection records any moreAndrew Tridgell2000-11-171-12/+0
* fixed the problem with messages not getting throughAndrew Tridgell2000-11-171-33/+27
* Added a VFS version return to init call. Allows smbd to fail an init ifJeremy Allison2000-11-061-0/+2
* 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