summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2002-09-10Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB'sJeremy Allison1-1/+5
2002-08-22fix for difference in strsep and strtok semanticsHerb Lewis1-0/+1
2002-08-20fix irix compile errors - cannot initialize array in declaration statementHerb Lewis1-1/+1
2002-08-15The unused variable was actually needed. The correct fix is to moveTim Potter1-1/+1
2002-08-15Removed unused variable.Tim Potter1-1/+0
2002-08-11Make 'remote_machine' private to lib/substitute.c, and fix all the user to useAndrew Bartlett1-2/+1
2002-08-06Add AD version of samlogon replies for getdc. ATM it will only functionJim McDonough1-11/+103
2002-08-02Fix length on mailslots. Looks like it should have been 0x17, not decimal 17.Jim McDonough1-1/+1
2002-07-28this is an interim fix for nmbd not registering DOMAIN#1b with WINSAndrew Tridgell1-1/+20
2002-07-28make sure async dns nmbd child diesAndrew Tridgell2-1/+8
2002-07-28fix minor nits in nmbd from adtam@cup.hp.comAndrew Tridgell3-13/+13
2002-07-26I think this makes the debug statement clearer.Andrew Bartlett1-1/+1
2002-07-09the last WINS update broke self registration when we are a WINSAndrew Tridgell1-3/+4
2002-07-01fixed multi-homed re-registration of names when we are a WINSAndrew Tridgell1-1/+11
2002-07-01don't start the async dns process unless we actually need it!Andrew Tridgell1-1/+1
2002-06-27The next phase in the WINS rewrite!Andrew Tridgell9-829/+802
2002-06-26This commit finally gives us multiple wins server groups. We nowAndrew Tridgell2-171/+224
2002-06-26we never pass any userdata when doing name registrations on theAndrew Tridgell1-54/+51
2002-06-26- completely rewrote the wins_srv.c code. It is now much simpler, andAndrew Tridgell3-7/+29
2002-06-19when nmbd starts up it is possible that dhcp hasn't started the localAndrew Tridgell1-4/+9
2002-06-17compile warngin fixes merged from 2.2Gerald Carter1-2/+2
2002-05-28merge from 2.2Gerald Carter1-1/+1
2002-03-29nmbd handle shutdown message.Jean-François Micouleau1-0/+10
2002-03-29Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison1-5/+34
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-5/+5
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-2/+3
2002-03-05Removed unused static function.Tim Potter1-18/+0
2002-03-01Cause nmbd to take signal processing in-band, rather than inJeremy Allison1-339/+368
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter27-52/+27
2002-01-25rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau3-267/+627
2002-01-25remove unused variableJean-François Micouleau1-1/+0
2002-01-18Ensure (C) message is output on startup.Jeremy Allison1-2/+2
2002-01-18Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison1-26/+23
2002-01-16Fix name register bug with non-existent wins server.Jeremy Allison1-32/+29
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison4-15/+15
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-0/+9
2001-12-29Fixup -i interactive modes.Jeremy Allison1-5/+6
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-5/+6
2001-11-27added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell1-3/+8
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter9-22/+13
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-12/+3
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-7/+5
2001-10-08Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2-2/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter27-50/+0
2001-09-27How often did I read the CVS commit messageVolker Lendecke1-1/+1
2001-09-26From 2.2.Volker Lendecke1-0/+6
2001-09-17move to SAFE_FREE()Simo Sorce14-39/+37