summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-04-30Ensure correct password change script gets selected --with-pam.Jeremy Allison1-0/+4
Jeremy. (This used to be commit 6703f621ea798bd1877bd3baa523307ee288dccd)
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison6-288/+888
remove global static PAM variables, and to tidy up the PAM internals code. Now looks like the rest of Samba. Still needs testing. Jeremy. (This used to be commit 1648ac64a75de74d1a1575eb49cccc4f75488bfa)
2001-04-29make clean should remove PROGSAndrew Tridgell1-1/+1
(This used to be commit 783728fa8c6527e1dfc4434a587d5753886ad8ec)
2001-04-28Adding developer mode option.John Terpstra1-7/+18
(This used to be commit 6473085645cc0ecfcb982f6e40bfde606424dc7b)
2001-04-28fixed %u/%U exampleAndrew Tridgell1-1/+1
(This used to be commit 40e7834bb9c7440feba250832c3b85757ae4c9f9)
2001-04-28- fixed some compiler warningsAndrew Tridgell5-15/+18
- fixed slprintf and vsprintf macros (This used to be commit c986a3c51e8cdbc1230edbe0f4a91138c4ada29d)
2001-04-28don't need slprintf.c any moreAndrew Tridgell2-26/+2
(This used to be commit 025285e179924024f069a31a65b124bd45a249af)
2001-04-28- added test for vasprintfAndrew Tridgell14-178/+273
- cleaned up GNUC printf attribute macros - added enum handling in mkproto - removed non-vararg code - made slprintf and vslprintf just macros for snprintf and vsnprintf - don't need slprintf code any more (This used to be commit c7aeb2254dfc3cd0aa0b6c0bdd426f9323be0ddf)
2001-04-28use asprintf for hideunreadable optionAndrew Tridgell1-14/+8
(This used to be commit 338d5ca8addb3079e0ab4a68338596d6e3b17ddb)
2001-04-28added asprintf testAndrew Tridgell3-2/+5
(This used to be commit 8bda86c0bfd3693420e334a10d19bed61b131bae)
2001-04-28got asprintf defn rightAndrew Tridgell1-11/+12
(This used to be commit 531ab0917004cc1dbbdc4a2b6b8d41f354dd2da7)
2001-04-28few cleanups to bring in line with 2.2Gerald Carter9-10/+0
(This used to be commit 0feaac00a1847af41464d4ce35821ff851cded9c)
2001-04-28removing the references to rpc_client_proto.hGerald Carter1-21/+8
(This used to be commit e7ef88dfeef658928f1a2dd79f3d142417be2015)
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter13-663/+890
(This used to be commit 0a6ceed279cc8111008b21f75c6791efbd993f4b)
2001-04-28rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2-2/+4
smbd/sec_ctx.c: Fixed potential memory leak spotted by Kenichi Okuyama@Tokyo Research Lab, IBM-Japan, Co. utils/nmblookup.c: gcc warning on Solaris fix. Jeremy. (This used to be commit 1be60597cd62af2b30a1496d06ea5704e87d3b7d)
2001-04-27More gcc compile on solaris tidyups.Jeremy Allison2-5/+5
Jeremy. (This used to be commit 956201c4fb6e604407911b9709574f0c24dcb84f)
2001-04-27Mismatched format and args.Jeremy Allison1-1/+1
Jeremy. (This used to be commit d57feb2c85f973ad22098054b8d6d049869e2a69)
2001-04-27More debug %d -> %u issues.Jeremy Allison3-18/+13
Jeremy. (This used to be commit 6fcb600dcd23c61d1a7d2ce8c2b7b2eea2e58623)
2001-04-27More %d (uid_t) stuff...Jeremy Allison2-4/+4
Jeremy. (This used to be commit 73b425121a8c99af3ed7adbdcff3f6f0cec92ac7)
2001-04-27More acl -> the_acl, %d with uid_t issues.Jeremy Allison1-13/+13
Jeremy. (This used to be commit 30edd7fdf1d791d76351a7cc23a83f97386c3087)
2001-04-27Don't use variables called "acl" as it's the name of a function in Solaris.Jeremy Allison1-13/+13
Jeremy. (This used to be commit 277eb517e25eb3910057336b2bee18875dffe6cc)
2001-04-27Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2-6/+8
Jeremy. (This used to be commit a60ecb4e53a6c8a3a6a37a89042ae943202263fe)
2001-04-27Fixes for problems in NFS server code from Michael Gerdts ↵Jeremy Allison1-23/+41
<Michael.Gerdts@usa.alcatel.com>. Jeremy. (This used to be commit 2fd5e0bf141807d31f6f1a817d271548d0ccfadc)
2001-04-27Patch from Frédéric Blanc <el_blaf@yahoo.fr> to correctly uninstallJeremy Allison1-6/+6
codepages. Jeremy. (This used to be commit 231f1f44c314d5d614c9f2745a108839a26cfc0d)
2001-04-27Fix from matthew.hart@veritas.com - bad error return from ↵Jeremy Allison1-2/+2
linux_oplock_receive_message(). Jeremy. (This used to be commit b35ca2c6b13877bc6e09c7c4179d9529a7d3e0b3)
2001-04-27Added Herb's comment fix.Jeremy Allison1-1/+0
Jeremy. (This used to be commit f4f4aae675f55d3319aca8489621afc92aaf8de1)
2001-04-27fix a bug in printer name handling that jerry reported.Jean-François Micouleau1-3/+8
names can be \\server -> print server \\server\printer -> printer printer -> printer J.F. (This used to be commit ec576722b79e3c5384dd40c532d4233dd6b1b9a8)
2001-04-27C99 test for snprintfAndrew Tridgell1-0/+1
(This used to be commit fcd100eec51034cc4ea1e781e971b6dd65801b31)
2001-04-27added much better snprintf code, plus new function asprintfAndrew Tridgell1-734/+714
(This used to be commit 10327ad11f9a97bf536dc772c9577d8f6809c829)
2001-04-27added test for C99 compliant vsnprintfAndrew Tridgell3-214/+282
(This used to be commit 9ebd90904e512c49cc80c584ab3d5902340ddcae)
2001-04-27fixed typoAndrew Tridgell1-1/+1
(This used to be commit ed9d93c9c3c42b13b021e5e8f84f4d865cd28724)
2001-04-26Fixed REPLACE_GETPASS test.Jeremy Allison2-2/+2
Jeremy. (This used to be commit 3cfcaaca5ba54ada898680ac9943086316d262b4)
2001-04-26removed references to SMBRUNGerald Carter1-2/+0
(This used to be commit 822511eb3c8daa89e96b3fab7573555312415262)
2001-04-26removed SMBRUN referencesGerald Carter1-15/+1
(This used to be commit bab7bb2d4e3d1706315ff30cc406588b9dec59a1)
2001-04-25Sync with default perm changes in 2.2.Jeremy Allison1-27/+122
Jeremy. (This used to be commit f02e67a096b3bcf84615c4a6949c5e6283e07af0)
2001-04-25converted the passdb smbpasswd implementation to using tallocGerald Carter5-337/+329
for memory allocation. This fixes a long standing seg fault (i knew i would get around to it one day :) ) Tested with NT4 and Win2k. Needs a little more testing with the "create the machine account on the fly" code for NT4. Simo, this is probably going to break the tdb passdb code. Can you look at that when you get a chance and see what you think? (This used to be commit 1c13110873e456748dc09fd51749f664643fe888)
2001-04-25Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison3-712/+670
Jeremy. (This used to be commit c6f25e84d3e15319d263386c101727d787cf0679)
2001-04-25Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercaseJeremy Allison1-2/+12
domain name. Jeremy. (This used to be commit 5f005952f6d8c281cf91ac0855e83342a2fd7e45)
2001-04-25added solaris wrapper from tngAndrew Tridgell1-0/+279
(This used to be commit d854d01d1197300f637eb38c243f8b0b80cf24ba)
2001-04-25merge some of the nsswitch code from tng to headAndrew Tridgell5-269/+702
the libnss_winbind.so from head now works with the winbindd from tng (This used to be commit 67ccfd2826548a6ca22562f9fb3ae156a57bd7db)
2001-04-25merge from 2_2Andrew Tridgell1-3/+2
(This used to be commit b9137b613dc8cb45cbebfc6e57e20fde0517347a)
2001-04-25More paranioa fixes against nmbd lengths.Jeremy Allison1-7/+7
Jeremy. (This used to be commit 53f35a71c6fc46814eca914573506622d7db4e08)
2001-04-24Fix bad length in dgram.Jeremy Allison1-0/+7
Jeremy. (This used to be commit 8bd27845f0d8b19409ba79c028ce54732d7276e1)
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra3-713/+904
(This used to be commit 550cc5c182e88f742ac2052d80208da5f98e2543)
2001-04-24Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.John Terpstra14-0/+1668
Note: Still have to add build stuff - not ready yet. (This used to be commit 1de7022f98b64b15503aaf48c8d729789fc49781)
2001-04-24syncing up with 2.2Gerald Carter5-6/+568
(This used to be commit ff4cdb5a346bd864d169f18a10f318f13f1afcd8)
2001-04-24syncing up changes in 2.2Gerald Carter54-4352/+3979
(This used to be commit ffbbe67dbfde7f7ce4bb70becfc696c395dbf6b2)
2001-04-24fix typoHerb Lewis1-1/+1
(This used to be commit ed2dfae0e503367671c54ad8f1f49ac3af0b1c6a)
2001-04-24Patch for nmbd core dump in printing debug packets. No length check.Jeremy Allison1-3/+5
Jeremy. (This used to be commit eacb96396d57d6b622b750d64b3686e6fbeaf68c)
2001-04-24don't allow both add and delete user to be set at the same timeHerb Lewis1-1/+4
(This used to be commit 9db84de46a3823878c2a9356ac4ae4fd179d5847)