import/samba-cvsimport.git
2002-05-31 Gerald Carterfix for clock rolling back. APPLIANCE_TNG
2002-05-31 Tim PotterSet the DNS timeout values to less generous values...
2002-05-31 Tim PotterDon't try to look up a name with resolve_hosts() if...
2002-05-31 Tim PotterRemoved cromulent wbinfo -T patch. Hooray!
2002-05-30 Gerald Cartermake sure we close resolv.conf; needs some testing...
2002-05-30 Gerald Carterfix for CR-636. Kill connection to NETLOGON cli_connection
2002-05-24 Tim PotterThis is really gross. Added a winbindd_request_with_ti...
2002-05-21 Gerald Carteradded several pointer checks before derefences to prevent
2002-05-21 Gerald Cartersecond half of fix for CR-657 to address reconnecting
2002-05-17 Gerald CarterFix for 657. When the system clock is reset, make...
2002-05-16 Gerald CarterProper Fix for CR 652. Check for a cli_state* structur...
2002-05-09 Tim PotterOops - removed some debugging code that was accidentall...
2002-05-09 Tim PotterI'm pretty sure this label is in the wrong place. ...
2002-04-24 Jeremy AllisonFix for CR#606. Back port of "other sids" parsing fix...
2002-04-23 Tim PotterWhen killing the connection to the domain controller...
2002-04-23 Tim PotterCompile fix - d'oh!
2002-04-22 Tim PotterTry more password servers when authenticating a user...
2002-04-22 Tim PotterRemoved pointless debug message.
2002-04-10 Jeremy AllisonFix for problem MikeN discovered (no CR#) with winbindd...
2002-04-04 Jeremy AllisonFix for CR#465. Enlarge hash table massively to enable...
2002-03-28 Tim PotterFix for CR519.
2002-03-21 Jeremy AllisonSid tidyup fixes. Genius idea from tridge - don't use...
2002-03-21 Tim PotterFixed a memory leak in the global connection cache...
2002-03-21 Tim PotterMemory leak fixes found with Insure in check_any()...
2002-03-19 Tim PotterUse char * instead of fstring for passing input paramet...
2002-03-19 Tim PotterFix memory leak in attempt_connect_dc()
2002-03-14 Jeremy AllisonFix core dump on lookup_name/sid returning SID_NAME_UNK...
2002-03-07 Tim PotterMerge of name/sid capitalisation fix from 2.2.
2002-02-21 Tim PotterCheck that the domain controllers returned by a WINS...
2002-02-15 Martin PoolMerge revision 1.48.2.15
2002-01-25 Jeremy AllisonRe-added the admin log code. DON'T REMOVE !
2002-01-24 Tim PotterOops - forgot to commit this. Fixes compile error...
2002-01-21 Tim PotterCode too ugly to live alert! Aooga aooga!
2002-01-19 Jeremy AllisonFixup signal handling - close idmap tdb on exit. Don...
2002-01-17 Tim PotterOK this should work this time - I made a typo in mergin...
2002-01-17 Tim PotterMerged name_status_find() debugs.
2002-01-16 Tim PotterBacked out win2k name_status_find() patches as they...
2002-01-16 Tim PotterAdded some debugs to name_status_find() - a simple...
2002-01-15 Martin PoolTry to make winbindd build properly again after merge to
2002-01-10 Tim PotterMerge ... Jeremy's *#00 lookup for win2k patches. ...
2002-01-08 Tim PotterAdded a yucky hack to make sure we always try to check...
2002-01-08 Tim PotterFixed uninitialised result variable when checking machi...
2002-01-08 Tim PotterAdded some debugs to internal_resolve_name() so we...
2001-12-21 Tim PotterMerge from HEAD.
2001-12-12 Tim PotterFixed logic error in winbindd_kill_connections() which...
2001-12-12 Tim PotterFixed typo in debug statement.
2001-12-10 Tim PotterFix memory leaks in enumerating groups with wbinfo -g
2001-12-06 Tim PotterEnsure we have open sam handles when querying the domai...
2001-12-06 Tim PotterFixed typo in debug.
2001-12-05 Jeremy AllisonAdded -ve caching for pw lookups.
2001-12-05 Jeremy AllisonMade parse_domain_user return a bool.
2001-12-05 Jeremy AllisonCommit to correct branch this time...
2001-12-05 Jeremy AllisonCommit to correct branch.... :-(.
2001-11-28 Tim PotterFix from HEAD: Use the challenge length instead of...
2001-11-28 Tim PotterUse lm_resp_len and nt_resp_len sent by the winbind...
2001-11-16 Tim PotterMerged DNS robustness patch from HEAD:
2001-11-14 Jeremy Allison*Usefull* debugs for winbindd. These will appear in...
2001-11-13 Gerald CarterSync up open_socket_in() with APPLIANCE_HEAD. This...
2001-11-09 Tim PotterAdded -a option to usage info.
2001-11-08 Tim PotterRemove silly ".client" extension from log file name.
2001-11-08 Tim PotterConverted a bunch of report() calls to DEBUG() statemen...
2001-11-08 Tim PotterConverted a bunch of report() calls to DEBUG() statemen...
2001-08-30 Gerald Carterfixed free() that was causing memory cooruption later on.
2001-08-29 Gerald Carterfix for enumerating groups from trusted domains.
2001-08-24 Gerald Carterfixed looping logic bug that caused wbinfo -g to never...
2001-08-23 Gerald Carterfix for bug where 'wbinfo -g' would not return a complete
2001-08-23 Tim PotterReplace broken NTLM challenge/response authentication...
2001-08-16 Tim PotterUpdated wbinfo to link in some encryption code for...
2001-08-16 Tim PotterAdded wbinfo client functions to test user authenticati...
2001-08-16 Tim PotterAdded a winbind server function to authenticate a user...
2001-07-19 Tim Potterwinbindd_kill_connections() was sometimes closing the...
2001-07-18 Tim PotterBacked out unstable fix for bdc problems.
2001-07-17 Tim PotterBy setting the password server parameter to a BDC it...
2001-07-17 Tim PotterAdded a debug when winbind ignores a request because...
2001-07-17 Tim PotterFixed bug in get_any_dc_name() so we can tell the diffe...
2001-07-17 Tim PotterBDCs seem to lag behind by a random amount of time...
2001-07-04 Tim PotterFixed a race condition in winbindd between fetching...
2001-06-20 Tim PotterFix for winbind behaviour when broken password servers...
2001-06-20 Tim PotterMerge of forgot to check in this bit. (-:
2001-06-20 Tim PotterDon't call find_domain_from_name() from winbindd_kill_c...
2001-06-06 Tim PotterFixed up debug message.
2001-06-06 Tim PotterFix for winbindd accidentally picking up a domain contr...
2001-05-22 Tim PotterWhy do we have to try to (re-)set the ACB to be the...
2001-05-10 Tim PotterOnly dos_to_unix workgroup if it was passed in from...
2001-05-03 Tim PotterFix for using samedit with an account that has "Add...
2001-05-03 Tim PotterWoot!
2001-05-01 Tim PotterFix for wbinfo -t when joining a domain containing...
2001-03-15 Tim PotterDon't use 'password server' when contacting trusted...
2001-03-15 Tim PotterFixed a problem in locating domain controllers where...
2001-03-14 Tim PotterWhen looking up domain SIDS for trusted domains we...
2001-03-01 Tim PotterCompare domain names rather than domain controller...
2001-02-17 Tim PotterFix for machine account check when PDC is down and...
2001-02-16 Tim PotterConvert strings to dos codepage before running strupper...
2001-02-16 Tim PotterUp to date protos.
2001-02-16 Tim PotterWhen checking machine secret, use BDC if PDC is down.
2001-02-16 Tim PotterMerge of name_status_find() stuff from head.
2001-02-14 Tim PotterStore key for machine trust account in dos codepage.
2001-02-13 Tim PotterUse O_TRUNC on open instead of unlink()
2001-02-12 Tim Potteri18n fix from HEAD
2001-02-03 Tim PotterRemoved unused variables.
next