summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd_elections.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett1-4/+4
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-05More const compiler warning fixes.Jeremy Allison1-1/+1
2011-04-14s3: only include smb profiling where needed.Günther Deschner1-0/+1
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner1-0/+1
2009-03-26Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...Jeremy Allison1-3/+0
2008-01-04More logical operation on bool.Jeremy Allison1-1/+3
2007-11-19Remove pstring from nmbd.Jeremy Allison1-3/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke1-2/+5
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r22045: As Volker noticed, skip_string's last argument isJeremy Allison1-1/+1
2007-10-10r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison1-1/+1
2007-10-10r21064: The core of this patch isVolker Lendecke1-1/+1
2007-10-10r15483: Fix 'declaration after code' warnings.Volker Lendecke1-3/+7
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1/+2
2004-03-15Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison1-6/+6
2004-03-13Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison1-4/+4
2004-03-13Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison1-8/+8
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-1/+1
2003-08-28Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison1-4/+4
2003-08-27Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison1-4/+4
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-0/+1
2003-08-23Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison1-270/+257
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-03-20use pstrcpy_base()Jim McDonough1-1/+1
2003-03-19replace pstrcpyJim McDonough1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-13/+10
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-05merge profile data changes from 2.2Herb Lewis1-2/+7
2000-09-12- changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell1-0/+21
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell1-4/+2
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+4
1999-04-11Trying to improve DC location & browsing performance for the average userMatthew Chapman1-3/+0
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-2/+2
1998-08-30added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1-1/+1
1998-06-29nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1-3/+0
1998-06-27Added code to do elections when told to do so.Jeremy Allison1-2/+9
1998-06-27nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1-5/+38
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-9/+9
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-3/+3
1997-12-24nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison1-1/+1
1997-12-13This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1-0/+348