summaryrefslogtreecommitdiffstats
path: root/source3/web/diagnose.c
Commit message (Collapse)AuthorAgeFilesLines
* fix winbind ping call so that SWAT correctly determines if winbindd is ↵Gerald Carter2003-11-221-5/+1
| | | | | | running; bug 398 (This used to be commit 04e37283f230b28f3019bfab3a71dde5e4ae4e23)
* connect to the actual netbios name in smb.conf and not LOCALHOSTGerald Carter2003-01-171-1/+1
| | | | (This used to be commit 50d65996e497a6b4647b74dadb4a7f3f5dddf2ed)
* sync 3.0 branch with HEADJelmer Vernooij2002-08-171-0/+17
| | | | (This used to be commit d53d77cc8e21dfbfd376d529661ef299e14e31a0)
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-3/+3
| | | | (This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
| | | | (This used to be commit 67db8f03c5c9e81e11b5f3276b50ee23e09a2659)
* added the unexpected packet database (unexpected.tdb)Andrew Tridgell2000-01-031-1/+1
| | | | | | | | | | | | | this means "nmblookup -S" now always works, even with broken servers the database stores all unexpected replies and these can be accessed by any client. while doing this I cleaned up a couple of functions, and put in place a better trn_id generator. in most places the code got quite a bit simpler due to the addition of simple helper functions. I haven't yet put the code in to take advantage of this for pdc replies - that will be next. Jeremys pdc finding code will then work :) (This used to be commit 280e6359d36c9bc8dcded302f15c3a1db8e3feeb)
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+1
| | | | (This used to be commit 453a822a76780063dff23526c35408866d0c0154)
* new files to support starting/stopping the serverAndrew Tridgell1998-03-141-0/+67
(This used to be commit 087981009d57006ff80a0cf50891d4473f86f1bb)