summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
* Remove extra headers, and ensure that we correctly bail out of winbindd if weAndrew Bartlett2002-12-015-5/+0
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-3/+10
* Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison2002-11-151-0/+16
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1218-295/+158
* Compleatly remove support for logfile truncation. All logs are opened forAndrew Bartlett2002-11-081-5/+0
* Make IRIX happyJelmer Vernooij2002-11-041-16/+15
* Add more options to popt_common and use them. Current ones are:Jelmer Vernooij2002-11-021-21/+7
* Convert to poptJelmer Vernooij2002-11-021-87/+30
* Ensure we register the 1c name on the unicast subnet.Jeremy Allison2002-10-081-0/+10
* fixed 3 bugs in the wins server code related to precedence of ! and &Andrew Tridgell2002-10-031-2/+2
* Patch from Andy Levine andyl@epicrealm.com who discovered that W2K DMB'sJeremy Allison2002-09-101-1/+5
* 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