summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2003-11-06Final round of printf warnings fixes for the moment.Tim Potter1-1/+1
2003-11-05Fix for bug #771. Fix packet length for browse list reply.Jeremy Allison1-1/+1
2003-11-01This binds the nmbd sending socket to the 'socket address'.Volker Lendecke1-2/+2
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-0/+3
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-09-29Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter1-2/+2
2003-09-29Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter1-2/+8
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2-3/+3
2003-09-01Fix comment strings to 43 bytes as per spec.Jeremy Allison1-3/+2
2003-08-28Add length warning on register name.Jeremy Allison1-2/+12
2003-08-28Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison3-9/+16
2003-08-27Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison7-21/+20
2003-08-27fix segfault on empty wins server name registration replyGerald Carter1-2/+4
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison21-5739/+5325
2003-08-23Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison8-1985/+1895
2003-08-22Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison1-1/+1
2003-08-22Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison1-8/+0
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+0
2003-07-15Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy1-5/+26
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison8-83/+76
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