1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
Gerald Carter
1b55965f12 fix getpass replacement check (i thought I fixed this a few days
ago....)
0001-01-01 00:00:00 +00:00
Andrew Bartlett
442eb39657 Winbind client-side cleanups.
The global winbind file descriptor can cause havoc in some situations -
particulary when it becomes 0, 1 or 2.  This patch (based on some very nice
work by Hannes Schmidt <mail@schmidt-net.via.t-online.de>) starts to recitfy
the problem by ensuring that the close-on-exec flag is set, and that we move
above 3 in the file descriptor table.

I've also decided that the PAM module can close it's pipe handle on every
request - this isn't performance-critical code.

The next step is to do the same for nss_winbind.  (But things like getent()
might get in our way there).

This also cleans up some function prototypes, puts them in just one place.

Andrew Bartlett
0001-01-01 00:00:00 +00:00
Jelmer Vernooij
addf29e676 Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible 0001-01-01 00:00:00 +00:00
Gerald Carter
833fea4710 merge freom SAMBA_2_2 0001-01-01 00:00:00 +00:00
Tim Potter
6a58c9bd06 Removed version number from file header.
Changed "SMB/Netbios" to "SMB/CIFS" in file header.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c04c67fec8 more warning fixes on solaris 0001-01-01 00:00:00 +00:00
Andrew Tridgell
66698d6b84 fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STATUS and WINBINDD error codes mixed up 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7b3d030e1f a better test for unix domain sockets 0001-01-01 00:00:00 +00:00
Tim Potter
6bd1ba9a04 Fixed typo in #ifndef at head of file. 0001-01-01 00:00:00 +00:00
Tim Potter
d761a7deb3 Added S_ISSOCK macros for systems which treat UNIX domain sockets as FIFOs
(SCO).
0001-01-01 00:00:00 +00:00
Tim Potter
59f95416b6 Preliminary merge of winbind into HEAD. Note that this compiles and links
but I haven't actually run it yet so it probably doesn't work.  (-:
0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
Jeremy Allison
fc76681812 Merge of Andrew's changes in 2.2.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
6808ec0d47 Fix for broken RelientUNIX.
Jeremy.
0001-01-01 00:00:00 +00:00
Jeremy Allison
711f15ac23 Fixes for IRIX kernel oplocks and systems that don't have nss.h
Jeremy.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
3fb862531a brought the winbindd code into head
this does not yet compile, but I'm working on that.
0001-01-01 00:00:00 +00:00