..
.cvsignore
added ignore rules for the dummy files
1998-08-09 11:25:49 +00:00
asyncdns.c
a couple of debug lines
1998-08-30 16:33:48 +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
added some defensive programming to nmbd. This mostly means zeroing
1998-08-30 04:27:26 +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
minor fixes to the DMB<->DMB sync code. We now get the dmb name from
1998-08-31 07:23:11 +00:00
nmbd_elections.c
added a dest_port parameter to send_mailslot() so we send replies to
1998-08-30 17:04:24 +00:00
nmbd_incomingdgrams.c
added a dest_port parameter to send_mailslot() so we send replies to
1998-08-30 17:04:24 +00:00
nmbd_incomingrequests.c
changed the way that name query records are sorted in replies. They
1998-08-30 08:45:23 +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
set a maximum name refresh time of 20 minutes.
1998-08-31 04:19:31 +00:00
nmbd_namelistdb.c
set a maximum name refresh time of 20 minutes.
1998-08-31 04:19:31 +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
added a dest_port parameter to send_mailslot() so we send replies to
1998-08-30 17:04:24 +00:00
nmbd_processlogon.c
added a dest_port parameter to send_mailslot() so we send replies to
1998-08-30 17:04:24 +00:00
nmbd_responserecordsdb.c
added some defensive programming to nmbd. This mostly means zeroing
1998-08-30 04:27:26 +00:00
nmbd_sendannounce.c
bounds check next_token() to prevent possible buffer overflows
1998-08-31 03:11:42 +00:00
nmbd_serverlistdb.c
added some defensive programming to nmbd. This mostly means zeroing
1998-08-30 04:27:26 +00:00
nmbd_subnetdb.c
added some defensive programming to nmbd. This mostly means zeroing
1998-08-30 04:27:26 +00:00
nmbd_synclists.c
bounds check next_token() to prevent possible buffer overflows
1998-08-31 03:11:42 +00:00
nmbd_winsproxy.c
added some defensive programming to nmbd. This mostly means zeroing
1998-08-30 04:27:26 +00:00
nmbd_winsserver.c
bounds check next_token() to prevent possible buffer overflows
1998-08-31 03:11:42 +00:00
nmbd_workgroupdb.c
added some defensive programming to nmbd. This mostly means zeroing
1998-08-30 04:27:26 +00:00
nmbd.c
I realised that my DMB<->DMB sync code has the property that the
1998-08-31 06:59:23 +00:00