summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2003-03-10check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter1-1/+1
2003-03-08Make sure that the 'remote' machine name can only be set once. For some weirdAndrew Bartlett1-1/+1
2003-03-05A couple more fixes for fstrcpy() into a malloced region. In this case it'sAndrew Bartlett2-5/+5
2003-01-28Make this an fstrcat(), as this seems to fix some weird issue with the serverAndrew Bartlett1-2/+2
2003-01-14The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett2-2/+2
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+21
2003-01-02BIG patch...Andrew Bartlett6-10/+11
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-0/+20
2002-12-19Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison1-1/+10
2002-12-03Stop using hacks for dns host/domain names.Jim McDonough1-3/+5
2002-12-01Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett5-5/+0
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-3/+10
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison18-295/+158
2002-11-08Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett1-5/+0
2002-11-04Make IRIX happyJelmer Vernooij1-16/+15
2002-11-02Add more options to popt_common and use them. Current ones are:Jelmer Vernooij1-21/+7
2002-11-02Convert to poptJelmer Vernooij1-87/+30
2002-10-08Ensure we register the 1c name on the unicast subnet.Jeremy Allison1-0/+10
2002-10-03fixed 3 bugs in the wins server code related to precedence of ! and &Andrew Tridgell1-2/+2
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