1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source3/nmbd
Christopher R. Hertel 7fe3a42857 nmbd and smbd had different behavior with respect to log files. nmbd would
default to overwrite and smbd would default to append.  Also, the -a option
(actually a toggle, such that "-a -a" would set the default) was documented
as append mode for nmbd, and *overwrite mode* for smbd.

nmbd now defaults to append mode, to match smbd.  The -a option now always
means append, and I've added the -o option to both, meaning overwrite.

Note that the change to nmbd's default behavior may confuse some people.
I've not seen anything about 2.0.0 changes in the WHATSNEW.txt file.
Where would I document a change like this?

Chris -)-----
(This used to be commit b1d374fb14)
1998-08-21 17:21:55 +00:00
..
.cvsignore added ignore rules for the dummy files 1998-08-09 11:25:49 +00:00
asyncdns.c configure: Changes for extra headers. 1998-08-15 01:19:26 +00:00
dummy.in these dummy files are needed for autoconf processing 1998-08-09 11:24:15 +00:00
nmbd_become_dmb.c One more minor change to the format of a DEBUG message. I broke up a 1998-08-03 18:33:49 +00:00
nmbd_become_lmb.c I finished removing timestring() calls from DEBUG() messages. Also went 1998-08-03 18:13:13 +00:00
nmbd_browserdb.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
nmbd_browsesync.c I finished removing timestring() calls from DEBUG() messages. Also went 1998-08-03 18:13:13 +00:00
nmbd_elections.c nmbd_elections.c: Removed force elections code to bring into line with 1.9.18. 1998-06-29 22:50:49 +00:00
nmbd_incomingdgrams.c nisppass.c: Fixed incorrect parameter usage. 1998-06-27 00:27:44 +00:00
nmbd_incomingrequests.c loadparm.c: 1998-07-14 21:23:59 +00:00
nmbd_lmhosts.c The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns a 1998-06-23 08:15:05 +00:00
nmbd_logonnames.c I finished removing timestring() calls from DEBUG() messages. Also went 1998-08-03 18:13:13 +00:00
nmbd_mynames.c I've replaced the linked list used to manage the subnet namelists with a 1998-06-10 19:51:58 +00:00
nmbd_namelistdb.c nmbd_elections.c: Removed force elections code to bring into line with 1.9.18. 1998-06-29 22:50:49 +00:00
nmbd_namequery.c This is a first step toward moving long namelists into a database. I 1998-06-09 01:56:18 +00:00
nmbd_nameregister.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
nmbd_namerelease.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
nmbd_nodestatus.c This is *not* a big change (although it looks like one). 1998-01-22 13:27:43 +00:00
nmbd_packets.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
nmbd_processlogon.c chgpasswd.c: Changed back to getsmb... from getsam... 1998-05-18 21:30:57 +00:00
nmbd_responserecordsdb.c This looks like a big change but really isn't. 1998-04-25 01:12:08 +00:00
nmbd_sendannounce.c this is the bug change to using connection_struct* instead of cnum. 1998-08-14 17:38:29 +00:00
nmbd_serverlistdb.c This is a security audit change of the main source. 1998-05-12 00:55:32 +00:00
nmbd_subnetdb.c Cleaned up some testing code and made it more "permanent" looking. The 1998-07-25 15:45:42 +00:00
nmbd_winsproxy.c The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns a 1998-06-23 08:15:05 +00:00
nmbd_winsserver.c More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD() 1998-08-03 22:10:53 +00:00
nmbd_workgroupdb.c More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD() 1998-08-03 22:10:53 +00:00
nmbd.c nmbd and smbd had different behavior with respect to log files. nmbd would 1998-08-21 17:21:55 +00:00