1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

251 Commits

Author SHA1 Message Date
Samba Release Account
ed7e3a9347 Fix fro signed/unsigned problem with TIME_T_MIN from Anatoly V. Grabar
<agra@sice.ru>
jra@cygnus.com
-
Samba Release Account
8a81c6d49a added debug_nmb_packet() call.
lkcl
-
Samba Release Account
c2d5d1040a Split maxxmit parameter into two : max_send (auto configured by the
connecting client, as per CIFS4) and max_recv, which can be configured
as the old maxxmit was. Fixes problems with NT directory listings when
maxxmit is set very small.
jra@cygnus.com
-
Samba Release Account
09d81adb9e JHT ===> Set to 1.9.16p12alpha until someone thinks it's Beta prime time.
To be set to 1.9.16p12 just before release.
-
Samba Release Account
d8d8a7ee00 Makefile: Added cleandir target.
chgpasswd.c: Added patch from Roland Haag <haag@think.de> to allow
             password changes to be done more than once.
loadparm.c: Added entries for the "directory mode/directory mask parameters".
            Changed default file mode to 644.
proto.h: Added sys_gethostbyname.
server.c: Added directory mode changes.
system.c: Added sys_gethostbyname.
trans2.c: Added NT_FILE_ATTRIBUTE_NORMAL patch from Roger Orr
          <rorr@csfp.csfb.com>
trans2.h: Defined NT_FILE_ATTRIBUTE_NORMAL for above patch.
util.c: Changes calls to gethostbyname to sys_gethostbyname.
jra@cygnus.com
-
Samba Release Account
e313de4619 JHT ===> Updated SV_TYPE defines in smb.h (added WIN95 entry)
nameserv.h returned to original state.
-
Samba Release Account
7ba1cff934 Fixed problem with renaming folder on top level share.
jra@cygnus.com
-
Samba Release Account
c189ef3845 Fixed inclusion of crypt.h bug when libdes is being used on Solaris
only.
jra@cygnus.com
-
Samba Release Account
64a16d9c2a Fixed bugs in my YOST replacement code. Doing a trim_string
in unix_clean_name caused directory names to go from ./ to "".
This is now checked for, unix_clean name returns ./ in these
cases.
jra@cygnus.com
-
Samba Release Account
a8b5812107 JHT ===> Updated RedHat RPM Makefile - not really used except to generate
the RedHat Makefile diffs.
-
Samba Release Account
f22ac13b14 Replaced YOST code with more functionally equivalent code that
changes a bit less. Also added fix to tricky reply_mv case.
jra@cygnus.com
-
Samba Release Account
617370314e Added trim_string(s, "./", 0) to unix_clean_name to remove
leading ./ characters.
jra@cygnus.com
-
Samba Release Account
f9f1085c7d Removed YOST code. Removal of leading ./ chars should
be done in unix_clean_name in util.c
jra@cygnus.com
-
Samba Release Account
84fc674c89 JHT ===> William Yost patches integrated to fix leading path on 8.3
filename problem.
	Problem conditions:
		case sensitive = no
		default case = lower
		mangle case = yes
		preserve case = yes
		short preserve case = yes
	Problem: Win95 still writes upper case file names.
	Patches supplied have been incorporated into mangle.c and server.c
	but needs YOSTW to be defined for it to take effect.

	Action:
	=======
	If we are happy with the patch, delete old code in mangle.c, then
	remove all YOSTW #ifdefs.
