summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andrew Tridgell [Mon, 10 Jun 1996 06:08:50 +0000 (06:08 +0000)]
minor patch to allow host announcements to remote subnets
Samba Release Account [Mon, 10 Jun 1996 05:20:35 +0000 (05:20 +0000)]
preparing for release of 1.9.16alpha10
Andrew Tridgell [Mon, 10 Jun 1996 05:16:19 +0000 (05:16 +0000)]
a cleanup of the receive_smb() usage, adding timeouts in some places
also added paranoid code in the main process() loop of smbd to detect
when smbd is looping uselessly. This should stop the "smbd is chewing
lots of cpu" reports
Andrew Tridgell [Mon, 10 Jun 1996 04:38:24 +0000 (04:38 +0000)]
got rid of a lot of redundent header files as we now globally generate
prototypes automatically using "make proto". This is much less prone
to error than the old method of manually adding prototypes
Andrew Tridgell [Mon, 10 Jun 1996 03:42:06 +0000 (03:42 +0000)]
documented the "max disk size" option.
I'm sure I've done this before, we must have lost some patches a while
ago?
Andrew Tridgell [Mon, 10 Jun 1996 03:39:58 +0000 (03:39 +0000)]
moved some more locking routines to locking.c, and moved replacement
routines for broken OSes from util.c to replace.c.
Andrew Tridgell [Mon, 10 Jun 1996 03:38:08 +0000 (03:38 +0000)]
updates from Luke to rename "domains" more accurately to "subnets"
Samba Release Account [Sat, 8 Jun 1996 05:39:06 +0000 (05:39 +0000)]
preparing for release of 1.9.16alpha9
Andrew Tridgell [Sat, 8 Jun 1996 05:37:33 +0000 (05:37 +0000)]
more changes from Luke
Andrew Tridgell [Sat, 8 Jun 1996 05:36:21 +0000 (05:36 +0000)]
fixed the apana MIRRORS entry
Andrew Tridgell [Sat, 8 Jun 1996 04:41:51 +0000 (04:41 +0000)]
changes from Luke
Andrew Tridgell [Sat, 8 Jun 1996 04:36:25 +0000 (04:36 +0000)]
moved MSBROWSE into nameserv.h
Andrew Tridgell [Sat, 8 Jun 1996 04:34:45 +0000 (04:34 +0000)]
patches fromk Luke putting in symbolic names for time constants
Andrew Tridgell [Sat, 8 Jun 1996 04:33:37 +0000 (04:33 +0000)]
- added comments to byteorder.h explaining how it works.
- fixed problem with installscripts if srcdir is not set
- fixed ptr init bug in interface.c
- changed default lookup type in nmblookup to match nbtstat under NT
- new quotas fixes for sunos and solaris
Andrew Tridgell [Fri, 7 Jun 1996 03:34:22 +0000 (03:34 +0000)]
- added predict.c, moving the routines from util.c
- added iface_count() and iface_n_ip() routines so its easy to loop
over the local interface list
- made readsize a normal loadparm global
- check for null w in add_domain_entry()
- set the deathtime to time()-1 for doamin entries with servertype==0
This allows servers that are shutting down to be removed
- add the 0x1c name at startup if we are a WINS server. Previously we
added it only if we were a master
- loop over interfaces in add_my_domains(), so people don't have to
have a lmhosts file to get lp_workgroup() on all interfaces
- set add to True for find_workgroupstruct() in nmbsync, and check for
null return
- remove some ugly "errno = EBADF" bits. they just confused things.
Samba Release Account [Thu, 6 Jun 1996 11:58:12 +0000 (11:58 +0000)]
preparing for release of 1.9.16alpha8
Andrew Tridgell [Thu, 6 Jun 1996 11:43:09 +0000 (11:43 +0000)]
- added interface.c and removed all the references to myip, bcast_ip
and Netmask, instead replacing them with calls to routines in
interface.c
- got rid of old MAXINT define
- added code to ensure we only return one entry for each name in the ipc
enum routines
- added new_only option to add_netbios_entry() to prevent overwriting
of important names
- minor time handling fixup
Andrew Tridgell [Thu, 6 Jun 1996 11:24:54 +0000 (11:24 +0000)]
added some notes on the new "interfaces" option
Samba Release Account [Thu, 6 Jun 1996 00:30:18 +0000 (00:30 +0000)]
preparing for release of 1.9.16alpha7
Andrew Tridgell [Thu, 6 Jun 1996 00:29:22 +0000 (00:29 +0000)]
fix a bug that meant alpha6 couldn't compile.
Andrew Tridgell [Thu, 6 Jun 1996 00:28:48 +0000 (00:28 +0000)]
add sunos private makefile to .ignore
Samba Release Account [Wed, 5 Jun 1996 15:46:41 +0000 (15:46 +0000)]
preparing for release of 1.9.16alpha6
Andrew Tridgell [Wed, 5 Jun 1996 15:44:24 +0000 (15:44 +0000)]
- remove some incorrect prototypes from server.c
- formatting cleanup in check_master_browser()
- removed unused code from nameserv.c
Andrew Tridgell [Wed, 5 Jun 1996 15:16:09 +0000 (15:16 +0000)]
- changed some debug levels in clientutil.c
- added dir_check_ftype() to clean up the file type checking a bit
- added check for libc version >= 5 for setfsuid() for Linux
- moved the AM_MASTER() and related macros to nameserv.h
- added proper defines for the various netbios announce types
- don't call the announce_backup() code, as I'm pretty sure its wrong
it sent ANN_GetBackupListReq packets as broadcasts, they are supposed
to be used only by clients to the master browser to find a list of
available backup servers to remote a netserverenum to, I don't think
nmbd should ever send one.
- fixed a bug in the browse list writing
- minor debug cleanups
- put in the code to discard our own broadcasts (it won't work for
multi-homed hosts though)
- changed ELECTION_VERSION to 1 so we can be beaten by a NT 3.51 server by
lowering the os level.
- only do sync_browse_lists() if we are the master browser, otherwise
we'll cause network overload
- don't call tell_become_backup() as it appears to be badly broken, it
should only be used when the machine being told has its MAINTAIN_LIST
to to auto. Not calling it does no great harm anyway
- fix a nasty bug where becomebackup was confused with reset browser!
- make setbuffer() not get caught by the auto protototypes
Samba Release Account [Tue, 4 Jun 1996 15:20:14 +0000 (15:20 +0000)]
preparing for release of 1.9.16alpha5
Samba Release Account [Tue, 4 Jun 1996 15:19:23 +0000 (15:19 +0000)]
updated the entry for Phillip Hands
Andrew Tridgell [Tue, 4 Jun 1996 15:14:47 +0000 (15:14 +0000)]
Did more integration of Lukes code ready for the first release.
I've now got WINS registration working, and refresh working. Its
looking pretty good so far, but needs lots of testing.
Andrew Tridgell [Tue, 4 Jun 1996 06:53:43 +0000 (06:53 +0000)]
add dummy quotas fn
fix typo in reply to backup lists
Andrew Tridgell [Tue, 4 Jun 1996 06:42:03 +0000 (06:42 +0000)]
a huge pile of changes :-)
The biggest thing is the integration of Lukes new nmbd. Its still
largely untested, so we will really need some feedback
I've also added auto prototype generation and cleaned up a lot of
minor things as a result
Andrew Tridgell [Sat, 1 Jun 1996 15:25:30 +0000 (15:25 +0000)]
- moved the uid handling to uid.c
- added setfsuid() support (for Linux)
- started adding some of Lukes changes, just the loadparm and ipc ones
so far
Samba Release Account [Fri, 31 May 1996 15:16:22 +0000 (15:16 +0000)]
preparing for release of 1.9.16alpha4
Andrew Tridgell [Fri, 31 May 1996 15:13:29 +0000 (15:13 +0000)]
Lots of changes!
- add faq info on NT printer handling
- add "delete readonly" option to help rcs users
- add stuff to man pages on new printer options
- add "proxy name resolution" option
- add "command string" -c option to smbclient (thanks Ken)
- split time functions into time.c
- rearrange the quotas stuff a bit and fix some bugs
- complete rehash of the time handling code thanks to Paul Eggert
- fix nmblookup output a bit
- add plp print queue parsing from Bertrand Wallrich
Andrew Tridgell [Fri, 31 May 1996 06:10:18 +0000 (06:10 +0000)]
add my private makefile to the ignore list
Andrew Tridgell [Fri, 31 May 1996 06:09:42 +0000 (06:09 +0000)]
comment out the code that tries to handle the NT bug where the 2nd
passlen is wrong. The fix is worse than the problem :-)
Andrew Tridgell [Thu, 30 May 1996 03:16:17 +0000 (03:16 +0000)]
- added an entry on WinDD to samba.faq
- added a sample smb.conf from Thoralf.Freitag@remserv.rz.fhtw-berlin.de
- print the errno when you get a can't change directory error
- added installscripts.sh from James_K._Foote.PARC@xerox.com
Samba Release Account [Thu, 30 May 1996 00:06:59 +0000 (00:06 +0000)]
added this ages ago, but forgot to put it in cvs
Samba Release Account [Wed, 29 May 1996 13:38:01 +0000 (13:38 +0000)]
remove cvs.log from cvs, instead use the release script to copy it to
the right places
Samba Release Account [Wed, 29 May 1996 07:55:29 +0000 (07:55 +0000)]
preparing for release of 1.9.16alpha3
Andrew Tridgell [Wed, 29 May 1996 07:54:01 +0000 (07:54 +0000)]
handle errors from receive_smb better, and print error string
Andrew Tridgell [Wed, 29 May 1996 07:49:50 +0000 (07:49 +0000)]
fixed a typo
Andrew Tridgell [Wed, 29 May 1996 07:47:47 +0000 (07:47 +0000)]
cleanups to make thinsg compile cleanly
Andrew Tridgell [Wed, 29 May 1996 07:45:45 +0000 (07:45 +0000)]
added comments about trapdoor uids
Samba Release Account [Wed, 29 May 1996 04:35:50 +0000 (04:35 +0000)]
preparing for release of 1.9.16alpha2
Andrew Tridgell [Wed, 29 May 1996 03:11:42 +0000 (03:11 +0000)]
cleaned up the way the max log size stuff works and fixed a potential
problem with varargs usage in Debug()
Samba Release Account [Tue, 28 May 1996 13:39:48 +0000 (13:39 +0000)]
added nimbus to list of mirrors
Samba Release Account [Thu, 23 May 1996 23:55:13 +0000 (23:55 +0000)]
General updating.
Dan
Samba Release Account [Thu, 23 May 1996 23:50:59 +0000 (23:50 +0000)]
Added reference to DIAGNOSIS.txt. Deleted the claim that tridge reads all
postings to mailing list. Removed arvidsjaur, other small stuff.
Dan
Samba Release Account [Thu, 23 May 1996 23:45:56 +0000 (23:45 +0000)]
Updated general section to include more about current capabilities. Added
references to samba-bugs, DIAGNOSIS.txt and the hypermail archives. Various
other small changes.
Dan
Samba Release Account [Thu, 23 May 1996 23:23:48 +0000 (23:23 +0000)]
Added check for something already binding to port 139 to TEST 3
Dan
Samba Release Account [Mon, 20 May 1996 08:11:51 +0000 (08:11 +0000)]
Changed more references of 'nimbus.anu.edu.au/pub/tridge/samba' to
'samba.anu.edu.au/pub/samba'
The only reference I see now to 'nimbus' is in ENCRYPTION.txt regarding
libdes stuff.
Paul...
Samba Release Account [Fri, 17 May 1996 00:43:54 +0000 (00:43 +0000)]
Made chang
blody comso: can't see what i'm writing...
Made changes to reflect nimbus.anu.edu.au -> samba.anu.edu.au chage.
changed reference to /ub/samba/change-log o /ub/samba/alpha/change-log
Also added samba.faq.html to docs directory
Paul...
Samba Release Account [Mon, 6 May 1996 09:16:35 +0000 (09:16 +0000)]
Update the samba.faq file with what was current on the web site, there
were a number of additions.
Changed the faq version number to 1.9.15 to match current samba version.
Samba Release Account [Mon, 6 May 1996 08:55:21 +0000 (08:55 +0000)]
Updated references in doco to 'lake.can.....'
with 'http://samba.can.....' and added a mirror site to MIRROR
Samba Release Account [Mon, 6 May 1996 06:47:02 +0000 (06:47 +0000)]
Updated smbstat script with a better one, Paul.
Samba Release Account [Mon, 6 May 1996 00:36:30 +0000 (00:36 +0000)]
added QNX entry to MIRRORS
Andrew Tridgell [Sun, 5 May 1996 11:35:35 +0000 (11:35 +0000)]
fixed version number (again!)
Andrew Tridgell [Sun, 5 May 1996 11:35:09 +0000 (11:35 +0000)]
made dptr_num signed to handle -1 from OS/2
Andrew Tridgell [Sun, 5 May 1996 11:34:03 +0000 (11:34 +0000)]
- added hostname support to smbstatus
- fix a bug where -s would not be recognised
Andrew Tridgell [Sun, 5 May 1996 11:26:58 +0000 (11:26 +0000)]
- fix a bug hanlding very log filenames
- move quotas support to separate file
- send keepalives to password server
Andrew Tridgell [Sun, 5 May 1996 11:25:33 +0000 (11:25 +0000)]
move quotas support out of server.c
Andrew Tridgell [Sun, 5 May 1996 11:25:07 +0000 (11:25 +0000)]
turn on KEEP_PASSWORD_SERVER_OPEN by default
Andrew Tridgell [Sun, 5 May 1996 11:23:23 +0000 (11:23 +0000)]
handle being passed a dptr of -1 to mean "close all open dir handles".
Looks like OS/2 does this. It caused a core dump.
Andrew Tridgell [Sun, 5 May 1996 11:12:54 +0000 (11:12 +0000)]
- handle CORE protocol better
- handle case where director exists when untarring
Andrew Tridgell [Sun, 5 May 1996 11:09:17 +0000 (11:09 +0000)]
ignore some files
Andrew Tridgell [Sun, 5 May 1996 08:04:06 +0000 (08:04 +0000)]
documented -W option
Andrew Tridgell [Sun, 5 May 1996 08:03:05 +0000 (08:03 +0000)]
removed old -S option from nmbd manpage
Samba Release Account [Sun, 5 May 1996 07:19:23 +0000 (07:19 +0000)]
added some more support entries from samba-bugs mail
Andrew Tridgell [Sun, 5 May 1996 03:04:51 +0000 (03:04 +0000)]
change version number to 1.9.16p2
Andrew Tridgell [Sun, 5 May 1996 03:04:19 +0000 (03:04 +0000)]
- close the listening socket in the child process when running as a daemon
- exit with a non-zero exit code if open_sockets() fails
Andrew Tridgell [Sat, 4 May 1996 13:17:14 +0000 (13:17 +0000)]
removed obscene comment added by Dan
Samba Release Account [Sat, 4 May 1996 13:14:08 +0000 (13:14 +0000)]
Changed to reflect new ownership by Microsoft
Andrew Tridgell [Sat, 4 May 1996 10:51:22 +0000 (10:51 +0000)]
updates to wall.perl from michal@ellpspace.math.ualberta.ca
Andrew Tridgell [Sat, 4 May 1996 10:49:35 +0000 (10:49 +0000)]
fix a dst bug, we had a sign wrong in the calculation :-(
Andrew Tridgell [Sat, 4 May 1996 10:48:19 +0000 (10:48 +0000)]
- use issafe()
- map the archive bit in a more robust manner. We now set it when we
first write to the file after opening it.
Andrew Tridgell [Sat, 4 May 1996 10:45:50 +0000 (10:45 +0000)]
fix a netgroup bug (innetgr() was being called with the args in the
wrong order!)
Andrew Tridgell [Sat, 4 May 1996 10:44:49 +0000 (10:44 +0000)]
move the dot_pos calculation down a bit
Andrew Tridgell [Sat, 4 May 1996 10:43:29 +0000 (10:43 +0000)]
use the new issafe() macro instead of isalnum() and strchr()
Samba Release Account [Sat, 4 May 1996 10:32:30 +0000 (10:32 +0000)]
added sequent fixes
Samba Release Account [Sat, 4 May 1996 10:28:35 +0000 (10:28 +0000)]
fixed a typo in the select() emulation code
Samba Release Account [Sat, 4 May 1996 10:23:27 +0000 (10:23 +0000)]
upped version number
Samba Release Account [Sat, 4 May 1996 10:19:55 +0000 (10:19 +0000)]
added issafe() define for "safe" characters
Andrew Tridgell [Sat, 4 May 1996 07:55:56 +0000 (07:55 +0000)]
updated README for new samba.anu.edu.u alias
Samba Release Account [Sat, 4 May 1996 07:50:46 +0000 (07:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.
Samba Release Account [Sat, 4 May 1996 07:50:46 +0000 (07:50 +0000)]
Initial version imported to CVS
Samba Release Account [Sat, 4 May 1996 07:50:45 +0000 (07:50 +0000)]
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
Samba Release Account [Sat, 4 May 1996 07:50:45 +0000 (07:50 +0000)]
Initial version imported to CVS