samba.git
27 years agofix Makefile - remove Lukes private stuff :-)
Andrew Tridgell [Wed, 3 Jul 1996 02:39:49 +0000 (02:39 +0000)]
fix Makefile - remove Lukes private stuff :-)
rerun proto generator

27 years ago- moved the protocol defs in the client to keep sill C compilers happy
Andrew Tridgell [Wed, 3 Jul 1996 01:58:27 +0000 (01:58 +0000)]
- moved the protocol defs in the client to keep sill C compilers happy
- added change for cnum range in reply_tdis()

27 years agoas a result of the writing of namework.doc, namework.c has been tidied up,
Samba Release Account [Tue, 2 Jul 1996 15:31:33 +0000 (15:31 +0000)]
as a result of the writing of namework.doc, namework.c has been tidied up,
some bugs fixed / documented and some discrepancies noted down (in
namework.c as well as namework.doc)

namebrowse.c and namelogon.c contain functions that were inappropriately
placed in namework.c. namebrowse.c contains browse sync queue management
functions that were inappropriately placed in namedb.c

the 'cmd_type' member of response_record has been renamed to 'state'
because that more accurately reflects it purpose (not entirely. sigh).

fixed a bug in nameserv.c that meant the previous version wouldn't
compile.

there's probably a bit more...

lkcl

27 years agoupdated low-level design documentation on nmbd. first draft of namework.doc
Samba Release Account [Tue, 2 Jul 1996 15:23:02 +0000 (15:23 +0000)]
updated low-level design documentation on nmbd. first draft of namework.doc
and updated the other two.

lkcl

27 years agopatch to fix NetServerEnum with multiple workgroup lists kindly supplied.
Samba Release Account [Mon, 1 Jul 1996 18:54:02 +0000 (18:54 +0000)]
patch to fix NetServerEnum with multiple workgroup lists kindly supplied.
it works for him. needs testing.

27 years agoupdated the NetBIOS code due to some bugs found by writing the first draft
Samba Release Account [Mon, 1 Jul 1996 18:29:21 +0000 (18:29 +0000)]
updated the NetBIOS code due to some bugs found by writing the first draft
of the low level design docs.

27 years agofirst draft of low-level design documents describing the operation of
Samba Release Account [Mon, 1 Jul 1996 18:22:31 +0000 (18:22 +0000)]
first draft of low-level design documents describing the operation of
nameserv.c and nameresp.c and their interaction with the rest of nmbd.