-
Samba Release Account
7c386c45b0 Fixed incorrect offset into array.
jra@cygnus.com
-
Samba Release Account
fa1dff05d4 JHT ===> **** WARNING **** Only updated version to 1.9.16p11
so I can test RedHat RPM builds.
-
Samba Release Account
dc559428b8 JHT ===> Fixed potential PAM Security hole and second chance syndrome
spurious warning message "Warning - no crypt available"
-
Samba Release Account
e9a8ccb36b Fixed my stupid typo in earlier fix.
jra@cygnus.com
-
Samba Release Account
8e9fe58991 Fixed up problems with CDROM filesystems (return EROFS) and
also compile issue with USE_MMAP code.
jra@cygnus.com
-
Samba Release Account
cbb5963965 Fixed const definitions for StrCaseXXX calls.
jra@cygnus.com
-
Samba Release Account
f0aa5e3ff0 Fixed bug with NT and large directories.
jra@cygnus.com
-
Samba Release Account
d5b6ad7cb8 util.c: StrCaseCmp and StrnCaseCmp terminated incorrectly, giving false
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
-
Samba Release Account
c5ab2eb71a line 1960 - call to atexit - address of higher order function killkids
not needed (address already specified).

lkcl
-
Samba Release Account
e6fa5669e9 JHT ===> Prepared now for release of samba-1.9.16p10 RedHat RPMS -
Samba Release Account
25175ce311 Fixed issue with null ypdomainname being used.
Jermy.
-
Samba Release Account
c43d192a36 Fixed proto problem with lp_veto_files().
Jeremy
-
Samba Release Account
b587f18247 Added fix for file descriptor re-use failing when
file_exists is false.
Jeremy (jra@cygnus.com).
-
Samba Release Account
c9a9d56642 locking.c proto.h shmem.c smb.h status.c :
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).
-
Samba Release Account
cdafa35f9d Added an extra parameter for unix_convert. If present this is the
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).
-
Samba Release Account
03d28fa32e Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and 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.
-
Samba Release Account
d30c208c11 JHT ==> Added just for RedHat support so I have a working copy of the RPM
aware makefile to generate the RPM source and binary distributions.
-
Samba Release Account
40fa8d4be6 JHT => Modified for RedHat Linux for DEC Alpha platform includes. -
Samba Release Account
79145bad56 JHT ==> Added extensions for PAM (Pluggable Authentication Module) support
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
-
Samba Release Account
f2d481a2d3 Added Whistle veto file functions. Moved fcntl locking from
locking.c to util.c
jra@cygnus.com
-
Samba Release Account
979acbc109 Fixed for FreeBsd.
jra@cygnus.com
-
Samba Release Account
84024a3df3 Added -f lockfile support.
jra@cygnus.com
-
Samba Release Account
d1009c5351 Fixed quota support for FreeBsd.
jra@cygnus.com
-
Samba Release Account
8167becd33 Added veto calls.
jra@cygnus.com
-
Samba Release Account
0c8df4cef9 Added -f option for lock file.
jra@cygnus.com
-
Samba Release Account
61dc3087a0 Added in missing return statement.
jra@cygnus.com
-
Samba Release Account
d718f4fd30 Moved fcntl locking code into util.c to allow it to be
called from nmbd code.
jra@cygnus.com
-
Samba Release Account
09aa77766c Added in veto files parameter created by Whistle.
jra@cygnus.com
-
Samba Release Account
074d28fcb6 Added in changes for FreeBsd.
jra@cygnus.com
-
Samba Release Account
d5659df9c2 Added in veto files parameter create by Whistle.
jra@cygnus.com
-
Samba Release Account
2fd77d66c0 Added Volkers fix for bundary condition. Needed as word
alignment wasn't being taken into account in space
calculations.
-
Samba Release Account
57121e609e Set num_validated_users to zero if Realloc fails. -
Samba Release Account
6f0a4d7178 increased debug levels for name dump to same as that for workgroup dump
in log files. really verbose listings ought only to be shown at debug
log level 5 and above.

lkcl
-
Samba Release Account
992ca1f32b queries for 0x1b names were resulting in dns lookups. not good.
lkcl
-
Samba Release Account
f27a9ccc97 nmblookup was looking for 0x1b (domain master browser) not 0x1d (local
master browser) names with the -M switch.

lkcl
-
Samba Release Account
2e727071c2 allowed packets coming in from 'unexpected' subnets.
lkcl
-