summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* r196: merging struct uuid from trunkGerald Carter2007-10-102-40/+83
* r39: * importing .cvsignore filesGerald Carter2007-10-101-0/+0
* Avoid mb conversion overflow when sending an announcement.Jeremy Allison2004-03-161-1/+4
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-1519-90/+89
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-134-10/+10
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-1318-151/+160
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-1/+1
* A Samba DC is nothing special these days - so every domain controllerAndrew Bartlett2004-01-241-8/+8
* update copyright to -2004Stefan Metzmacher2004-01-111-1/+1
* Final round of printf warnings fixes for the moment.Tim Potter2003-11-061-1/+1
* Fix for bug #771. Fix packet length for browse list reply.Jeremy Allison2003-11-051-1/+1
* This binds the nmbd sending socket to the 'socket address'.Volker Lendecke2003-11-011-2/+2
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-0/+3
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Apply some NULL pointer paranoia to previous wins hook fix.Tim Potter2003-09-291-2/+2
* Fix broken wins hook functionality. A i18n fixe caused the name typeTim Potter2003-09-291-2/+8
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-052-3/+3
* Fix comment strings to 43 bytes as per spec.Jeremy Allison2003-09-011-3/+2
* Add length warning on register name.Jeremy Allison2003-08-281-2/+12
* Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison2003-08-283-9/+16
* Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-277-21/+20
* fix segfault on empty wins server name registration replyGerald Carter2003-08-271-2/+4
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-2721-5739/+5325
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-238-1985/+1895
* Use correct size (17 not 16) when doing a push_ascii(). Ensure thatJeremy Allison2003-08-221-1/+1
* Ensure nmb_namestr() converts back from CH_DOS to CH_UNIX.Jeremy Allison2003-08-221-8/+0
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+0
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy2003-07-151-5/+26
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-038-83/+76
* Fix bug #98: DNS compression is required for proper building of theJim McDonough2003-05-201-25/+42
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* fix bug #47; revert registration of workgroup<1b> to 2.2 behaviorGerald Carter2003-05-081-1/+1
* This puts back wins.dat into nmbd for easy editing. It leaves most ofVolker Lendecke2003-05-081-194/+222
* We used to use the name "*",0x0 here, but some WindowsJeremy Allison2003-05-071-1/+9
* Fix a confusing error messageVolker Lendecke2003-04-281-1/+1
* As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-237-16/+27
* fixed the popt option handling in nmbd, so that -i now worksAndrew Tridgell2003-04-161-34/+37
* Merge:Tim Potter2003-04-141-20/+0
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-12/+3
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* use pstrcpy_base()Jim McDonough2003-03-201-1/+1
* replace pstrcpyJim McDonough2003-03-191-1/+1
* NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett2003-03-183-10/+15
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-1/+1
* check a pointer before dereferencing it; not sure why userdata == NULL thoughGerald Carter2003-03-101-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-281-2/+2