summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Merge from HEAD:Andrew Bartlett2003-01-141-1/+2
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+21
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-036-9/+9
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-0/+20
* Protect nmbd against malformed reply packets. Some reports on the lists showingJeremy Allison2002-12-191-1/+10
* Merge of #include <smb.h> removals.Tim Potter2002-12-125-5/+0
* Stop using hacks for dns host/domain names.Jim McDonough2002-12-031-3/+5
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-3/+10
* Fix from "Stefan (metze) Metzmacher" <metze@metzemix.de> for nmbd 1c groupJeremy Allison2002-11-151-0/+16
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-1218-295/+158
* Last sync with HEADJelmer Vernooij2002-11-091-5/+0
* Sync with HEADJelmer Vernooij2002-11-091-101/+29
* Ensure we register the 1c name on the unicast subnet.Jeremy Allison2002-10-081-0/+10
* Merging tridge's wins fixes. Tridge - we're supposed to be keeping 3.0 upJeremy Allison2002-10-031-2/+2
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-252-2/+7
* sync 3.0 branch with headJelmer Vernooij2002-08-177-30/+146
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-1511-975/+1036
* nmbd handle shutdown message.Jean-François Micouleau2002-03-291-0/+10
* Fix to stop PERMANENT_NAMES being added when nmbd starts up and WINSJeremy Allison2002-03-291-5/+34
* Make winbindd_idmap tdb endian independent. This is very important forJeremy Allison2002-03-211-5/+5
* Add assertions that kill() is never accidentally passed a non-positiveMartin Pool2002-03-201-2/+3
* Removed unused static function.Tim Potter2002-03-051-18/+0
* Cause nmbd to take signal processing in-band, rather than inJeremy Allison2002-03-011-339/+368
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-3027-52/+27
* rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-253-267/+627
* remove unused variableJean-François Micouleau2002-01-251-1/+0
* Ensure (C) message is output on startup.Jeremy Allison2002-01-181-2/+2
* Tidyup & code refactoring from Martin.Sheppard@csiro.au.Jeremy Allison2002-01-181-26/+23
* Fix name register bug with non-existent wins server.Jeremy Allison2002-01-161-32/+29
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-114-15/+15
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Fixup -i interactive modes.Jeremy Allison2001-12-291-5/+6
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+6
* added -i option to nmbd, giving interactive mode (like winbindd)Andrew Tridgell2001-11-271-3/+8
* Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter2001-11-269-22/+13
* Removed TimeInit() call from every client program (except for one placeTim Potter2001-11-231-2/+0
* LMHOSTSFILE is now dynamically configured too.Martin Pool2001-11-191-12/+3
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-7/+5
* Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2001-10-082-2/+3
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0227-50/+0
* How often did I read the CVS commit messageVolker Lendecke2001-09-271-1/+1
* From 2.2.Volker Lendecke2001-09-261-0/+6
* move to SAFE_FREE()Simo Sorce2001-09-1714-39/+37
* convert more code to use XFILEAndrew Tridgell2001-09-104-46/+45
* convert more code to use XFILEAndrew Tridgell2001-09-103-10/+10
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-2/+2