1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-09 20:23:51 +03:00
Commit Graph

17 Commits

Author SHA1 Message Date
Stefan Metzmacher
eee5327dc2 r25181: sync winbind client code with samba3
NOTE: wbinfo.c isn't fully merged here

metze
2007-10-10 15:06:46 -05:00
Jelmer Vernooij
69de86d2d2 r25047: Fix more warnings. 2007-10-10 15:05:49 -05:00
Michael Adam
37363307c6 r24629: Make read_sock return the total number of bytes read instead
of the number of bytes read in the last of possibly several
read calls.

This was noted by Metze.

Michael
2007-10-10 15:02:26 -05:00
Andrew Bartlett
eccc2d11da r24285: A number of machines on the build farm fail because while they use
SOCKET_WRAPPER, they don't compile with --enable-developer.  As such
the winbind tests fail.

We need to ensure that on production systems we never have
SOCKET_WRAPPER set, or this could be a security issue.

Andrew Bartlett
2007-10-10 15:01:36 -05:00
Kai Blin
f45ae8a878 r23876: Prepare to run nsstest from make test, just not add it to tests_all.sh yet. 2007-10-10 15:01:06 -05:00
Andrew Tridgell
01e3fe7533 r23800: LGPL is now called GNU Lesser General Public License
not GNU Library General Public License
2007-10-10 14:59:17 -05:00
Andrew Tridgell
9d37f1ec07 r23794: convert more code from LGPLv2+ to LGPLv3+ 2007-10-10 14:59:13 -05:00
Kai Blin
553b7e146f r23311: Updating the samba4 winbind protocol to version 18.
nsswitch/winbindd_nss.h is just copied from SAMBA_3_0.
nsswitch/winbind_nss_config.h is copied from SAMBA_3_0, too, but I had to
drop some of the defines to make things build again.

Kai
2007-10-10 14:53:10 -05:00
Andrew Tridgell
03c9f9dc36 r18218: setenv() is guaranteed by libreplace
also, putenv() cannot take a const char *
2007-10-10 14:17:51 -05:00
Stefan Metzmacher
6968136621 r17794: ifdef out unused macros
metze
2007-10-10 14:16:44 -05:00
Volker Lendecke
317edeb546 r10934: Fix a gcc 4 warning 2007-10-10 13:39:43 -05:00
Volker Lendecke
3dc7e67dc5 r10390: Remove fstring, pstring and uint32_t from winbindd_nss.h.
Volker
2007-10-10 13:38:39 -05:00
Andrew Tridgell
9db6c79e90 r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
less likely that anyone will use pstring for new code

 - got rid of winbind_client.h from includes.h. This one triggered a
   huge change, as winbind_client.h was including system/filesys.h and
   defining the old uint32 and uint16 types, as well as its own
   pstring and fstring.
2007-10-10 13:09:38 -05:00
Andrew Tridgell
5921587ec2 r3323: more warning reductions 2007-10-10 13:04:55 -05:00
Andrew Bartlett
5925b94a59 r3170: Add winbind client support back into Samba4. This is to allow
auth_winbind to work, and to therefore use the new ntlm_auth and
GENSEC in an otherwise Samba3 setup.

I'm not quite sure what fun-and games my svn cp caused as I merged
this from samba_3_0, but anyway...

Andrew Bartlett
2007-10-10 13:04:31 -05:00
Stefan Metzmacher
972598d511 r853: remove a real big bunch of unused code
I really think that this is needed to get a better overview of what is currently used
Also this stuff is really out of date

so if we really ever need some of this stuff back,
a 'svn copy' from the SAMBA_3_0 branch should be no big problem...

metze
2007-10-10 12:56:12 -05:00
Andrew Tridgell
b0510b5428 first public release of samba4 code -