summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-05-17groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison1-20/+28
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-0/+3
2001-05-15make the max_connections code less horrendously inefficientAndrew Tridgell1-23/+9
2001-05-14tdb_traverse returns number of records, not zero, on success.Jeremy Allison1-2/+14
2001-05-14Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison1-5/+83
2001-05-12statcache initialisation fixAndrew Tridgell1-5/+5
2001-05-12Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison1-5/+0
2001-05-10Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison1-2/+15
2001-05-10Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison1-29/+19
2001-05-08More compiler warning fixes.Tim Potter2-4/+4
2001-05-08Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison1-0/+10
2001-05-07Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison1-8/+28
2001-05-07Patch from Simo:Gerald Carter4-21/+21
2001-05-06Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison1-70/+77
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau4-64/+80
2001-05-04merge from 2.2 in password_ok() to ensure that we check theGerald Carter1-1/+1
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-0/+6
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-54/+42
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison3-37/+48
2001-04-28- fixed some compiler warningsAndrew Tridgell1-2/+2
2001-04-28- added test for vasprintfAndrew Tridgell1-12/+0
2001-04-28use asprintf for hideunreadable optionAndrew Tridgell1-14/+8
2001-04-28rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison1-1/+3
2001-04-27More debug %d -> %u issues.Jeremy Allison1-8/+3
2001-04-27Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2-6/+8
2001-04-27Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa...Jeremy Allison1-23/+41
2001-04-27Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receiv...Jeremy Allison1-2/+2
2001-04-25Sync with default perm changes in 2.2.Jeremy Allison1-27/+122
2001-04-23Fixed memory leak in new session code.Jeremy Allison1-0/+3
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2-4/+4
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison2-15/+22
2001-04-21Fixed compile bug when using --with-pam but not --with-utmp.Jeremy Allison1-0/+7
2001-04-18a missing string conversion.Jean-François Micouleau1-1/+1
2001-04-18new files for headAndrew Tridgell2-0/+750
2001-04-18merge from 2.2Andrew Tridgell4-788/+46
2001-04-18Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2-8/+17
2001-04-18Rememver to use VFS at all times... even in new user_can_read_file code :-).Jeremy Allison1-3/+3
2001-04-16hide unreadable patch from idraAndrew Tridgell1-0/+49
2001-04-16Finally got the semantics right (hurrah!).Jeremy Allison1-6/+14
2001-04-16Correct fix for open readonly with truncate.Jeremy Allison1-17/+18
2001-04-15Fixed potential bug in "become_guest" pointed out by elrond. Get_Pwnam()Jeremy Allison1-6/+13
2001-04-14This little piece of insanity is inspired by theJeremy Allison1-3/+18
2001-04-14configure:Jeremy Allison6-22/+116
2001-04-13Michael Davidson <md@sco.COM> pointed out that acl_get_qualifier can potentiallyJeremy Allison1-0/+2
2001-04-13Fixed potential file descriptor leak with MS-Access fix.Jeremy Allison1-1/+9
2001-04-13Added fix from "Eric Boehm" <boehm@nortelnetworks.com> to try and set hardJeremy Allison1-3/+3
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison4-8/+8
2001-04-13As Andrew suggested, make smbrun return a fd for a deleted file which can thenJeremy Allison4-9/+31
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-6/+5
2001-04-11Fix for core dump in security = share code with new share security db.Jeremy Allison1-22/+22