Age | Commit message (Expand) | Author | Files | Lines |
2002-12-12 | merge of get_dc_name()-like code from APP_HEAD; better support password serve... | Gerald Carter | 1 | -90/+10 |
2002-12-01 | Make it clear that we might not be talking to a PDC here. | Andrew Bartlett | 1 | -1/+1 |
2002-11-23 | [merge from APP_HEAD] | Gerald Carter | 1 | -2/+3 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -8/+7 |
2002-11-09 | Fix bug found by tpot with given password server. | Jeremy Allison | 1 | -1/+1 |
2002-11-08 | Don't set global_machine_password_needs_changing if | Tim Potter | 1 | -4/+6 |
2002-11-06 | Merge of get_dc_list() api change. This was slightly more intrusive | Tim Potter | 1 | -2/+17 |
2002-10-17 | Added new error codes. Fix up connection code to retry in the same way | Jeremy Allison | 1 | -10/+23 |
2002-10-04 | merge of new client side support the Win2k LSARPC UUID in rpcbind | Gerald Carter | 1 | -1/+1 |
2002-09-17 | Add clock skew handling to our kerberos code. This allows us to cope with | Andrew Tridgell | 1 | -1/+1 |
2002-09-06 | This is the 'easy' parts of the trusted domains patch n+3 patch from | Andrew Bartlett | 1 | -1/+1 |
2002-08-30 | added cli_net_auth_3 client code. | Jean-François Micouleau | 1 | -1/+2 |
2002-08-05 | This fixes a number of ADS problems, particularly with netbiosless | Andrew Tridgell | 1 | -2/+4 |
2002-07-31 | the ads_connect() here doesn't need to actually succeed, as its only | Andrew Tridgell | 1 | -3/+1 |
2002-07-30 | Fix the build for now.. | Jim McDonough | 1 | -1/+1 |
2002-07-30 | net ads info now reports the IP of the LDAP server as well as its name - very... | Andrew Tridgell | 1 | -4/+6 |
2002-07-30 | a couple more minor tweaks. This now allows us to operate in ADS mode | Andrew Tridgell | 1 | -4/+3 |
2002-07-30 | 2nd try at a fix for netbiosless connections to a ADS DC. This also | Andrew Tridgell | 1 | -31/+90 |
2002-07-30 | removed a gratuitous standard_sub_basic() on the 'password server' | Andrew Tridgell | 1 | -2/+0 |
2002-07-30 | - if we are in ADS mode then avoid an expensive netbios lookup to find | Andrew Tridgell | 1 | -7/+16 |
2002-07-21 | Renamed all the new_cli_netlogon_* functions to cli_netlogon_* | Tim Potter | 1 | -1/+1 |
2002-07-20 | Try to fix up warnings - particularly on the IRIX 64 bit compiler (which had a | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | NT_STATUS_UNSUCCESSFUL just gets clients confused - move to NO_LOGON_SERVERS | Andrew Bartlett | 1 | -11/+11 |
2002-07-09 | Make it clear that the debug comment is the same as the command being tested | Andrew Bartlett | 1 | -1/+1 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 1 | -1/+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-24 | Try to get security=domain at least slightly working. | Andrew Bartlett | 1 | -1/+2 |
2002-06-15 | This patch does 2 things: | Andrew Bartlett | 1 | -89/+12 |
2002-05-24 | Name the authentication modules, and therfore fix up both the build farm | Andrew Bartlett | 1 | -0/+2 |
2002-05-24 | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 1 | -1/+1 |
2002-05-24 | Move the authenticaion subsystem over to the same 'module:options' syntax | Andrew Bartlett | 1 | -6/+6 |
2002-05-21 | typo, sorry | Simo Sorce | 1 | -1/+1 |
2002-05-21 | debug classized | Simo Sorce | 1 | -0/+3 |
2002-04-22 | Ensure auth requests from the same machine are completely serialized. | Jeremy Allison | 1 | -5/+40 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -1/+1 |
2002-03-27 | Moved debug messages for grabbing/releasing mutex. | Jeremy Allison | 1 | -2/+0 |
2002-03-26 | Don't hold the mutex for more than 20 seconds. | Jeremy Allison | 1 | -2/+4 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -2/+2 |
2002-03-02 | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 1 | -16/+121 |
2002-03-01 | SECURITY FIXES: | Andrew Bartlett | 1 | -6/+4 |
2002-02-28 | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 1 | -11/+12 |
2002-02-18 | serialise all domain auth requests | Andrew Tridgell | 1 | -1/+10 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2002-01-26 | Fix up a security issue with the way we handle domain groups retuned on the | Andrew Bartlett | 1 | -16/+2 |
2002-01-25 | Remove check for passwordserver = "*" as we now initialise it. | Tim Potter | 1 | -1/+6 |
2002-01-14 | Fix a segfault in auth/auth_domain.c error cases. | Andrew Bartlett | 1 | -2/+1 |
2002-01-12 | Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. | Andrew Bartlett | 1 | -0/+4 |
2002-01-11 | fixed a crash bug in domain auth caused by an uninitialised nt_status | Andrew Tridgell | 1 | -1/+1 |
2002-01-11 | The DC is meant to be sent the *unmapped* username... | Andrew Bartlett | 1 | -1/+1 |
2002-01-05 | I've decided to move the auth code around a bit more... | Andrew Bartlett | 1 | -18/+33 |