Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add local fallback for name lookup if no winbindd running... | Jeremy Allison | 2000-07-11 | 1 | -9/+20 | |
| | | | | Jeremy. | |||||
* | Moved winbind client functions from various odd locations to | Tim Potter | 2000-07-10 | 3 | -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 Potter | 2000-07-05 | 2 | -1/+412 | |
| | ||||||
* | Renamed generic_request() to winbindd_request() | Tim Potter | 2000-07-03 | 1 | -3/+3 | |
| | ||||||
* | Merge from TNG. | Tim Potter | 2000-06-30 | 2 | -191/+206 | |
| | ||||||
* | Fixes for IRIX kernel oplocks and systems that don't have nss.h | Jeremy Allison | 2000-06-20 | 1 | -0/+10 | |
| | | | | Jeremy. | |||||
* | Merge from TNG. | Tim Potter | 2000-06-14 | 2 | -55/+157 | |
| | ||||||
* | moved secrets handling into secrets.c | Andrew Tridgell | 2000-06-03 | 1 | -30/+5 | |
| | ||||||
* | While we're all making incompatible tdb changes, I changed the implementation | Tim Potter | 2000-05-12 | 2 | -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 well | Andrew Tridgell | 2000-05-12 | 5 | -8/+14 | |
| | ||||||
* | - changed smb_getpwnam() to use winbind style usernames | Andrew Tridgell | 2000-05-10 | 1 | -10/+10 | |
| | | | | - finished ntdom -> winbind rename in head | |||||
* | in head as well ... | Andrew Tridgell | 2000-05-10 | 4 | -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 security | Andrew Tridgell | 2000-05-10 | 1 | -4/+18 | |
| | ||||||
* | more merging voodoo | Andrew Tridgell | 2000-05-10 | 1 | -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 merging | Andrew Tridgell | 2000-05-10 | 1 | -1/+0 | |
| | | | | | it is now at the stage that winbindd can compile in the head branch, but not link | |||||
* | fixed some winbind cache bugs | Andrew Tridgell | 2000-05-09 | 1 | -16/+17 | |
| | ||||||
* | brought the winbindd code into head | Andrew Tridgell | 2000-05-09 | 14 | -0/+4802 | |
| | | | | this does not yet compile, but I'm working on that. | |||||
* | remove scope parameter here too | Andrew Tridgell | 2000-01-07 | 1 | -3/+3 | |
| | ||||||
* | added basic nsswitch support - this allows you to use a "wins" entry | Andrew Tridgell | 1999-12-17 | 2 | -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" |