Jeremy Allison
c4d3df4f14
Fixing consts in pam code.
...
Jeremy.
-
Jeremy Allison
dc31b47ded
Fixed password entry caching bug pointed out by Elrond.
...
Jeremy.
-
Jeremy Allison
6703f621ea
Ensure correct password change script gets selected --with-pam.
...
Jeremy.
-
Jeremy Allison
1648ac64a7
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.
-
Andrew Tridgell
783728fa8c
make clean should remove PROGS
-
John Terpstra
6473085645
Adding developer mode option.
-
Andrew Tridgell
40e7834bb9
fixed %u/%U example
-
Andrew Tridgell
c986a3c51e
- fixed some compiler warnings
...
- fixed slprintf and vsprintf macros
-
Andrew Tridgell
025285e179
don't need slprintf.c any more
-
Andrew Tridgell
c7aeb2254d
- 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
-
Andrew Tridgell
338d5ca8ad
use asprintf for hideunreadable option
-
Andrew Tridgell
8bda86c0bf
added asprintf test
-
Andrew Tridgell
531ab09170
got asprintf defn right
-
Gerald Carter
0feaac00a1
few cleanups to bring in line with 2.2
-
Gerald Carter
e7ef88dfee
removing the references to rpc_client_proto.h
-
Gerald Carter
0a6ceed279
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
-
Jeremy Allison
1be60597cd
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.
-
Jeremy Allison
956201c4fb
More gcc compile on solaris tidyups.
...
Jeremy.
-
Jeremy Allison
d57feb2c85
Mismatched format and args.
...
Jeremy.
-
Jeremy Allison
6fcb600dcd
More debug %d -> %u issues.
...
Jeremy.
-
Jeremy Allison
73b425121a
More %d (uid_t) stuff...
...
Jeremy.
-
Jeremy Allison
30edd7fdf1
More acl -> the_acl, %d with uid_t issues.
...
Jeremy.
-
Jeremy Allison
277eb517e2
Don't use variables called "acl" as it's the name of a function in Solaris.
...
Jeremy.
-
Jeremy Allison
a60ecb4e53
Tidy up args to DEBUG Statements - found by gcc on Solaris.
...
Jeremy.
-
Jeremy Allison
2fd5e0bf14
Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa.alcatel.com>.
...
Jeremy.
-
Jeremy Allison
231f1f44c3
Patch from Frdric Blanc <el_blaf@yahoo.fr> to correctly uninstall
...
codepages.
Jeremy.
-
Jeremy Allison
b35ca2c6b1
Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receive_message().
...
Jeremy.
-
Jeremy Allison
f4f4aae675
Added Herb's comment fix.
...
Jeremy.
-
Jean-François Micouleau
ec576722b7
fix a bug in printer name handling that jerry reported.
...
names can be \\server -> print server
\\server\printer -> printer
printer -> printer
J.F.
-
Andrew Tridgell
fcd100eec5
C99 test for snprintf
-
Andrew Tridgell
10327ad11f
added much better snprintf code, plus new function asprintf
-
Andrew Tridgell
9ebd90904e
added test for C99 compliant vsnprintf
-
Andrew Tridgell
ed9d93c9c3
fixed typo
-
Jeremy Allison
3cfcaaca5b
Fixed REPLACE_GETPASS test.
...
Jeremy.
-
Gerald Carter
822511eb3c
removed references to SMBRUN
-
Gerald Carter
bab7bb2d4e
removed SMBRUN references
-
Jeremy Allison
f02e67a096
Sync with default perm changes in 2.2.
...
Jeremy.
-
Gerald Carter
1c13110873
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?
-
Jeremy Allison
c6f25e84d3
Re-ran autoheader; autoconf to fix pam_smb build.
...
Jeremy.
-
Jeremy Allison
5f005952f6
Fixed %U and %D substitutions. %U is lowercase user name, %D is uppercase
...
domain name.
Jeremy.
-
Andrew Tridgell
d854d01d11
added solaris wrapper from tng
-
Andrew Tridgell
67ccfd2826
merge some of the nsswitch code from tng to head
...
the libnss_winbind.so from head now works with
the winbindd from tng
-
Andrew Tridgell
b9137b613d
merge from 2_2
-
Jeremy Allison
53f35a71c6
More paranioa fixes against nmbd lengths.
...
Jeremy.
-
Jeremy Allison
8bd27845f0
Fix bad length in dgram.
...
Jeremy.
-
John Terpstra
550cc5c182
Added Steve Langasek <vorlon@netexpress.net> pam_smbpass support
-
John Terpstra
1de7022f98
Added Steve Langasek <vorlon@netexpress.net> pam_smbpass PAM module code.
...
Note: Still have to add build stuff - not ready yet.
-
Gerald Carter
ff4cdb5a34
syncing up with 2.2
-
Gerald Carter
ffbbe67dbf
syncing up changes in 2.2
-
Herb Lewis
ed2dfae0e5
fix typo
-