summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed installscripts.sh so it no longer creates ] and [ directoriesAndrew Tridgell1996-08-161-1/+1
| | | | every time its run!
* - added FAST_SHARE_MODES codeAndrew Tridgell1996-08-151-1/+1
| | | | - added some named pipe code from Jim
* Added uninstallation from Makefile, either in parts or total uninstallSamba Release Account1996-07-053-0/+111
| | | | Dan
* Changed install scripts so they don't have hardcoded valuesSamba Release Account1996-07-053-26/+48
| | | | Dan
* luke's first attempt at using cvsSamba Release Account1996-06-291-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* - deleted reduntant blank line at end of file (JHT)Samba Release Account1996-06-191-1/+0
|
* Added source filename to give crude indexSamba Release Account1996-06-171-0/+9
| | | | Dan 17 June 1996
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-101-0/+39
| | | | | prototypes automatically using "make proto". This is much less prone to error than the old method of manually adding prototypes
* - added comments to byteorder.h explaining how it works.Andrew Tridgell1996-06-081-2/+2
| | | | | | | - 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
* add dummy quotas fnAndrew Tridgell1996-06-041-1/+1
| | | | fix typo in reply to backup lists
* a huge pile of changes :-)Andrew Tridgell1996-06-041-0/+39
| | | | | | | | 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
* - added an entry on WinDD to samba.faqAndrew Tridgell1996-05-301-0/+26
| | | | | | - 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
* Initial version imported to CVS Samba Release Account1996-05-047-0/+327