summaryrefslogtreecommitdiff
path: root/source4/nsswitch/wb_common.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25181: sync winbind client code with samba3Stefan Metzmacher1-82/+160
NOTE: wbinfo.c isn't fully merged here metze (This used to be commit eee5327dc2f79c052c2db0ca89f23cc9d2ce355d)
2007-10-10r25047: Fix more warnings.Jelmer Vernooij1-2/+2
(This used to be commit 69de86d2d2e49439760fbc61901eb87fb7fc5d55)
2007-10-10r24629: Make read_sock return the total number of bytes read insteadMichael Adam1-3/+3
of the number of bytes read in the last of possibly several read calls. This was noted by Metze. Michael (This used to be commit 37363307c6cbe28f1ca7135ca501d8c0dcd4c6d7)
2007-10-10r24285: A number of machines on the build farm fail because while they useAndrew Bartlett1-1/+1
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 (This used to be commit eccc2d11da86661cb2086a6f5ce970571d744ec9)
2007-10-10r23876: Prepare to run nsstest from make test, just not add it to ↵Kai Blin1-1/+16
tests_all.sh yet. (This used to be commit f45ae8a878c3d34ea2e4e1c7770e57cd96fa845b)
2007-10-10r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell1-2/+2
not GNU Library General Public License (This used to be commit 01e3fe7533b5670236c026ec3c6cc1e25655fbc3)
2007-10-10r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell1-5/+3
(This used to be commit 9d37f1ec070ddcfd49dfe351e76cc08fa0d9b41c)
2007-10-10r23311: Updating the samba4 winbind protocol to version 18.Kai Blin1-6/+6
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 (This used to be commit 553b7e146f52975b45941ba850140e312a280513)
2007-10-10r18218: setenv() is guaranteed by libreplaceAndrew Tridgell1-13/+0
also, putenv() cannot take a const char * (This used to be commit 03c9f9dc3668d43983e0e6d7b87d9d3bbf8869f0)
2007-10-10r17794: ifdef out unused macrosStefan Metzmacher1-0/+2
metze (This used to be commit 6968136621dc75532a19c910bf559aa37b7e41bd)
2007-10-10r10934: Fix a gcc 4 warningVolker Lendecke1-1/+2
(This used to be commit 317edeb546ef03507812e5a0fa1fb331073f55c1)
2007-10-10r10390: Remove fstring, pstring and uint32_t from winbindd_nss.h.Volker Lendecke1-3/+5
Volker (This used to be commit 3dc7e67dc5e5844523e9768081123c622e61c7e9)
2007-10-10r5298: - got rid of pstring.h from includes.h. This at least makes it a bitAndrew Tridgell1-0/+1
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. (This used to be commit 9db6c79e902ec538108d6b7d3324039aabe1704f)
2007-10-10r3323: more warning reductionsAndrew Tridgell1-4/+12
(This used to be commit 5921587ec26e4892efc678421277e4969417d7f5)
2007-10-10r3170: Add winbind client support back into Samba4. This is to allowAndrew Bartlett1-0/+612
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 (This used to be commit 5925b94a59da406d7e6b8cc695c99ba112fdfcd6)
2007-10-10r853: remove a real big bunch of unused codeStefan Metzmacher1-433/+0
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 (This used to be commit 972598d511c64f29bdc849fe58c9c82fbcf6a4a2)
2003-08-13first public release of samba4 codeAndrew Tridgell1-0/+433
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)