| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
lkcl
|
|
|
|
|
|
| |
so people don't create their own batch files to stuff other users.
lkcl
|
|
|
|
|
|
| |
share, because i've been trawling through NT server help files again.
lkcl
|
|
|
|
| |
lkcl
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
To be set to 1.9.16p12 just before release.
|
|
|
|
| |
jra@cyngus.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
nameserv.h returned to original state.
|
|
|
|
| |
jra@cygnus.com
|
| |
|
|
|
|
|
| |
so I can build RPMs on a DEC Alpha on which I do NOT have root
permissions. Argh!!!!!
|
|
|
|
| |
makerpms.sh is just type and go attempt.
|
|
|
|
|
| |
only.
jra@cygnus.com
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
the RedHat Makefile diffs.
|
|
|
|
|
| |
changes a bit less. Also added fix to tricky reply_mv case.
jra@cygnus.com
|
|
|
|
|
| |
leading ./ characters.
jra@cygnus.com
|
|
|
|
|
| |
be done in unix_clean_name in util.c
jra@cygnus.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
resolution / registration: what they are etc.
lkcl
|
|
|
|
|
|
| |
'ha! RTSBSFSSM'!
lkcl
|
|
|
|
|
|
| |
entries kindly written by John Barker (johnb@tigerlabs.com).
lkcl
|
|
|
|
| |
jra@cygnus.com
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
so I can test RedHat RPM builds.
|
| |
|
|
|
|
| |
spurious warning message "Warning - no crypt available"
|
|
|
|
| |
jra@cygnus.com
|
|
|
|
|
| |
also compile issue with USE_MMAP code.
jra@cygnus.com
|
|
|
|
| |
jra@cygnus.com
|
|
|
|
| |
jra@cygnus.com
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
not needed (address already specified).
lkcl
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Jermy.
|
|
|
|
| |
Jeremy
|
| |
|
|
|
|
|
| |
file_exists is false.
Jeremy (jra@cygnus.com).
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
|
|
|
|
|
| |
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).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|