summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
Commit message (Collapse)AuthorAgeFilesLines
...
* Add local fallback for name lookup if no winbindd running...Jeremy Allison2000-07-111-9/+20
| | | | Jeremy.
* Moved winbind client functions from various odd locations toTim Potter2000-07-103-9/+224
| | | | | | nsswitch/wb_client.c Merge of nsswitch/common.c rename to nsswitch/wb_common.c from TNG.
* Merge of wbinfo program from TNG.Tim Potter2000-07-052-1/+412
|
* Renamed generic_request() to winbindd_request()Tim Potter2000-07-031-3/+3
|
* Merge from TNG.Tim Potter2000-06-302-191/+206
|
* Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison2000-06-201-0/+10
| | | | Jeremy.
* Merge from TNG.Tim Potter2000-06-142-55/+157
|
* moved secrets handling into secrets.cAndrew Tridgell2000-06-031-30/+5
|
* While we're all making incompatible tdb changes, I changed the implementationTim Potter2000-05-122-4/+5
| | | | | | | | | of tdb_{store,get}_int() to store the length of the string key + 1 so the stored key contains the trailing NULL character. This allows normal string library routines to manipulate keys. Also renamed tdb_get_int() to tdb_fetch_int() to keep the set of verbs consistent.
* use "winbind separator" in tng as wellAndrew Tridgell2000-05-125-8/+14
|
* - changed smb_getpwnam() to use winbind style usernamesAndrew Tridgell2000-05-101-10/+10
| | | | - finished ntdom -> winbind rename in head
* in head as well ...Andrew Tridgell2000-05-104-7/+7
| | | | | renamed ntdom to winbind I think that using winbind in /etc/nsswitch.conf is better than ntdom
* treat a blank "password server =" line as a "*" if in domain securityAndrew Tridgell2000-05-101-4/+18
|
* more merging voodooAndrew Tridgell2000-05-101-0/+7
| | | | | | this adds "#define OLD_NTDOMAIN 1" in lots of places. Don't panic - this isn't permanent, it should go after another few merge steps have been done
* more mergingAndrew Tridgell2000-05-101-1/+0
| | | | | it is now at the stage that winbindd can compile in the head branch, but not link
* fixed some winbind cache bugsAndrew Tridgell2000-05-091-16/+17
|
* brought the winbindd code into headAndrew Tridgell2000-05-0914-0/+4802
| | | | this does not yet compile, but I'm working on that.
* remove scope parameter here tooAndrew Tridgell2000-01-071-3/+3
|
* added basic nsswitch support - this allows you to use a "wins" entryAndrew Tridgell1999-12-172-0/+142
in a /etc/nsswitch.conf hosts line. Only tested on RH6.1, but should work on a broad range of Linux distributions. It could probably be made to work with Solaris pretty easily. It does not build by default. Build it with "make nsswitch"