1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

5306 Commits

Author SHA1 Message Date
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 -
Jeremy Allison
eacb96396d Patch for nmbd core dump in printing debug packets. No length check.
Jeremy.
-
Herb Lewis
9db84de46a don't allow both add and delete user to be set at the same time -
Herb Lewis
93034985e0 set "vfs object" and "vfs options" to be setable by SWAT on advanced page
change "host msdfs" to be strictly a global parameter on advanced page
change "printer admin" to be on printers page not share page (caught by
Ingo Kilian <ikilian@web.de> )
-
Gerald Carter
cf9e34c79b updating changes with 2.2 (comment lines in ./configure --help) -
Gerald Carter
9f8cb4906f added Mandrake support from 2.2 -
Herb Lewis
df4a31580c row of asteriks that indicates new entry must start at beginning of line. -
Jeremy Allison
6248fb2292 Fix "proc num out of range" error. Missing rpc call.
Jeremy.
-
Jeremy Allison
43b69e5d6e Fixed memory leak in new session code.
Jeremy.
-
Jeremy Allison
59aa99f390 Added "obey pam restrictions" parameter - default to "off".
Only set this to "on" if you know you have your PAM set up correctly.....
NB. Doesn't apply to plaintext password authentication, which must use
pam when compiled in.
Jeremy.
-
Jeremy Allison
4db22afeed Fix more free twice bugs.
Jeremy.
-