Age | Commit message (Expand) | Author | Files | Lines |
2002-11-23 | [merge from APP_HEAD] | Gerald Carter | 1 | -3/+4 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -5/+4 |
2002-11-06 | Merge of get_dc_list() api change from HEAD. | Tim Potter | 1 | -54/+17 |
2002-11-02 | Handle the case where the password used in RPC connections (for restrict | Tim Potter | 1 | -3/+8 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -4/+18 |
2002-10-08 | merge from APP_HEAD of winbindd's domain local group fix | Gerald Carter | 1 | -1/+10 |
2002-10-04 | fix typo | Gerald Carter | 1 | -1/+1 |
2002-10-04 | * merge native_mode flag in winbindd_domain struct from app-head | Gerald Carter | 1 | -4/+50 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -1/+1 |
2002-10-01 | Doh ! Lookup name before checking negative cache (the way Tim originally | Jeremy Allison | 1 | -10/+10 |
2002-09-30 | Fix memory leak in getting DC list. Remember to exclude failed lookups. | Jeremy Allison | 1 | -5/+21 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -20/+24 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -60/+136 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -1/+5 |
2002-04-04 | Fixed the handle leak in the connection management code (this code is crap | Jeremy Allison | 1 | -0/+13 |
2002-03-23 | Various winbind updates: | Andrew Bartlett | 1 | -1/+2 |
2002-03-19 | Fix a double-free bug in wbinfo -t's call in winbindd. | Andrew Bartlett | 1 | -2/+4 |
2002-03-18 | Allow us to see the difference between these two errors. (We need to chase | Andrew Bartlett | 1 | -1/+7 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -2/+2 |
2002-03-11 | always make winbindd try for the PDC first before trying for a BDC | Andrew Tridgell | 1 | -5/+7 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 1 | -2/+4 |
2002-02-28 | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 1 | -28/+27 |
2002-02-15 | Winbind cleanup. | Andrew Bartlett | 1 | -173/+204 |
2002-02-11 | A few small winbind updates: | Andrew Bartlett | 1 | -14/+55 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-25 | Removed dodgy init of local variable. | Tim Potter | 1 | -1/+1 |
2002-01-25 | Much more useful handling of backup domain controllers in winbindd. Honour | Tim Potter | 1 | -25/+51 |
2002-01-19 | fixes (asprintf) from 2.2 | Simo Sorce | 1 | -4/+6 |
2002-01-01 | Further rpc_client removal, this time from winbindd. | Andrew Bartlett | 1 | -1/+1 |
2001-12-11 | Modify winbindd to use authenticated user info from secrets.tdb when making | Tim Potter | 1 | -2/+29 |
2001-12-01 | The beginnings of alternative backends for winbindd | Andrew Tridgell | 1 | -1/+1 |
2001-11-29 | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 1 | -4/+13 |
2001-11-27 | Some reformatting. | Tim Potter | 1 | -223/+229 |
2001-11-26 | don't die with a FPE if there are no DCs | Andrew Tridgell | 1 | -0/+2 |
2001-11-23 | Fixed check machine account function. | Tim Potter | 1 | -6/+8 |
2001-11-15 | Tidyup formatting a bit (spaces->tabs) whilst reading new code to understand | Jeremy Allison | 1 | -214/+198 |
2001-11-15 | Caching user, group and domain sam handles was a stupid idea. | Tim Potter | 1 | -78/+9 |
2001-11-15 | Cache positive and negative name domain controller lookups. | Tim Potter | 1 | -11/+148 |
2001-11-14 | Random connection robustness related fixes. Display some debugs about | Tim Potter | 1 | -20/+109 |
2001-11-05 | Use cli_nt_login_network() instead of domain_client_validate() to perform | Tim Potter | 1 | -0/+30 |
2001-10-29 | Don't force winbind to use non-local DC's. | Volker Lendecke | 1 | -1/+1 |
2001-10-27 | Added some connection checking code. Doesn't work yet though. | Tim Potter | 1 | -10/+43 |
2001-10-09 | Implemented sam group handle stuff. getent group now works. | Tim Potter | 1 | -4/+65 |
2001-10-08 | More work on winbindd connection rewrite: | Tim Potter | 1 | -25/+201 |
2001-10-05 | This is the start of a bit of a rewrite of winbindd's connection handling. | Tim Potter | 1 | -0/+245 |