summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* JHT ==> Updated files in preparation for release of Samba-1.9.16p10Samba Release Account1997-01-091-3/+3
|
* JHT ==> Fixed typo in DOMAIN_CONTROL.txt, added Application_Serving.txtSamba Release Account1997-01-092-1/+46
| | | | to help those wishing to run MS Office Application Servers.
* Added patches from Paul Eggert.Samba Release Account1997-01-084-46/+45
|
* Added new entry.Samba Release Account1997-01-081-0/+15
|
* JHT ==> Added just for RedHat support so I have a working copy of the RPMSamba Release Account1997-01-032-0/+656
| | | | aware makefile to generate the RPM source and binary distributions.
* spec files needed for redhat rpm buildingSamba Release Account1997-01-024-0/+370
|
* JHT => Modified for RedHat Linux for DEC Alpha platform includes.Samba Release Account1997-01-021-0/+3
|
* JHT ==> Added extensions for PAM (Pluggable Authentication Module) supportSamba Release Account1997-01-021-0/+102
| | | | | | for Linux and other little beasties that use PAM. Source: ftp.redhat.com/pub/Incoming/samba-1.9.16p9.src.rpm Originally from RedHat modifications to samba-1.9.15p8
* added Adital corp to Support.txtSamba Release Account1996-12-141-0/+30
| | | | lkcl
* updated an entry for canberra.Samba Release Account1996-12-141-3/+2
| | | | lkcl
* Added Whistle veto file functions. Moved fcntl locking fromSamba Release Account1996-12-101-0/+225
| | | | | locking.c to util.c jra@cygnus.com
* Fixed for FreeBsd.Samba Release Account1996-12-101-0/+8
| | | | jra@cygnus.com
* Added -f lockfile support.Samba Release Account1996-12-101-2/+58
| | | | jra@cygnus.com
* Fixed quota support for FreeBsd.Samba Release Account1996-12-101-4/+18
| | | | jra@cygnus.com
* Added veto calls.Samba Release Account1996-12-101-0/+3
| | | | jra@cygnus.com
* Added -f option for lock file.Samba Release Account1996-12-101-1/+31
| | | | jra@cygnus.com
* Added in missing return statement.Samba Release Account1996-12-101-0/+1
| | | | jra@cygnus.com
* Moved fcntl locking code into util.c to allow it to beSamba Release Account1996-12-101-131/+0
| | | | | called from nmbd code. jra@cygnus.com
* Added in veto files parameter created by Whistle.Samba Release Account1996-12-101-0/+3
| | | | jra@cygnus.com
* Added in changes for FreeBsd.Samba Release Account1996-12-101-1/+10
| | | | jra@cygnus.com
* Added in veto files parameter create by Whistle.Samba Release Account1996-12-101-0/+3
| | | | jra@cygnus.com
* Added Volkers fix for bundary condition. Needed as wordSamba Release Account1996-12-031-3/+6
| | | | | alignment wasn't being taken into account in space calculations.
* updated tectronic's entry to include the new contact name, and info aboutSamba Release Account1996-11-191-4/+8
| | | | | | them setting up the uk samba user group. contact: sam@tectronic.demon.co.uk lkcl
* Set num_validated_users to zero if Realloc fails.Samba Release Account1996-11-091-0/+1
|
* increased debug levels for name dump to same as that for workgroup dumpSamba Release Account1996-11-061-7/+7
| | | | | | | in log files. really verbose listings ought only to be shown at debug log level 5 and above. lkcl
* queries for 0x1b names were resulting in dns lookups. not good.Samba Release Account1996-11-061-2/+2
| | | | lkcl
* nmblookup was looking for 0x1b (domain master browser) not 0x1d (localSamba Release Account1996-11-061-1/+1
| | | | | | master browser) names with the -M switch. lkcl
* allowed packets coming in from 'unexpected' subnets.Samba Release Account1996-11-031-1/+0
| | | | lkcl
* removed getdomainname() stuff and appending a '.' to the name inSamba Release Account1996-10-271-21/+1
| | | | | | dns_name_search(). lkcl
* severe debugging session for nmbd. in fact, i'm surprised that browsingSamba Release Account1996-10-277-122/+126
| | | | | | | | | | | in 1.9.16 works at all! question and resource record types for queries and response netbios packets sorted out properly (see rfc1002.txt 4.2.1.3). receipt of browser announcement packets were playing up lkcl
* Changed become_user to take a vuid as second arg.Samba Release Account1996-10-251-7/+7
| | | | | | Consistent with other changes to make smb_uid an index+offset into the validated_users table. jra@cygnus.com
* Added definitions for vuid offset and invalid user smb_uid.Samba Release Account1996-10-251-2/+11
| | | | | Added vuid to connections struct. jra@cygnus.com
* Modified all references to smb_uid to be vuid's.Samba Release Account1996-10-251-6/+7
| | | | jra@cygnus.com
* Modified all references to uid to vuid.Samba Release Account1996-10-251-26/+29
| | | | jra@cygnus.com
* Changed prototypes for accesses into validated_users structure.Samba Release Account1996-10-251-8/+8
| | | | | Ensured all smb_uid accesses are uint16's. jra@cygnus.com
* Core of the changes for returning smb_uid's. smb_uid's are nowSamba Release Account1996-10-251-60/+57
| | | | | | | | | | | | | | | returned as an index plus offset into the valudated_users table. The offset (100) is added so that an smb_uid of zero becomes an invalid value. All access into the validated_users table are done by removing the offset and indexing into the table. Out of ranges return NULL. Causes accesses into the validated_users table to be more consistant and controlled. This change made due to the fact that the uid field is only 16 bits in the smb header and we need for this not to be a unix user id (which can ge 32 bits). jra@cygnus.com
* Changed definitions of prototypes to take uint16 vuid's notSamba Release Account1996-10-251-69/+69
| | | | | | | | int uid's. Part of the change for Samba to return an index+offset into the registered users table rather than a raw unix uid. Added casts to required prototypes for function pointers in tables. jra@cygnus.com
* debugging the dns lookup changesSamba Release Account1996-10-253-11/+28
| | | | lkcl
* debugged dns lookup / netbios name query code from yesterday.Samba Release Account1996-10-252-50/+30
| | | | lkcl
* Added faq directory under docs. Translated the whole of the currentSamba Release Account1996-10-258-0/+2547
| | | | | | | | FAQ into linuxdoc-sgml format. From now on we can change the file sambafaq.sgml and then run sgml2txt and sgml2html to generate the other files. (Home page for linuxdoc-sgml is http://sunsite.unc.edu/mdw/Linuxdoc-SGML.html. Does cross references and section management.)
* dealing with name queries and dns lookups etc.Samba Release Account1996-10-243-53/+48
| | | | lkcl
* preparing for release of 1.9.16p9Samba Release Account1996-10-241-1/+1
|
* - added support for TMPDIR env variableAndrew Tridgell1996-10-2412-17/+43
| | | | | | - fixed fault.c for linux 2.1 - put back in the FIND_SELF failing code - cleaned up casts in encryption
* - fixed listproc mail address in faqAndrew Tridgell1996-10-231-4/+44
| | | | - added printer driver section to faq
* Jeremy <jra@cygnus.com>Samba Release Account1996-10-231-1/+1
| | | | | | | | Removed AS_USER requirement for SMBulogoff. A valid TID (cnum) is not given for this call, which become_user needs if it is not to return an error. This fixes a specific case with NT4.0 which stops users attaching to a Samba server using a different account to the one they are logged in under.
* preparing for release of 1.9.16p8Samba Release Account1996-10-231-1/+1
|
* wrong answer response resource record type expected, so the response packetSamba Release Account1996-10-231-8/+4
| | | | | | was being abandoned. oops. lkcl
* code was added to stop samba from replying to queries for its own names (?! :-)Samba Release Account1996-10-231-7/+0
| | | | lkcl
* Did some editing, got frustrated, started converting to linuxdoc-sgmlSamba Release Account1996-10-181-9/+41
|
* the response packets are being received (fix to process_nmb() worked)Samba Release Account1996-10-131-3/+3
| | | | | | | | | however dead_netbios_entry() is still thinking that no response has been received when the response_record times out for the registration with the WINS server. only print a debug message when no registration response is _really_ received from the WINS server. lkcl