Age | Commit message (Expand) | Author | Files | Lines |
2004-01-15 | BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t... | Gerald Carter | 1 | -3/+3 |
2004-01-13 | sync HEAD with recent changes in 3.0 | Gerald Carter | 1 | -15/+88 |
2004-01-06 | Merge winbind from Samba 3.0 onto HEAD. | Andrew Bartlett | 1 | -2/+1 |
2004-01-06 | (merge from 3.0) | Andrew Bartlett | 1 | -2/+2 |
2004-01-06 | (merge from 3.0) | Andrew Bartlett | 1 | -34/+27 |
2003-11-22 | (merge from 3.0) | Andrew Bartlett | 1 | -3/+2 |
2003-09-09 | sync 3.0 into HEAD for the last time | Gerald Carter | 1 | -10/+116 |
2003-08-02 | port latest changes from SAMBA_3_0 tree | Simo Sorce | 1 | -8/+31 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -525/+151 |
2003-05-14 | Fix winbindd coredump. Remember to set a ** pointer to null before | Jeremy Allison | 1 | -0/+2 |
2003-04-16 | Store the type of 'sec channel' that we establish to the DC. If we are a | Andrew Bartlett | 1 | -3/+5 |
2003-03-11 | This patch attemptes to clean up winbindd's mutex locking. | Andrew Bartlett | 1 | -41/+37 |
2003-01-16 | Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD. | Jeremy Allison | 1 | -28/+41 |
2003-01-16 | Add mutex protection around auth calls. | Jeremy Allison | 1 | -41/+37 |
2002-12-12 | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 1 | -49/+1 |
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. This was slightly more intrusive | Tim Potter | 1 | -4/+16 |
2002-11-02 | Handle the case where the password used in RPC connections (for restrict | Tim Potter | 1 | -3/+8 |
2002-10-23 | much simpler code to choose a DC to contact in winbindd. We now always | Andrew Tridgell | 1 | -55/+6 |
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 | 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-24 | Moved -ve cache check to correct place. | Jeremy Allison | 1 | -10/+10 |
2002-09-17 | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 1 | -1/+1 |
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-23 | Moved calculation of secure channel type into a new function. | Tim Potter | 1 | -4/+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 | 1 | -8/+14 |
2002-07-31 | support netbiosless search for the DC using ADS in the winbindd AUTH | Andrew Tridgell | 1 | -58/+110 |
2002-07-30 | Fixed for memory leak in connection caching code when a dc is | Tim Potter | 1 | -1/+13 |
2002-07-21 | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 1 | -2/+2 |
2002-07-13 | I just noticed that I never added my copyright when I messed with this | Andrew Bartlett | 1 | -0/+1 |
2002-06-25 | Update cli_full_connection() to take a 'flags' paramater, and try to get a | Andrew Bartlett | 1 | -1/+1 |
2002-06-18 | more debug classess activated | Simo Sorce | 1 | -0/+3 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 1 | -1/+1 |
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 |