summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2001-05-01Fixup smbcacls. Don't return memory already freed, don't free memory allocatedJeremy Allison3-23/+5
2001-05-01Runtime check for broken PAM systems with no appdata_ptr support. ThisJeremy Allison2-4/+44
2001-05-01Stop coredump on pam password change with pam_pwdb.so module on error.Jeremy Allison2-2/+10
2001-05-01Added Andrew Bartlett's fixes to my changes to his original patch (at theJeremy Allison4-6/+6
2001-05-01added more complete C99 snprintf testAndrew Tridgell2-218/+228
2001-05-01fixed some uninitialised variablesAndrew Tridgell2-6/+6
2001-05-01fixed comment-in-commentAndrew Tridgell1-1/+1
2001-05-01Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_...Jeremy Allison2-0/+10
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison6-21/+477
2001-04-30Fixing consts in pam code.Jeremy Allison2-4/+4
2001-04-30Fixed password entry caching bug pointed out by Elrond.Jeremy Allison1-14/+25
2001-04-30Ensure correct password change script gets selected --with-pam.Jeremy Allison1-0/+4
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison6-288/+888
2001-04-29make clean should remove PROGSAndrew Tridgell1-1/+1
2001-04-28Adding developer mode option.John Terpstra1-7/+18
2001-04-28fixed %u/%U exampleAndrew Tridgell1-1/+1
2001-04-28- fixed some compiler warningsAndrew Tridgell5-15/+18
2001-04-28don't need slprintf.c any moreAndrew Tridgell2-26/+2
2001-04-28- added test for vasprintfAndrew Tridgell14-178/+273
2001-04-28use asprintf for hideunreadable optionAndrew Tridgell1-14/+8
2001-04-28added asprintf testAndrew Tridgell3-2/+5
2001-04-28got asprintf defn rightAndrew Tridgell1-11/+12
2001-04-28few cleanups to bring in line with 2.2Gerald Carter9-10/+0
2001-04-28removing the references to rpc_client_proto.hGerald Carter1-21/+8
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter13-663/+890
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