Age | Commit message (Expand) | Author | Files | Lines |
2002-11-02 | Fix --set-auth-user command to delete entries from the secrets file when an | Tim Potter | 1 | -12/+68 |
2002-11-02 | Some winbindd cleanups I made trying to fix cr1020: | Tim Potter | 2 | -38/+108 |
2002-11-02 | Handle the case where the password used in RPC connections (for restrict | Tim Potter | 1 | -3/+8 |
2002-10-26 | Updates to winbind's PAM client and server - make the debug logs | Andrew Bartlett | 2 | -19/+44 |
2002-10-23 | much simpler code to choose a DC to contact in winbindd. We now always | Andrew Tridgell | 1 | -55/+6 |
2002-10-23 | if trusted domains are disabled then we should not try to connect to | Andrew Tridgell | 1 | -1/+6 |
2002-10-18 | must add one to the extra_data size to transfer the 0 string terminator. | Herb Lewis | 1 | -1/+2 |
2002-10-18 | NULL enum_local_groups for ads winbindd (temporary workaround). | Gerald Carter | 2 | -1/+2 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -4/+18 |
2002-10-15 | - we need to rescan the trusted domain list regularly to cope with | Andrew Tridgell | 2 | -1/+5 |
2002-10-15 | Fix spelling of background_process. | Jeremy Allison | 2 | -6/+6 |
2002-10-15 | Change to use sys_read/sys_write. | Jeremy Allison | 1 | -10/+4 |
2002-10-08 | merge from APP_HEAD | Gerald Carter | 6 | -13/+200 |
2002-10-05 | Don't use usage function, but use popt for usage and help info | Jelmer Vernooij | 1 | -38/+37 |
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 | 3 | -5/+61 |
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-27 | Move a number of ADS related functions out into utility libs, so that things | Andrew Bartlett | 1 | -186/+11 |
2002-09-25 | fix getpass replacement check (i thought I fixed this a few days | Gerald Carter | 1 | -0/+2 |
2002-09-24 | Moved -ve cache check to correct place. | Jeremy Allison | 1 | -10/+10 |
2002-09-17 | Reverted my earlier change. It was incorrect. We must be protected by | Jeremy Allison | 1 | -5/+4 |
2002-09-17 | Only create the pidfile once we're ready to receive requests. | Jeremy Allison | 1 | -3/+5 |
2002-09-17 | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 1 | -1/+1 |
2002-09-15 | Put unixsocket calls between #ifdef HAVE_UNIXSOCKET's - required for Stratus VOS | Jelmer Vernooij | 1 | -0/+4 |
2002-09-12 | Merge undone cleanups. | Tim Potter | 3 | -26/+27 |
2002-09-12 | Merge of winbind auth cleanups from appliance. | Tim Potter | 3 | -30/+34 |
2002-09-12 | Merge of cut&paste fix from appliance. | Tim Potter | 1 | -1/+1 |
2002-09-12 | Spelling fix. | Tim Potter | 1 | -2/+2 |
2002-09-11 | Put pid number in invalid request size debug. | Tim Potter | 1 | -2/+2 |
2002-09-11 | Bugfix merge: | Tim Potter | 1 | -0/+1 |
2002-09-07 | This is the 'main' inclue for for winbind clients - all clients should include | Andrew Bartlett | 1 | -0/+16 |
2002-09-07 | Don't leak file desciptors in this (impossible?) error case. | Andrew Bartlett | 1 | -0/+1 |
2002-09-07 | Winbind client-side cleanups. | Andrew Bartlett | 6 | -37/+94 |
2002-09-06 | Patch from "Stefan (metze) Metzmacher" <metze@metzemix.de> | Andrew Bartlett | 1 | -4/+4 |
2002-09-04 | Quietened some debugs. | Tim Potter | 1 | -2/+2 |
2002-08-30 | added cli_net_auth_3 client code. | Jean-François Micouleau | 1 | -3/+3 |
2002-08-29 | fix connecting to a BDC when the PDC is down but in WINS and no bcast | Andrew Tridgell | 1 | -5/+3 |
2002-08-29 | fix connecting to a BDC when the PDC is down but in WINS and no bcast | Andrew Tridgell | 1 | -0/+7 |
2002-08-29 | Use popt for --help | Jelmer Vernooij | 1 | -54/+24 |
2002-08-27 | Fix typo in debug. | Tim Potter | 1 | -1/+1 |
2002-08-23 | Moved calculation of secure channel type into a new function. | Tim Potter | 1 | -4/+3 |
2002-08-21 | Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible | Jelmer Vernooij | 1 | -0/+4 |
2002-08-18 | be a bit more paranoid about not getting duplicate domain names (can | Andrew Tridgell | 1 | -2/+8 |
2002-08-17 | Becouse of changes to the meaning of this feild over time, this doesn't | Andrew Bartlett | 1 | -17/+0 |
2002-08-16 | Merge of netbios namecache code from APPLIANCE_HEAD. | Tim Potter | 1 | -0/+2 |
2002-08-07 | Add some more const :-) | Andrew Bartlett | 1 | -3/+3 |
2002-08-05 | fixed wbinfo -t for netbiosless domains | Andrew Tridgell | 1 | -1/+7 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 6 | -125/+172 |