summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2003-05-20Fix bug #98: DNS compression is required for proper building of theJim McDonough1-25/+42
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-05-08fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter1-1/+1
2003-05-08This puts back wins.dat into nmbd for easy editing. It leaves most ofVolker Lendecke1-194/+222
2003-05-07We used to use the name "*",0x0 here, but some WindowsJeremy Allison1-1/+9
2003-04-28Fix a confusing error messageVolker Lendecke1-1/+1
2003-04-25As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke1-1/+3
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett7-16/+27
2003-04-16fixed the popt option handling in nmbd, so that -i now worksAndrew Tridgell1-34/+37
2003-04-14Merge:Tim Potter1-20/+0
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-12/+3
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter1-1/+1
2003-03-20use pstrcpy_base()Jim McDonough1-1/+1
2003-03-19replace pstrcpyJim McDonough1-1/+1
2003-03-18NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett3-10/+15
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-1/+1
2003-03-10check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter1-1/+1
2003-01-28Merge from HEAD:Andrew Bartlett1-2/+2
2003-01-15*lots of small merges form HEADGerald Carter2-2/+2
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+2
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+21
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett6-9/+9
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-12Merge of #include <smb.h> removals.Tim Potter5-5/+0
2002-12-03Stop using hacks for dns host/domain names.Jim McDonough1-3/+5
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-09Last sync with HEADJelmer Vernooij1-5/+0
2002-11-09Sync with HEADJelmer Vernooij1-101/+29
2002-10-08Ensure we register the 1c name on the unicast subnet.Jeremy Allison1-0/+10
2002-10-03Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 upJeremy Allison1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter2-2/+7
2002-08-17sync 3.0 branch with headJelmer Vernooij7-30/+146
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell11-975/+1036
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