summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed bug with NT and large directories.Samba Release Account1997-02-031-2/+2
| | | | jra@cygnus.com
* util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving falseSamba Release Account1997-02-024-23/+50
| | | | | | | | | | | | | | answers when a string was partially identical. this issue is still outstanding, and needs to be investigated further. loadparm.c: added lp_logon_path() parameter. ipc.c: in NetUserGetInfo, lp_logon_path() can be returned instead of always specifying \\SAMBA_SERVER\HOMES (which may not necessarily exist). it is now possible to specify lp_logon_path() as \\ARBITRARY_SERVER\%U, just like NT server can. the default is \\SAMBA_SERVER\HOMES, just like it used to be. lkcl
* line 1960 - call to atexit - address of higher order function killkidsSamba Release Account1997-02-021-1/+1
| | | | | | not needed (address already specified). lkcl
* JHT ===> Guys, please check this out before release of 1.9.16p10Samba Release Account1997-01-311-0/+38
| | | | | | I added it to answer the one-two-many time this matter has been raised to me. If you are not comfortable with the added info please zap it from the final release.
* JHT ===> Prepared now for release of samba-1.9.16p10 RedHat RPMSSamba Release Account1997-01-311-8/+14
|
* JHT ===> Prepared now for release of Samba-1.9.16p10 RedHat RPMSSamba Release Account1997-01-314-33/+63
|
* Fixed issue with null ypdomainname being used.Samba Release Account1997-01-291-4/+12
| | | | Jermy.
* Fixed proto problem with lp_veto_files().Samba Release Account1997-01-291-1/+1
| | | | Jeremy
* JHT ==> Updated and commented RedHat Linux smb.conf file.Samba Release Account1997-01-291-1/+64
|
* Added fix for file descriptor re-use failing whenSamba Release Account1997-01-231-2/+2
| | | | | file_exists is false. Jeremy (jra@cygnus.com).
* locking.c proto.h shmem.c smb.h status.c :Samba Release Account1997-01-156-302/+306
| | | | | | | | Changed shm_ prefixes to smb_shm_ prefixes as shm_ is a POSIX.4 prefix. Updated fd code in FAST_SHARE_MODE code to work with new fd indirection. quotas.c: Fixed #ifdef not on position zero. Jeremy. (jra@cygnus.com).
* Added an extra parameter for unix_convert. If present this is theSamba Release Account1997-01-135-25/+88
| | | | | | | | | last component of the modified pathname before modification. This is needed due to an exceptional condition in reply_mv when the filesystem is case preserving, but not case sensitive and the user wants to change the case of a filename. Code for this is also added to reply.c Jeremy (jra@cygnus.com).
* JHT ==> Added for those who like to roll their own!Samba Release Account1997-01-091-0/+24
|
* Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ↵Samba Release Account1997-01-0918-224/+629
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after from Paul Eggert. Makefile: Added AMIGA changes from Rask Ingemann Lambertsen <rask@k4315.kampsax.dtu.dk>. charset.c: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at> charset.h: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at> clitar.c: Patch to re-sync after read fail from (lost contributor name, sorry). includes.h: Patch for AMIGA from Rask Ingemann Lambertsen <rask@k4315.kampsax.dtu.dk> includes.h: Patch for SunOS atexit by Jeremy (jra@cygnus.com) interface.c: Patch for AMIGA from Rask Ingemann Lambertsen <rask@k4315.kampsax.dtu.dk> kanji.h: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at> locking.c: Patch to fix file locking from Jeremy (jra@cygnus.com) locking.c: Patch to add granularity of lock files to usec by Jeremy (jra@cygnus.com) pipes.c: Patch to fix file locking from Jeremy (jra@cygnus.com) proto.h: Patch to fix file locking from Jeremy (jra@cygnus.com) reply.c: Patch to fix file locking from Jeremy (jra@cygnus.com) server.c: Patch to fix file locking from Jeremy (jra@cygnus.com) server.c: Patch for FAST_SHARE_MODE fix from (lost contributor name, sorry). smb.h: Patch to fix file locking from Jeremy (jra@cygnus.com) smb.h: Patch to add granularity of lock files to usec by Jeremy (jra@cygnus.com) status.c: Patch to fix file locking from Jeremy (jra@cygnus.com) statuc.c: Patch to add granularity of lock files to usec by Jeremy (jra@cygnus.com) system.c: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at> trans2.c: Patch to fix file locking from Jeremy (jra@cygnus.com) trans2.c: Patch to fix volume name reported to Win95 from Jeremy (jra@cygnus.com) util.c: Patch for Western European Languages from Josef Hinteregger <joehtg@joehtg.co.at> util.c: Patch to fix client_name from continuously returning UNKNOWN (from various contributors). version.h: Update to 1.9.16p10.
* JHT ==> DittoSamba Release Account1997-01-091-2/+2
|
* 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