summaryrefslogtreecommitdiffstats
path: root/source3/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
...
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-40/+1
* r14618: add --no-process-group to all server programmsStefan Metzmacher2007-10-101-2/+4
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-...Gerald Carter2007-10-101-3/+4
* r12564: Ensure load_case_tables is always done first.Jeremy Allison2007-10-101-0/+2
* r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison2007-10-101-1/+4
* r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138.Jeremy Allison2007-10-101-1/+3
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-0/+2
* r10822: updating copyright infoGerald Carter2007-10-101-1/+1
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-8/+13
* r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter2007-10-101-2/+1
* r7440: * merge registry server changes from trunk (so far) for moreGerald Carter2007-10-101-2/+2
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-0/+51
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+2
* r2470: Fix bug 1797: winbind and nmbd ignored "-l" option.Volker Lendecke2007-10-101-2/+6
* update copyright to -2004Stefan Metzmacher2004-01-111-1/+1
* This binds the nmbd sending socket to the 'socket address'.Volker Lendecke2003-11-011-2/+2
* Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison2003-08-271-1/+2
* Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison2003-08-231-105/+100
* metze's autogenerate patch for version.hGerald Carter2003-08-201-1/+1
* Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy2003-07-151-5/+26
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-2/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+2
* As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke2003-04-251-1/+3
* fixed the popt option handling in nmbd, so that -i now worksAndrew Tridgell2003-04-161-34/+37
* Merge:Tim Potter2003-04-141-20/+0
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-12/+3
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-181-1/+1
* patch to include support for daemontools from Michael HandlerGerald Carter2003-01-031-3/+21
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-0/+20
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-100/+2
* Last sync with HEADJelmer Vernooij2002-11-091-5/+0
* Sync with HEADJelmer Vernooij2002-11-091-101/+29
* sync 3.0 branch with headJelmer Vernooij2002-08-171-3/+8
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-14/+5
* nmbd handle shutdown message.Jean-François Micouleau2002-03-291-0/+10
* Cause nmbd to take signal processing in-band, rather than inJeremy Allison2002-03-011-339/+368
* Removed version number from file header.Tim Potter2002-01-301-1/+1
* rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau2002-01-251-0/+1
* Ensure (C) message is output on startup.Jeremy Allison2002-01-181-2/+2
* 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
* 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-261-2/+0
* 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