summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_incomingdgrams.c
Commit message (Expand)AuthorAgeFilesLines
* nmbd: Use strlcpy instead of StrnCpyVolker Lendecke2019-01-081-1/+1
* fix uninitialised read in process_host_announceNoel Power2015-11-051-0/+2
* s3: nmbd: Ensure we only set work_changed = true if we modify the record.Jeremy Allison2015-05-041-5/+17
* Convert all uses of uint8/16/32 to _t in nmbd and the include file.Richard Sharpe2015-05-011-6/+6
* s3:nmbd: remove START/END_PROFILE() callsStefan Metzmacher2014-11-191-35/+8
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+4
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-5/+5
* More const compiler warning fixes.Jeremy Allison2011-05-051-10/+10
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-041-3/+3
* s3: only include smb profiling where needed.Günther Deschner2011-04-141-0/+1
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-261-0/+1
* s3-nmbd: include svcctl.h where needed.Günther Deschner2010-08-061-0/+1
* Fix CID 475. work should not be checked against NULLJeremy Allison2008-01-111-2/+2
* Remove pstring from nmbd.Jeremy Allison2007-11-191-6/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-3/+3
* r22042: Try and clean up my own mess using the API VolkerJeremy Allison2007-10-101-1/+1
* r22018: fix compile errorHerb Lewis2007-10-101-3/+3
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-6/+12
* r15450: Change profiling data macros to use stack variables rather thanJames Peach2007-10-101-2/+2
* r15012: Fix bug #2715. Fix suggested by ISHIKAWA Tomonori <toishika@fsi.co.jp>Jeremy Allison2007-10-101-2/+0
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-22/+22
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-38/+38
* Fix comment strings to 43 bytes as per spec.Jeremy Allison2003-09-011-3/+2
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-552/+535
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-2/+2
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-5/+9
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-16/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* merge profile data changes from 2.2Herb Lewis2001-09-051-21/+48
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-7/+27
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-13/+13
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-5/+2
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-301-7/+7
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-7/+2
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-14/+14
* nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1998-02-241-2/+2
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-3/+3
* docs/Support.txt: Removed consultant.Jeremy Allison1998-01-091-2/+2
* nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison1997-12-241-42/+97
* Finally added the code Andrew wanted that will allow a Samba domainJeremy Allison1997-12-241-1/+1
* Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.Jeremy Allison1997-12-161-9/+142
* nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI whereJeremy Allison1997-12-161-0/+11
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-0/+625