Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -9/+9 |
2007-10-10 | r19626: Coalesce usage of DUMP_CORE. Fix formatting on chdir error message | James Peach | 1 | -2/+0 |
2007-10-10 | r16576: Fix Klocwork #2015. Possible null deref. | Jeremy Allison | 1 | -0/+5 |
2007-10-10 | r15700: Make nmbd udp sockets non-blocking to prevent problem | Jeremy Allison | 1 | -0/+4 |
2007-10-10 | r14898: This change is an attempt to improve the quality of the information that | James Peach | 1 | -40/+1 |
2007-10-10 | r14618: add --no-process-group to all server programms | Stefan Metzmacher | 1 | -2/+4 |
2007-10-10 | r13571: Replace all calls to talloc_free() with thye TALLOC_FREE() | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500 | Derrell Lipman | 1 | -1/+1 |
2007-10-10 | r12967: BUG 1061: don't corrupt the file name when reading an lmhosts file (-... | Gerald Carter | 1 | -3/+4 |
2007-10-10 | r12564: Ensure load_case_tables is always done first. | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r12107: Move to a tdb-based wins database. At the moment we still | Jeremy Allison | 1 | -1/+4 |
2007-10-10 | r11566: From metze. Use "interpret_addr(lp_socket_address())" for port 138. | Jeremy Allison | 1 | -1/+3 |
2007-10-10 | r11511: A classic "friday night check-in" :-). This moves much | Jeremy Allison | 1 | -0/+2 |
2007-10-10 | r10822: updating copyright info | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -8/+13 |
2007-10-10 | r9790: remove 'set but not used' variables (reported by Jason Mader) | Gerald Carter | 1 | -2/+1 |
2007-10-10 | r7440: * merge registry server changes from trunk (so far) for more | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -0/+51 |
2007-10-10 | r6225: get rid of warnings from my compiler about nested externs | Herb Lewis | 1 | -2/+2 |
2007-10-10 | r2470: Fix bug 1797: winbind and nmbd ignored "-l" option. | Volker Lendecke | 1 | -2/+6 |
2004-01-11 | update copyright to -2004 | Stefan Metzmacher | 1 | -1/+1 |
2003-11-01 | This binds the nmbd sending socket to the 'socket address'. | Volker Lendecke | 1 | -2/+2 |
2003-08-27 | Fix the character set handling properly in nmbd. Also fix bug where | Jeremy Allison | 1 | -1/+2 |
2003-08-23 | Half-way though the big conversion of all nmbd access to wire elements being | Jeremy Allison | 1 | -105/+100 |
2003-08-20 | metze's autogenerate patch for version.h | Gerald Carter | 1 | -1/+1 |
2003-07-15 | Add support for MSG_SMB_CONF_UPDATED and MSG_SHUTDOWN to all daemons (smbd, n... | Alexander Bokovoy | 1 | -5/+26 |
2003-05-10 | Reverse previous patch from Stefan and me after comments by Andrew Bartlett | Jelmer Vernooij | 1 | -2/+0 |
2003-05-10 | Patch from metze and me that adds dummy smb_register_*() functions so | Jelmer Vernooij | 1 | -0/+2 |
2003-04-25 | As nobody really objected to this patch, I opted to create facts :-) | Volker Lendecke | 1 | -1/+3 |
2003-04-16 | fixed the popt option handling in nmbd, so that -i now works | Andrew Tridgell | 1 | -34/+37 |
2003-04-14 | Merge: | Tim Potter | 1 | -20/+0 |
2003-04-14 | Merge Jelmer's popt updates from HEAD. | Tim Potter | 1 | -12/+3 |
2003-03-30 | update copyright notice since it we are now almost 4 months into 2003 | Gerald Carter | 1 | -1/+1 |
2003-03-18 | Add an extra parameter to our 'set_remote_machine_name' and | Andrew Bartlett | 1 | -1/+1 |
2003-01-03 | patch to include support for daemontools from Michael Handler | Gerald Carter | 1 | -3/+21 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -0/+20 |
2002-11-12 | Removed global_myworkgroup, global_myname, global_myscope. Added liberal | Jeremy Allison | 1 | -100/+2 |
2002-11-09 | Last sync with HEAD | Jelmer Vernooij | 1 | -5/+0 |
2002-11-09 | Sync with HEAD | Jelmer Vernooij | 1 | -101/+29 |
2002-08-17 | sync 3.0 branch with head | Jelmer Vernooij | 1 | -3/+8 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -14/+5 |
2002-03-29 | nmbd handle shutdown message. | Jean-François Micouleau | 1 | -0/+10 |
2002-03-01 | Cause nmbd to take signal processing in-band, rather than in | Jeremy Allison | 1 | -339/+368 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-25 | rewrote nmbd's wins backend to use a tdb instead of a flat text file. | Jean-François Micouleau | 1 | -0/+1 |
2002-01-18 | Ensure (C) message is output on startup. | Jeremy Allison | 1 | -2/+2 |
2001-12-30 | When running interactive we want to set our own process group for | Jeremy Allison | 1 | -0/+9 |
2001-12-29 | Fixup -i interactive modes. | Jeremy Allison | 1 | -5/+6 |
2001-12-20 | Removed global debugf. Replaced with lp_set_logfile(name). | Jeremy Allison | 1 | -5/+6 |
2001-11-27 | added -i option to nmbd, giving interactive mode (like winbindd) | Andrew Tridgell | 1 | -3/+8 |