summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
...
* JHT ===> **** WARNING **** Only updated version to 1.9.16p11Samba Release Account1997-02-041-1/+1
| | | | so I can test RedHat RPM builds.
* JHT ===> Fixed potential PAM Security hole and second chance syndromeSamba Release Account1997-02-041-0/+9
| | | | spurious warning message "Warning - no crypt available"
* Fixed my stupid typo in earlier fix.Samba Release Account1997-02-041-1/+1
| | | | jra@cygnus.com
* Fixed up problems with CDROM filesystems (return EROFS) andSamba Release Account1997-02-031-1/+9
| | | | | also compile issue with USE_MMAP code. jra@cygnus.com
* Fixed const definitions for StrCaseXXX calls.Samba Release Account1997-02-032-4/+4
| | | | jra@cygnus.com
* 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 ===> Prepared now for release of samba-1.9.16p10 RedHat RPMSSamba Release Account1997-01-311-8/+14
|
* 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
* 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).
* 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 ==> 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.
* 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 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.
* 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
* 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
* 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.