27 years agoadded local and remote interfaces (didn't get done in first attempt)
Samba Release Account [Sat, 29 Jun 1996 19:27:12 +0000 (19:27 +0000)]
added local and remote interfaces (didn't get done in first attempt)

27 years agoluke's first attempt at using cvs
Samba Release Account [Sat, 29 Jun 1996 18:49:20 +0000 (18:49 +0000)]
luke's first attempt at using cvs

accidentally updated the Makefile

updated the name database structure (again!). this time, there is one
name database per local interface. there is also a pseudo-interface on
ip 255.255.255.255. its purpose is to store WINS name entries. all the
local interface name databases store SELF names only. the WINS name
database stores non-special browser names.

added wins.dat file: records WINS entries in ascii format. this is reloaded
when nmbd restarts.

added repeating code for response packets. timer is in seconds only at the
moment.

updated the response queue code to deal with samba registering with a
WINS server a bit better (added more cases when a response isn't received).
tidied up the response packet processing code and expire_response_queue()
code. added cross references between response received and await-response
expired code.

added over-zealous code that checks all machines that register with samba
as a WINS server (every 10 minutes i think): to see whether they are still
alive or not (see rfc1001.txt)

bug reported by terry@ren.pc.athabascau.ca: DNSFAILed names _stay_ as
DNSFAIL, even though the machine may come back up and REGISTER.

removed update_from_reg() function. it's not necessary, and it does too much.

added code that announces on each local interface samba's ttl as zero and
servertype as zero when nmbd is kill -TERMed

first attempt at putting the first functionality of samba browsing back in
(remote subnets should have samba appear in a workgroup specified through
the lmhosts file)

lots of other miscellaneous tidying up / chopping about.

27 years agoBasic doc changes to keep up to date.
Samba Release Account [Wed, 19 Jun 1996 13:23:46 +0000 (13:23 +0000)]
Basic doc changes to keep up to date.

Dan

27 years ago - deleted reduntant blank line at end of file (JHT)
Samba Release Account [Wed, 19 Jun 1996 12:27:26 +0000 (12:27 +0000)]
 - deleted reduntant blank line at end of file (JHT)

27 years ago- change date as a demo for john
Andrew Tridgell [Wed, 19 Jun 1996 12:23:54 +0000 (12:23 +0000)]
- change date as a demo for john
- modified plp printing parser to work on my system

27 years agoAdded source filename to give crude index
Samba Release Account [Mon, 17 Jun 1996 14:11:14 +0000 (14:11 +0000)]
Added source filename to give crude index
Dan 17 June 1996

27 years agodemo of cvs - ignore
Andrew Tridgell [Wed, 12 Jun 1996 01:47:09 +0000 (01:47 +0000)]
demo of cvs - ignore

27 years agominor patch to allow host announcements to remote subnets
Andrew Tridgell [Mon, 10 Jun 1996 06:08:50 +0000 (06:08 +0000)]
minor patch to allow host announcements to remote subnets

27 years agopreparing for release of 1.9.16alpha10
Samba Release Account [Mon, 10 Jun 1996 05:20:35 +0000 (05:20 +0000)]
preparing for release of 1.9.16alpha10

27 years agoa cleanup of the receive_smb() usage, adding timeouts in some places
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

27 years agogot rid of a lot of redundent header files as we now globally generate
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

27 years agodocumented the "max disk size" option.
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?

27 years agomoved some more locking routines to locking.c, and moved replacement
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.

27 years agoupdates from Luke to rename "domains" more accurately to "subnets"
Andrew Tridgell [Mon, 10 Jun 1996 03:38:08 +0000 (03:38 +0000)]
updates from Luke to rename "domains" more accurately to "subnets"

27 years agopreparing for release of 1.9.16alpha9
Samba Release Account [Sat, 8 Jun 1996 05:39:06 +0000 (05:39 +0000)]
preparing for release of 1.9.16alpha9

27 years agomore changes from Luke
Andrew Tridgell [Sat, 8 Jun 1996 05:37:33 +0000 (05:37 +0000)]
more changes from Luke

27 years agofixed the apana MIRRORS entry
Andrew Tridgell [Sat, 8 Jun 1996 05:36:21 +0000 (05:36 +0000)]
fixed the apana MIRRORS entry

27 years agochanges from Luke
Andrew Tridgell [Sat, 8 Jun 1996 04:41:51 +0000 (04:41 +0000)]
changes from Luke

27 years agomoved MSBROWSE into nameserv.h
Andrew Tridgell [Sat, 8 Jun 1996 04:36:25 +0000 (04:36 +0000)]
moved MSBROWSE into nameserv.h

27 years agopatches fromk Luke putting in symbolic names for time constants
Andrew Tridgell [Sat, 8 Jun 1996 04:34:45 +0000 (04:34 +0000)]
patches fromk Luke putting in symbolic names for time constants

27 years ago- added comments to byteorder.h explaining how it works.
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

27 years ago- added predict.c, moving the routines from util.c
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.

27 years agopreparing for release of 1.9.16alpha8
Samba Release Account [Thu, 6 Jun 1996 11:58:12 +0000 (11:58 +0000)]
preparing for release of 1.9.16alpha8

27 years ago- added interface.c and removed all the references to myip, bcast_ip
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

27 years agoadded some notes on the new "interfaces" option
Andrew Tridgell [Thu, 6 Jun 1996 11:24:54 +0000 (11:24 +0000)]
added some notes on the new "interfaces" option

27 years agopreparing for release of 1.9.16alpha7
Samba Release Account [Thu, 6 Jun 1996 00:30:18 +0000 (00:30 +0000)]
preparing for release of 1.9.16alpha7

27 years agofix a bug that meant alpha6 couldn't compile.
Andrew Tridgell [Thu, 6 Jun 1996 00:29:22 +0000 (00:29 +0000)]
fix a bug that meant alpha6 couldn't compile.

27 years agoadd sunos private makefile to .ignore
Andrew Tridgell [Thu, 6 Jun 1996 00:28:48 +0000 (00:28 +0000)]
add sunos private makefile to .ignore

27 years agopreparing for release of 1.9.16alpha6
Samba Release Account [Wed, 5 Jun 1996 15:46:41 +0000 (15:46 +0000)]
preparing for release of 1.9.16alpha6

27 years ago- remove some incorrect prototypes from server.c
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

27 years ago- changed some debug levels in clientutil.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

27 years agopreparing for release of 1.9.16alpha5
Samba Release Account [Tue, 4 Jun 1996 15:20:14 +0000 (15:20 +0000)]
preparing for release of 1.9.16alpha5

27 years agoupdated the entry for Phillip Hands
Samba Release Account [Tue, 4 Jun 1996 15:19:23 +0000 (15:19 +0000)]
updated the entry for Phillip Hands

27 years agoDid more integration of Lukes code ready for the first release.
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.

27 years agoadd dummy quotas fn
Andrew Tridgell [Tue, 4 Jun 1996 06:53:43 +0000 (06:53 +0000)]
add dummy quotas fn
fix typo in reply to backup lists

27 years agoa huge pile of changes :-)
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

27 years ago- moved the uid handling to uid.c
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

27 years agopreparing for release of 1.9.16alpha4
Samba Release Account [Fri, 31 May 1996 15:16:22 +0000 (15:16 +0000)]
preparing for release of 1.9.16alpha4

27 years agoLots of changes!
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

27 years agoadd my private makefile to the ignore list
Andrew Tridgell [Fri, 31 May 1996 06:10:18 +0000 (06:10 +0000)]
add my private makefile to the ignore list

27 years agocomment out the code that tries to handle the NT bug where the 2nd
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 :-)

27 years ago- added an entry on WinDD to samba.faq
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

27 years agoadded this ages ago, but forgot to put it in cvs
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

27 years agoremove cvs.log from cvs, instead use the release script to copy it to
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

27 years agopreparing for release of 1.9.16alpha3
Samba Release Account [Wed, 29 May 1996 07:55:29 +0000 (07:55 +0000)]
preparing for release of 1.9.16alpha3

27 years agohandle errors from receive_smb better, and print error string
Andrew Tridgell [Wed, 29 May 1996 07:54:01 +0000 (07:54 +0000)]
handle errors from receive_smb better, and print error string

27 years agofixed a typo
Andrew Tridgell [Wed, 29 May 1996 07:49:50 +0000 (07:49 +0000)]
fixed a typo

27 years agocleanups to make thinsg compile cleanly
Andrew Tridgell [Wed, 29 May 1996 07:47:47 +0000 (07:47 +0000)]
cleanups to make thinsg compile cleanly

27 years agoadded comments about trapdoor uids
Andrew Tridgell [Wed, 29 May 1996 07:45:45 +0000 (07:45 +0000)]
added comments about trapdoor uids

27 years agopreparing for release of 1.9.16alpha2
Samba Release Account [Wed, 29 May 1996 04:35:50 +0000 (04:35 +0000)]
preparing for release of 1.9.16alpha2

27 years agocleaned up the way the max log size stuff works and fixed a potential
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()

27 years agoadded nimbus to list of mirrors
Samba Release Account [Tue, 28 May 1996 13:39:48 +0000 (13:39 +0000)]
added nimbus to list of mirrors

27 years agoGeneral updating.
Samba Release Account [Thu, 23 May 1996 23:55:13 +0000 (23:55 +0000)]
General updating.
   Dan

27 years agoAdded reference to DIAGNOSIS.txt. Deleted the claim that tridge reads all
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

27 years agoUpdated general section to include more about current capabilities. Added
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

27 years agoAdded check for something already binding to port 139 to TEST 3
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

27 years agoChanged more references of 'nimbus.anu.edu.au/pub/tridge/samba' to
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...

27 years agoMade chang
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...

27 years agoUpdate the samba.faq file with what was current on the web site, there
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.

27 years agoUpdated references in doco to 'http://lake.can.....'
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

27 years agoUpdated smbstat script with a better one, Paul.
Samba Release Account [Mon, 6 May 1996 06:47:02 +0000 (06:47 +0000)]
Updated smbstat script with a better one, Paul.

27 years agoadded QNX entry to MIRRORS
Samba Release Account [Mon, 6 May 1996 00:36:30 +0000 (00:36 +0000)]
added QNX entry to MIRRORS

27 years agofixed version number (again!)
Andrew Tridgell [Sun, 5 May 1996 11:35:35 +0000 (11:35 +0000)]
fixed version number (again!)

27 years agomade dptr_num signed to handle -1 from OS/2
Andrew Tridgell [Sun, 5 May 1996 11:35:09 +0000 (11:35 +0000)]
made dptr_num signed to handle -1 from OS/2

27 years ago- added hostname support to smbstatus
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

27 years ago- fix a bug hanlding very log filenames
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

27 years agomove quotas support out of server.c
Andrew Tridgell [Sun, 5 May 1996 11:25:33 +0000 (11:25 +0000)]
move quotas support out of server.c

27 years agoturn on KEEP_PASSWORD_SERVER_OPEN by default
Andrew Tridgell [Sun, 5 May 1996 11:25:07 +0000 (11:25 +0000)]
turn on KEEP_PASSWORD_SERVER_OPEN by default

27 years agohandle being passed a dptr of -1 to mean "close all open dir handles".
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.

27 years ago- handle CORE protocol better
Andrew Tridgell [Sun, 5 May 1996 11:12:54 +0000 (11:12 +0000)]
- handle CORE protocol better
- handle case where director exists when untarring

27 years agoignore some files
Andrew Tridgell [Sun, 5 May 1996 11:09:17 +0000 (11:09 +0000)]
ignore some files

27 years agodocumented -W option
Andrew Tridgell [Sun, 5 May 1996 08:04:06 +0000 (08:04 +0000)]
documented -W option

27 years agoremoved old -S option from nmbd manpage
Andrew Tridgell [Sun, 5 May 1996 08:03:05 +0000 (08:03 +0000)]
removed old -S option from nmbd manpage

27 years agoadded some more support entries from samba-bugs mail
Samba Release Account [Sun, 5 May 1996 07:19:23 +0000 (07:19 +0000)]
added some more support entries from samba-bugs mail

27 years agochange version number to 1.9.16p2
Andrew Tridgell [Sun, 5 May 1996 03:04:51 +0000 (03:04 +0000)]
change version number to 1.9.16p2

27 years ago- close the listening socket in the child process when running as a daemon
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

27 years agoremoved obscene comment added by Dan
Andrew Tridgell [Sat, 4 May 1996 13:17:14 +0000 (13:17 +0000)]
removed obscene comment added by Dan

27 years agoChanged to reflect new ownership by Microsoft
Samba Release Account [Sat, 4 May 1996 13:14:08 +0000 (13:14 +0000)]
Changed to reflect new ownership by Microsoft

27 years agoupdates to wall.perl from michal@ellpspace.math.ualberta.ca
Andrew Tridgell [Sat, 4 May 1996 10:51:22 +0000 (10:51 +0000)]
updates to wall.perl from michal@ellpspace.math.ualberta.ca

27 years agofix a dst bug, we had a sign wrong in the calculation :-(
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 :-(

27 years ago- use issafe()
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.

27 years agofix a netgroup bug (innetgr() was being called with the args in the
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!)

27 years agomove the dot_pos calculation down a bit
Andrew Tridgell [Sat, 4 May 1996 10:44:49 +0000 (10:44 +0000)]
move the dot_pos calculation down a bit

27 years agouse the new issafe() macro instead of isalnum() and strchr()
Andrew Tridgell [Sat, 4 May 1996 10:43:29 +0000 (10:43 +0000)]
use the new issafe() macro instead of isalnum() and strchr()

27 years agoadded sequent fixes
Samba Release Account [Sat, 4 May 1996 10:32:30 +0000 (10:32 +0000)]
added sequent fixes

27 years agofixed a typo in the select() emulation code
Samba Release Account [Sat, 4 May 1996 10:28:35 +0000 (10:28 +0000)]
fixed a typo in the select() emulation code

27 years agoupped version number
Samba Release Account [Sat, 4 May 1996 10:23:27 +0000 (10:23 +0000)]
upped version number

27 years agoadded issafe() define for "safe" characters
Samba Release Account [Sat, 4 May 1996 10:19:55 +0000 (10:19 +0000)]
added issafe() define for "safe" characters

27 years agoupdated README for new samba.anu.edu.u alias
Andrew Tridgell [Sat, 4 May 1996 07:55:56 +0000 (07:55 +0000)]
updated README for new samba.anu.edu.u alias

27 years agoThis commit was generated by cvs2svn to compensate for changes in r4,
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.

27 years agoInitial version imported to CVS
Samba Release Account [Sat, 4 May 1996 07:50:46 +0000 (07:50 +0000)]
Initial version imported to CVS

27 years agoThis commit was generated by cvs2svn to compensate for changes in r2,
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.

27 years agoInitial version imported to CVS
Samba Release Account [Sat, 4 May 1996 07:50:45 +0000 (07:50 +0000)]
Initial version imported to CVS