1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00

12 Commits

Author SHA1 Message Date
Andrew Tridgell
727a6cf2cb r23800: LGPL is now called GNU Lesser General Public License
not GNU Library General Public License
2007-10-10 12:28:26 -05:00
Andrew Tridgell
f3df6cd87e r23794: convert more code from LGPLv2+ to LGPLv3+ 2007-10-10 12:28:25 -05:00
Volker Lendecke
d1b8f00c12 r21941: Attempt to fix bug 4460 2007-10-10 12:18:51 -05:00
Gerald Carter
c7df0cad82 r21940: Sorry Volker, I have to revert your revert in r21935.
We can talk about this later if you still feel that strongly
but I need to fix the build for now.
2007-10-10 12:18:50 -05:00
Volker Lendecke
08c29abc03 r21935: Revert obviously not sufficiently tested code -- sorry for the pain. I am afraid I was basically off the net for the day 2007-10-10 12:18:50 -05:00
Volker Lendecke
e5741e27c4 r21878: Fix a bug with smbd serving a windows terminal server: If winbind decides smbd
to be idle it might happen that smbd needs to do a winbind operation (for
example sid2name) as non-root. This then fails to get the privileged
pipe. When later on on the same connection another authentication request
comes in, we try to do the CRAP auth via the non-privileged pipe.

This adds a winbindd_priv_request_response() request that kills the existing
winbind pipe connection if it's not privileged.

Volker
2007-10-10 12:18:42 -05:00
James Peach
d348d796c1 r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncation
of long group lists.
2007-10-10 11:16:43 -05:00
James Peach
853ebd6e84 r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don't
convert the default timeout to milliseconds twice.
2007-10-10 11:16:24 -05:00
Gerald Carter
a95d11345e r15053: fix portabilities issues between 32-bit winbind clients and a 64-bit winbindd server 2007-10-10 11:16:00 -05:00
James Peach
bb579141d8 r9301: Allow user-defined list and lookup timeouts on IRIX. Bugzilla bug #2284. 2007-10-10 11:00:32 -05:00
Gerald Carter
8f78ee6aba r6643: fix some build issues on IRIX;l patch from james peach 2007-10-10 10:56:49 -05:00
Tim Potter
93ea047a16 Cleanup of winbind client side code.
Mostly this consists of untangling the existing code and moving it in
to operating system specific files.  The winbind client code for all
supported operating systems is now in nsswitch/winbind_nss_OSNAME.[ch]
to make things a bit clearer.
-