summaryrefslogtreecommitdiff
path: root/source3/nmbd/nmbd.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16576: Fix Klocwork #2015. Possible null deref.Jeremy Allison1-0/+5
2007-10-10r15700: Make nmbd udp sockets non-blocking to prevent problemJeremy Allison1-0/+4
2007-10-10r14898: This change is an attempt to improve the quality of the information thatJames Peach1-40/+1
2007-10-10r14618: add --no-process-group to all server programmsStefan Metzmacher1-2/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-...Gerald Carter1-3/+4
2007-10-10r12564: Ensure load_case_tables is always done first.Jeremy Allison1-0/+2
2007-10-10r12107: Move to a tdb-based wins database. At the moment we stillJeremy Allison1-1/+4
2007-10-10r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138.Jeremy Allison1-1/+3
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-0/+2
2007-10-10r10822: updating copyright infoGerald Carter1-1/+1
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-8/+13
2007-10-10r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter1-2/+1
2007-10-10r7440: * merge registry server changes from trunk (so far) for moreGerald Carter1-2/+2
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-0/+51
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+2
2007-10-10r2470: Fix bug 1797: winbind and nmbd ignored "-l" option.Volker Lendecke1-2/+6
2004-01-11update copyright to -2004Stefan Metzmacher1-1/+1
2003-11-01This binds the nmbd sending socket to the 'socket address'.Volker Lendecke1-2/+2
2003-08-27Fix the character set handling properly in nmbd. Also fix bug whereJeremy Allison1-1/+2
2003-08-23Half-way though the big conversion of all nmbd access to wire elements beingJeremy Allison1-105/+100
2003-08-20metze's autogenerate patch for version.hGerald Carter1-1/+1
2003-07-15Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n...Alexander Bokovoy1-5/+26
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-2/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+2
2003-04-25As nobody really objected to this patch, I opted to create facts :-)Volker Lendecke1-1/+3
2003-04-16fixed the popt option handling in nmbd, so that -i now worksAndrew Tridgell1-34/+37
2003-04-14Merge:Tim Potter1-20/+0
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-12/+3
2003-03-30update copyright notice since it we are now almost 4 months into 2003Gerald Carter1-1/+1
2003-03-18Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett1-1/+1
2003-01-03patch to include support for daemontools from Michael HandlerGerald Carter1-3/+21
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-0/+20
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-100/+2
2002-11-09Last sync with HEADJelmer Vernooij1-5/+0
2002-11-09Sync with HEADJelmer Vernooij1-101/+29
2002-08-17sync 3.0 branch with headJelmer Vernooij1-3/+8
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-14/+5
2002-03-29nmbd handle shutdown message.Jean-François Micouleau1-0/+10
2002-03-01Cause nmbd to take signal processing in-band, rather than inJeremy Allison1-339/+368
2002-01-30Removed version number from file header.Tim Potter1-1/+1
2002-01-25rewrote nmbd's wins backend to use a tdb instead of a flat text file.Jean-François Micouleau1-0/+1
2002-01-18Ensure (C) message is output on startup.Jeremy Allison1-2/+2
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-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 Potter1-2/+0
2001-11-23Removed TimeInit() call from every client program (except for one placeTim Potter1-2/+0