Andrew Tridgell
e51cc47cec
fixed comment-in-comment
...
(This used to be commit 4c456c8264
)
2001-05-01 04:02:15 +00:00
Jeremy Allison
a290cd597d
Allow pam code to compile on Solaris (which doesn't have PAM_AUTHTOK_RECOVER_ERR).
...
Jeremy.
(This used to be commit 6b2dd14205
)
2001-05-01 01:26:15 +00:00
Jeremy Allison
8bd2a11c86
Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous
...
Nigel Williams who did NIS/GINA !) to implement add/modify/delete shares
for Win2k. Needs testing as I made a few mods to the original code.
Jeremy.
(This used to be commit 9b3dd80176
)
2001-05-01 01:01:19 +00:00
Jeremy Allison
0901dd473a
Fixing consts in pam code.
...
Jeremy.
(This used to be commit c4d3df4f14
)
2001-04-30 23:14:44 +00:00
Jeremy Allison
75da59c8ad
Fixed password entry caching bug pointed out by Elrond.
...
Jeremy.
(This used to be commit dc31b47ded
)
2001-04-30 22:56:52 +00:00
Jeremy Allison
e3ca9f33bb
Ensure correct password change script gets selected --with-pam.
...
Jeremy.
(This used to be commit 6703f621ea
)
2001-04-30 22:12:38 +00:00
Jeremy Allison
c3a999409d
Based on an original PAM patch by Andrew Bartlett, re-written by me to
...
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 1648ac64a7
)
2001-04-30 21:05:58 +00:00
Andrew Tridgell
07a229ec55
make clean should remove PROGS
...
(This used to be commit 783728fa8c
)
2001-04-29 04:54:56 +00:00
John Terpstra
b7b452625c
Adding developer mode option.
...
(This used to be commit 6473085645
)
2001-04-28 21:34:43 +00:00
Andrew Tridgell
668e1b5526
fixed %u/%U example
...
(This used to be commit 40e7834bb9
)
2001-04-28 14:11:09 +00:00
Andrew Tridgell
63602d15af
- fixed some compiler warnings
...
- fixed slprintf and vsprintf macros
(This used to be commit c986a3c51e
)
2001-04-28 14:01:02 +00:00
Andrew Tridgell
3c71214d47
don't need slprintf.c any more
...
(This used to be commit 025285e179
)
2001-04-28 13:52:50 +00:00
Andrew Tridgell
d095b5249c
- added test for vasprintf
...
- 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 c7aeb2254d
)
2001-04-28 13:49:34 +00:00
Andrew Tridgell
944aeb7de4
use asprintf for hideunreadable option
...
(This used to be commit 338d5ca8ad
)
2001-04-28 12:43:15 +00:00
Andrew Tridgell
fd5c6d72d3
added asprintf test
...
(This used to be commit 8bda86c0bf
)
2001-04-28 12:35:00 +00:00
Andrew Tridgell
5671e632f8
got asprintf defn right
...
(This used to be commit 531ab09170
)
2001-04-28 12:27:37 +00:00
Gerald Carter
3a44e2364b
few cleanups to bring in line with 2.2
...
(This used to be commit 0feaac00a1
)
2001-04-28 01:07:27 +00:00
Gerald Carter
a8e0600654
removing the references to rpc_client_proto.h
...
(This used to be commit e7ef88dfee
)
2001-04-28 00:35:05 +00:00
Gerald Carter
e40449fa72
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
...
(This used to be commit 0a6ceed279
)
2001-04-28 00:32:56 +00:00
Jeremy Allison
b238f4a2ff
rpcclient/rpcclient.c: Non-void return in void function.
...
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 1be60597cd
)
2001-04-28 00:05:11 +00:00
Jeremy Allison
8f11c24b74
More gcc compile on solaris tidyups.
...
Jeremy.
(This used to be commit 956201c4fb
)
2001-04-27 22:42:10 +00:00
Jeremy Allison
7d72ec3eda
Mismatched format and args.
...
Jeremy.
(This used to be commit d57feb2c85
)
2001-04-27 22:19:25 +00:00
Jeremy Allison
c11887e325
More debug %d -> %u issues.
...
Jeremy.
(This used to be commit 6fcb600dcd
)
2001-04-27 22:17:10 +00:00
Jeremy Allison
5345d9eb57
More %d (uid_t) stuff...
...
Jeremy.
(This used to be commit 73b425121a
)
2001-04-27 22:02:23 +00:00
Jeremy Allison
9b78339875
More acl -> the_acl, %d with uid_t issues.
...
Jeremy.
(This used to be commit 30edd7fdf1
)
2001-04-27 21:49:22 +00:00
Jeremy Allison
c08fc869ce
Don't use variables called "acl" as it's the name of a function in Solaris.
...
Jeremy.
(This used to be commit 277eb517e2
)
2001-04-27 21:20:20 +00:00
Jeremy Allison
38959a2105
Tidy up args to DEBUG Statements - found by gcc on Solaris.
...
Jeremy.
(This used to be commit a60ecb4e53
)
2001-04-27 21:14:18 +00:00
Jeremy Allison
8f88c7cf4e
Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa.alcatel.com>.
...
Jeremy.
(This used to be commit 2fd5e0bf14
)
2001-04-27 19:56:15 +00:00
Jeremy Allison
7c7770a366
Patch from Frdric Blanc <el_blaf@yahoo.fr> to correctly uninstall
...
codepages.
Jeremy.
(This used to be commit 231f1f44c3
)
2001-04-27 19:03:29 +00:00
Jeremy Allison
77429f8717
Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receive_message().
...
Jeremy.
(This used to be commit b35ca2c6b1
)
2001-04-27 18:03:12 +00:00
Jeremy Allison
b8a2c65a18
Added Herb's comment fix.
...
Jeremy.
(This used to be commit f4f4aae675
)
2001-04-27 17:32:46 +00:00
Jean-François Micouleau
30c0777c1f
fix a bug in printer name handling that jerry reported.
...
names can be \\server -> print server
\\server\printer -> printer
printer -> printer
J.F.
(This used to be commit ec576722b7
)
2001-04-27 17:08:33 +00:00
Andrew Tridgell
9872e1320c
C99 test for snprintf
...
(This used to be commit fcd100eec5
)
2001-04-27 13:09:55 +00:00
Andrew Tridgell
975f67c55a
added much better snprintf code, plus new function asprintf
...
(This used to be commit 10327ad11f
)
2001-04-27 02:45:08 +00:00
Andrew Tridgell
dfc07f6174
added test for C99 compliant vsnprintf
...
(This used to be commit 9ebd90904e
)
2001-04-27 02:35:42 +00:00
Andrew Tridgell
9d32e3a528
fixed typo
...
(This used to be commit ed9d93c9c3
)
2001-04-27 02:11:47 +00:00
Jeremy Allison
9f60d55b02
Fixed REPLACE_GETPASS test.
...
Jeremy.
(This used to be commit 3cfcaaca5b
)
2001-04-26 18:36:38 +00:00
Gerald Carter
f0d22b5413
removed references to SMBRUN
...
(This used to be commit 822511eb3c
)
2001-04-26 13:25:46 +00:00
Gerald Carter
98489e9490
removed SMBRUN references
...
(This used to be commit bab7bb2d4e
)
2001-04-26 02:24:45 +00:00
Jeremy Allison
95559fe994
Sync with default perm changes in 2.2.
...
Jeremy.
(This used to be commit f02e67a096
)
2001-04-25 23:25:58 +00:00
Gerald Carter
c3bf153c0c
converted the passdb smbpasswd implementation to using talloc
...
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 1c13110873
)
2001-04-25 22:12:13 +00:00
Jeremy Allison
ce4d3cd4fa
Re-ran autoheader; autoconf to fix pam_smb build.
...
Jeremy.
(This used to be commit c6f25e84d3
)
2001-04-25 19:03:57 +00:00
Jeremy Allison
38df1d94be
Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase
...
domain name.
Jeremy.
(This used to be commit 5f005952f6
)
2001-04-25 18:39:31 +00:00
Andrew Tridgell
5472466bef
added solaris wrapper from tng
...
(This used to be commit d854d01d11
)
2001-04-25 06:45:27 +00:00
Andrew Tridgell
5f9dca64da
merge some of the nsswitch code from tng to head
...
the libnss_winbind.so from head now works with
the winbindd from tng
(This used to be commit 67ccfd2826
)
2001-04-25 05:47:50 +00:00
Andrew Tridgell
77076b01d2
merge from 2_2
...
(This used to be commit b9137b613d
)
2001-04-25 01:52:54 +00:00
Jeremy Allison
30c02f9871
More paranioa fixes against nmbd lengths.
...
Jeremy.
(This used to be commit 53f35a71c6
)
2001-04-25 01:07:33 +00:00
Jeremy Allison
a7e07d149d
Fix bad length in dgram.
...
Jeremy.
(This used to be commit 8bd27845f0
)
2001-04-24 23:51:57 +00:00
John Terpstra
c5eca67b0a
Added Steve Langasek <vorlon@netexpress.net> pam_smbpass support
...
(This used to be commit 550cc5c182
)
2001-04-24 21:13:48 +00:00
John Terpstra
2321514e93
Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.
...
Note: Still have to add build stuff - not ready yet.
(This used to be commit 1de7022f98
)
2001-04-24 20:00:12 +00:00