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