summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2002-11-15Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison1-0/+16
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison18-295/+158
2002-11-09Last sync with HEADJelmer Vernooij1-5/+0
2002-11-09Sync with HEADJelmer Vernooij1-101/+29
2002-10-08Ensure we register the 1c name on the unicast subnet.Jeremy Allison1-0/+10
2002-10-03Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 upJeremy Allison1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter2-2/+7
2002-08-17sync 3.0 branch with headJelmer Vernooij7-30/+146
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell11-975/+1036
2002-03-29nmbd handle shutdown message.Jean-François Micouleau1-0/+10
2002-03-29Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison1-5/+34
2002-03-21Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison1-5/+5
2002-03-20Add assertions that kill() is never accidentally passed a non-positiveMartin Pool1-2/+3
2002-03-05Removed unused static function.Tim Potter1-18/+0
2002-03-01Cause nmbd to take signal processing in-band, rather than inJeremy Allison1-339/+368
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter27-52/+27
2002-01-25rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau3-267/+627
2002-01-25remove unused variableJean-François Micouleau1-1/+0
2002-01-18Ensure (C) message is output on startup.Jeremy Allison1-2/+2
2002-01-18Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison1-26/+23
2002-01-16Fix name register bug with non-existent wins server.Jeremy Allison1-32/+29
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison4-15/+15
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-0/+9
2001-12-29Fixup -i interactive modes.Jeremy Allison1-5/+6
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-5/+6
2001-11-27added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell1-3/+8
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter9-22/+13
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0
2001-11-19LMHOSTSFILE is now dynamically configured too.Martin Pool1-12/+3
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-7/+5
2001-10-08Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2-2/+3
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter27-50/+0
2001-09-27How often did I read the CVS commit messageVolker Lendecke1-1/+1
2001-09-26From 2.2.Volker Lendecke1-0/+6
2001-09-17move to SAFE_FREE()Simo Sorce14-39/+37
2001-09-10convert more code to use XFILEAndrew Tridgell4-46/+45
2001-09-10convert more code to use XFILEAndrew Tridgell3-10/+10
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2-2/+2
2001-09-05merge profile data changes from 2.2Herb Lewis3-26/+65
2001-08-28Send a MSG_SMB_SAM_REPL when a UAS/SAM change netlogon message isTim Potter1-8/+34
2001-08-26Same as nmbd.c. These now test wins_srv_count() instead of lp_wins_serverChristopher R. Hertel2-2/+2
2001-08-26Instead of checking lp_wins_server() to see if a WINS server was specified,Christopher R. Hertel1-5/+8
2001-08-24Process the SAM/UAS change notification message.Tim Potter1-0/+73
2001-08-24Only register the #1b name if we are ROLE_DOMAIN_PDC rather thanTim Potter1-1/+1
2001-07-30Fixes for varargs problems with std c.Jeremy Allison4-13/+13
2001-07-17Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison1-1/+1