summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* fix for difference in strsep and strtok semanticsHerb Lewis2002-08-221-0/+1
* fix irix compile errors - cannot initialize array in declaration statementHerb Lewis2002-08-201-1/+1
* The unused variable was actually needed. The correct fix is to moveTim Potter2002-08-151-1/+1
* Removed unused variable.Tim Potter2002-08-151-1/+0
* Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett2002-08-111-2/+1
* Add AD version of samlogon replies for getdc. ATM it will only functionJim McDonough2002-08-061-11/+103
* Fix length on mailslots. Looks like it should have been 0x17, not decimal 17.Jim McDonough2002-08-021-1/+1
* this is an interim fix for nmbd not registering DOMAIN#1b with WINSAndrew Tridgell2002-07-281-1/+20
* make sure async dns nmbd child diesAndrew Tridgell2002-07-282-1/+8
* fix minor nits in nmbd from adtam@cup.hp.comAndrew Tridgell2002-07-283-13/+13
* I think this makes the debug statement clearer.Andrew Bartlett2002-07-261-1/+1
* the last WINS update broke self registration when we are a WINSAndrew Tridgell2002-07-091-3/+4
* fixed multi-homed re-registration of names when we are a WINSAndrew Tridgell2002-07-011-1/+11
* don't start the async dns process unless we actually need it!Andrew Tridgell2002-07-011-1/+1
* The next phase in the WINS rewrite!Andrew Tridgell2002-06-279-829/+802
* This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2002-06-262-171/+224
* we never pass any userdata when doing name registrations on theAndrew Tridgell2002-06-261-54/+51
* - completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell2002-06-263-7/+29
* when nmbd starts up it is possible that dhcp hasn't started the localAndrew Tridgell2002-06-191-4/+9
* compile warngin fixes merged from 2.2Gerald Carter2002-06-171-2/+2
* merge from 2.2Gerald Carter2002-05-281-1/+1
* nmbd handle shutdown message.Jean-François Micouleau2002-03-291-0/+10
* Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison2002-03-291-5/+34
* Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-211-5/+5
* Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-201-2/+3
* Removed unused static function.Tim Potter2002-03-051-18/+0
* Cause nmbd to take signal processing in-band, rather than inJeremy Allison2002-03-011-339/+368
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-3027-52/+27
* rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-253-267/+627
* remove unused variableJean-François Micouleau2002-01-251-1/+0
* Ensure (C) message is output on startup.Jeremy Allison2002-01-181-2/+2
* Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison2002-01-181-26/+23
* Fix name register bug with non-existent wins server.Jeremy Allison2002-01-161-32/+29
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-114-15/+15
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Fixup -i interactive modes.Jeremy Allison2001-12-291-5/+6
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+6
* added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell2001-11-271-3/+8
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-269-22/+13
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-12/+3
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-7/+5
* Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2001-10-082-2/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0227-50/+0
* How often did I read the CVS commit messageVolker Lendecke2001-09-271-1/+1
* From 2.2.Volker Lendecke2001-09-261-0/+6
* move to SAFE_FREE()Simo Sorce2001-09-1714-39/+37
* convert more code to use XFILEAndrew Tridgell2001-09-104-46/+45