summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-04-28rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2-2/+4
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison2-5/+5
2001-04-27Mismatched format and args.Jeremy Allison1-1/+1
2001-04-27More debug %d -> %u issues.Jeremy Allison3-18/+13
2001-04-27More %d (uid_t) stuff...Jeremy Allison2-4/+4
2001-04-27More acl -> the_acl, %d with uid_t issues.Jeremy Allison1-13/+13
2001-04-27Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison1-13/+13
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-27Patch from Frédéric Blanc <el_blaf@yahoo.fr> to correctly uninstallJeremy Allison1-6/+6
2001-04-27Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receiv...Jeremy Allison1-2/+2
2001-04-27Added Herb's comment fix.Jeremy Allison1-1/+0
2001-04-27fix a bug in printer name handling that jerry reported.Jean-François Micouleau1-3/+8
2001-04-27C99 test for snprintfAndrew Tridgell1-0/+1
2001-04-27added much better snprintf code, plus new function asprintfAndrew Tridgell1-734/+714
2001-04-27added test for C99 compliant vsnprintfAndrew Tridgell3-214/+282
2001-04-27fixed typoAndrew Tridgell1-1/+1
2001-04-26Fixed REPLACE_GETPASS test.Jeremy Allison2-2/+2
2001-04-26removed references to SMBRUNGerald Carter1-2/+0
2001-04-26removed SMBRUN referencesGerald Carter1-15/+1
2001-04-25Sync with default perm changes in 2.2.Jeremy Allison1-27/+122
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter5-337/+329
2001-04-25Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison3-712/+670
2001-04-25Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison1-2/+12
2001-04-25added solaris wrapper from tngAndrew Tridgell1-0/+279
2001-04-25merge some of the nsswitch code from tng to headAndrew Tridgell5-269/+702
2001-04-25merge from 2_2Andrew Tridgell1-3/+2
2001-04-25More paranioa fixes against nmbd lengths.Jeremy Allison1-7/+7
2001-04-24Fix bad length in dgram.Jeremy Allison1-0/+7
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra3-713/+904
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra14-0/+1668
2001-04-24fix typoHerb Lewis1-1/+1
2001-04-24Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison1-3/+5
2001-04-24don't allow both add and delete user to be set at the same timeHerb Lewis1-1/+4
2001-04-24set "vfs object" and "vfs options" to be setable by SWAT on advanced pageHerb Lewis1-4/+4
2001-04-24updating changes with 2.2 (comment lines in ./configure --help)Gerald Carter2-2/+2
2001-04-23row of asteriks that indicates new entry must start at beginning of line.Herb Lewis1-1/+1
2001-04-23Fix "proc num out of range" error. Missing rpc call.Jeremy Allison5-14/+164
2001-04-23Fixed memory leak in new session code.Jeremy Allison1-0/+3
2001-04-23Added "obey pam restrictions" parameter - default to "off".Jeremy Allison4-0/+39
2001-04-23Fix more free twice bugs.Jeremy Allison2-4/+10
2001-04-23Fix for bug in code for pam_session failure - pam_end called twice.Jeremy Allison2-24/+10
2001-04-23Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison8-159/+266
2001-04-22Commit of a modified version of Andrew Bartlett's patch that removes theJeremy Allison7-214/+225
2001-04-22Finally got name & SID returns correct.Jeremy Allison1-1/+4
2001-04-22a couple of minor merges from 2_2Andrew Tridgell3-3/+8
2001-04-22merging from 2.2 to headAndrew Tridgell6-68/+215
2001-04-21JF pointed out we were returning the wrong info for Domain member with infoJeremy Allison1-17/+9
2001-04-21Fix proto's in old code.Jeremy Allison1-21/+9
2001-04-21Fixed compile bug when using --with-pam but not --with-utmp.Jeremy Allison1-0/+7