summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison2001-05-071-8/+28
* Patch from Simo:Gerald Carter2001-05-074-21/+21
* Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-061-70/+77
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-044-64/+80
* merge from 2.2 in password_ok() to ensure that we check theGerald Carter2001-05-041-1/+1
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-0/+6
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-54/+42
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-303-37/+48
* - fixed some compiler warningsAndrew Tridgell2001-04-281-2/+2
* - added test for vasprintfAndrew Tridgell2001-04-281-12/+0
* use asprintf for hideunreadable optionAndrew Tridgell2001-04-281-14/+8
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-281-1/+3
* More debug %d -> %u issues.Jeremy Allison2001-04-271-8/+3
* Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2001-04-272-6/+8
* Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa...Jeremy Allison2001-04-271-23/+41
* Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receiv...Jeremy Allison2001-04-271-2/+2
* Sync with default perm changes in 2.2.Jeremy Allison2001-04-251-27/+122
* Fixed memory leak in new session code.Jeremy Allison2001-04-231-0/+3
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-232-4/+4
* Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2001-04-222-15/+22
* Fixed compile bug when using --with-pam but not --with-utmp.Jeremy Allison2001-04-211-0/+7
* a missing string conversion.Jean-François Micouleau2001-04-181-1/+1
* new files for headAndrew Tridgell2001-04-182-0/+750
* merge from 2.2Andrew Tridgell2001-04-184-788/+46
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-182-8/+17
* Rememver to use VFS at all times... even in new user_can_read_file code :-).Jeremy Allison2001-04-181-3/+3
* hide unreadable patch from idraAndrew Tridgell2001-04-161-0/+49
* Finally got the semantics right (hurrah!).Jeremy Allison2001-04-161-6/+14
* Correct fix for open readonly with truncate.Jeremy Allison2001-04-161-17/+18
* Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()Jeremy Allison2001-04-151-6/+13
* This little piece of insanity is inspired by theJeremy Allison2001-04-141-3/+18
* configure:Jeremy Allison2001-04-146-22/+116
* Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison2001-04-131-0/+2
* Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison2001-04-131-1/+9
* Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison2001-04-131-3/+3
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-134-8/+8
* As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison2001-04-134-9/+31
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-6/+5
* 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-092-0/+27
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-085-5/+5
* Fix from Ed Boraas for not core dumping when out of connection structs.Jeremy Allison2001-04-061-1/+0
* Fix from "Romeril, Alan" <a.romeril@ic.ac.uk> to get his NFS quota codeJeremy Allison2001-04-051-6/+6
* Integrated solaris nfs quota code from Alan Romeril <a.romeril@ic.ac.uk>Jeremy Allison2001-04-011-112/+275
* started converting some of the only-ascii code to use srvstr_*Andrew Tridgell2001-03-312-11/+28
* utils/torture.c: Added one more delete on close test.Jeremy Allison2001-03-301-3/+3
* Fixed extern ref typo for file generic perms. 2am coding strikes again :-).Jeremy Allison2001-03-301-1/+1
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-305-155/+194
* Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read.Jeremy Allison2001-03-281-1/+1
* Fixed the problem Gerald reported. Unfortunately we need to go back toJeremy Allison2001-03-281-194/+110