| Commit message (Expand) | Author | Age | Files | Lines |
* | More tuning from cachegrind. Change most trim_string() calls to trim_char(0, | Jeremy Allison | 2003-09-05 | 1 | -1/+1 |
* | fix bug #190; WINS server was getting marked as dead when it was not. | Gerald Carter | 2003-07-03 | 1 | -2/+14 |
* | large change: | Gerald Carter | 2003-06-25 | 1 | -371/+327 |
* | * s/get_dc_name/rpc_dc_name/g (revert a previous change) | Gerald Carter | 2003-06-23 | 1 | -2/+9 |
* | Forward port the app-head changes for dc name cache into 3.0. | Jeremy Allison | 2003-06-13 | 1 | -14/+25 |
* | Revert a patch that somehow slipped in... | Volker Lendecke | 2003-05-08 | 1 | -2/+2 |
* | This puts real netlogon connection caching to winbind. This becomes | Volker Lendecke | 2003-05-08 | 1 | -2/+2 |
* | Writable string const fixes. | Jeremy Allison | 2003-03-05 | 1 | -1/+1 |
* | Correctly check for inet_addr fail. Patch from gregor.7@osu.edu. | Jeremy Allison | 2003-02-17 | 1 | -2/+5 |
* | Merge from HEAD - mimir's new gencache based namecache code. | Andrew Bartlett | 2003-01-04 | 1 | -6/+4 |
* | [merge] remove assert(count ==1) for multi-homed PDCs; CR 1277 | Gerald Carter | 2002-12-04 | 1 | -3/+22 |
* | Doing janitorial duty for tpot - memory leak fix. | Jeremy Allison | 2002-12-04 | 1 | -0/+2 |
* | Fixup of ordered cleanup of get_dc_list - bug found by Dominik 'Aeneas' Schni... | Jeremy Allison | 2002-12-01 | 1 | -27/+10 |
* | [merge from APP_HEAD] | Gerald Carter | 2002-11-23 | 1 | -22/+104 |
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 2002-11-12 | 1 | -8/+9 |
* | Merge of get_dc_list() api change from HEAD. | Tim Potter | 2002-11-06 | 1 | -13/+46 |
* | sync 3.0 branch with head | Jelmer Vernooij | 2002-08-17 | 1 | -9/+58 |
* | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2002-07-15 | 1 | -391/+271 |
* | small change in name_resolve_bcast() | Jean-François Micouleau | 2002-04-04 | 1 | -1/+1 |
* | Don't try to sort a list of zero length in internal_resolve_name() | Tim Potter | 2002-03-19 | 1 | -1/+1 |
* | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 2002-02-28 | 1 | -8/+8 |
* | Removed version number from file header. | Tim Potter | 2002-01-30 | 1 | -2/+1 |
* | Spelling fixes. | Tim Potter | 2002-01-20 | 1 | -0/+2 |
* | Made a debug look nicer. | Tim Potter | 2002-01-17 | 1 | -1/+2 |
* | Merge of name_status_find() debugs. | Tim Potter | 2002-01-16 | 1 | -5/+18 |
* | cope with direct IP addresses in resolve_name() | Andrew Tridgell | 2002-01-11 | 1 | -0/+5 |
* | make sure resolve_name() only returns valid IP addresses | Andrew Tridgell | 2002-01-11 | 1 | -4/+13 |
* | Merge from appliance-head: | Tim Potter | 2002-01-09 | 1 | -4/+72 |
* | Add a touch of const | Andrew Bartlett | 2002-01-05 | 1 | -1/+1 |
* | Fix up funtion name, as this finds local, not domain master browsers. | Andrew Bartlett | 2001-12-04 | 1 | -2/+2 |
* | I think the lookup_pdc_name() should be called lookup_dc_name() and the | Tim Potter | 2001-11-29 | 1 | -21/+22 |
* | Cross merge to make 2.2 and HEAD closer. | Jeremy Allison | 2001-11-28 | 1 | -9/+6 |
* | increment the value not the pointer | Andrew Tridgell | 2001-11-26 | 1 | -1/+1 |
* | Use "password server" for searching for BDC's also as Tim suggested. | Jeremy Allison | 2001-11-25 | 1 | -6/+8 |
* | W2K doesn't seem to respond to *#0 names in node status. Ensure name | Jeremy Allison | 2001-11-21 | 1 | -8/+55 |
* | LMHOSTSFILE is now dynamically configured too. | Martin Pool | 2001-11-19 | 1 | -1/+1 |
* | Add function to add those hosts who have added msbrowse (domain master browsers) | Steve French | 2001-11-07 | 1 | -0/+8 |
* | Got serious about const again. | Jeremy Allison | 2001-11-04 | 1 | -2/+2 |
* | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 2001-10-02 | 1 | -2/+0 |
* | typo | Simo Sorce | 2001-09-17 | 1 | -5/+2 |
* | move to SAFE_FREE() | Simo Sorce | 2001-09-17 | 1 | -12/+9 |
* | convert more code to use XFILE | Andrew Tridgell | 2001-09-10 | 1 | -13/+13 |
* | Make sure that if there are no interfaces, name_register_wins does not | Richard Sharpe | 2001-09-09 | 1 | -0/+7 |
* | Fuss, fuss, fuss... | Christopher R. Hertel | 2001-08-29 | 1 | -2/+2 |
* | Should be dbgtext, not dbg_text. | Tim Potter | 2001-08-29 | 1 | -2/+2 |
* | Patched to ensure that it won't break HEAD. | Christopher R. Hertel | 2001-08-29 | 1 | -6/+10 |
* | Realloc fix. | Jeremy Allison | 2001-08-19 | 1 | -3/+13 |
* | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 2001-07-04 | 1 | -2/+2 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -4/+3 |
* | Removed silly Get_Hostbyname() wrapper as DNS names are case-insensitive | Tim Potter | 2001-06-18 | 1 | -1/+1 |