summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd_elections.c
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-091-4/+4
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* More const compiler warning fixes.Jeremy Allison2011-05-051-1/+1
* 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
* Fix bug #6224 - nmbd waits 5 minutes at startup before checking if it needs t...Jeremy Allison2009-03-261-3/+0
* More logical operation on bool.Jeremy Allison2008-01-041-1/+3
* Remove pstring from nmbd.Jeremy Allison2007-11-191-3/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* 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
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-2/+5
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-10-101-1/+1
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-10-101-1/+1
* r21064: The core of this patch isVolker Lendecke2007-10-101-1/+1
* r15483: Fix 'declaration after code' warnings.Volker Lendecke2007-10-101-3/+7
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1/+2
* Use "unix netbios name" type unstring - 64 bytes long to manipulate netbiosJeremy Allison2004-03-151-6/+6
* Ensure we don't truncate strcmps to nstring anymore...Jeremy Allison2004-03-131-4/+4
* Modified fix for bugid #784. Based on a patch from moriyama@miraclelinux.com ...Jeremy Allison2004-03-131-8/+8
* Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison2003-10-221-1/+1
* Fixed off-by-one bugs in workgroup name comparisons. Complain when aJeremy Allison2003-08-281-4/+4
* Ensure we use correct length nstrings for workgroup and browser names.Jeremy Allison2003-08-271-4/+4
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-0/+1
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-270/+257
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* use pstrcpy_base()Jim McDonough2003-03-201-1/+1
* replace pstrcpyJim McDonough2003-03-191-1/+1
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-13/+10
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* merge profile data changes from 2.2Herb Lewis2001-09-051-2/+7
* - changed the msg_type to be an int instead of an enum so that it isAndrew Tridgell2000-09-121-0/+21
* this looks like a big commit, but it isn't really :)Andrew Tridgell2000-01-071-4/+2
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+4
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-111-3/+0
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-2/+2
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-301-1/+1
* nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1998-06-291-3/+0
* Added code to do elections when told to do so.Jeremy Allison1998-06-271-2/+9
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-271-5/+38
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-9/+9
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-3/+3
* nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison1997-12-241-1/+1
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-0/+348