1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00
Commit Graph

2021 Commits

Author SHA1 Message Date
Andrew Tridgell
689074409e fix typo
(This used to be commit c4da5741f3)
1998-10-07 04:54:42 +00:00
Andrew Tridgell
749f3f537e fixed a bug in real_seekdir()
(This used to be commit 699777a5c1)
1998-10-07 04:52:12 +00:00
Andrew Tridgell
5e35eea939 some changes for OSF1 support in smbwrapper (just preliminary changes,
doesn't work yet)
(This used to be commit ffa7d0461f)
1998-10-07 04:44:31 +00:00
Andrew Tridgell
c61a011006 added a document on how to port smbwrapper to a new system
(This used to be commit bf1e257afb)
1998-10-07 04:24:42 +00:00
Andrew Tridgell
117cb0bc8b added some comments
(This used to be commit c81568a693)
1998-10-07 04:24:04 +00:00
Andrew Tridgell
52d52a5131 somehow "in_client" got included twice in two places.
(This used to be commit 378290bfe1)
1998-10-07 01:03:35 +00:00
Andrew Tridgell
f931d7181c put #if BROKEN_CODE around all the bits of code in rpc_parse.c that
don't compile.

Luke, you'll need to remove these when you've fixed the code.
(This used to be commit 4f411d6264)
1998-10-07 01:01:26 +00:00
Andrew Tridgell
029144cd8c do an anonymous login if the username/password is rejected.
(This used to be commit 0ee3e0c623)
1998-10-07 00:40:18 +00:00
Richard Sharpe
0cf1ea4e2e Added capability for smbclient to use the local WINS server on the same
machine if WINSsupport configured
(This used to be commit 1398feebbc)
1998-10-06 23:46:01 +00:00
Luke Leighton
c07b2bdf90 dce/rpc
(This used to be commit eb279cabd0)
1998-10-06 22:03:04 +00:00
Luke Leighton
b960514077 crc32 algorithm. obtained from dr dobb's journal
http://www.ddj.com/ftp/1992/1992.05/crcman.zip.
copyright 1992 mark r nelson.
(This used to be commit 73667141af)
1998-10-06 21:43:58 +00:00
Luke Leighton
f8a3e2df11 using wrong cli_state in "security = domain" call.
(This used to be commit 1c08cc2466)
1998-10-06 16:25:24 +00:00
Andrew Tridgell
cbb25c71d0 fixed rename error code from NT servers
(This used to be commit e751690127)
1998-10-06 13:20:06 +00:00
Andrew Tridgell
404f14fb36 implemented unix semantics for rename in smbwrapper
(This used to be commit a5c18f9c82)
1998-10-06 13:10:06 +00:00
Andrew Tridgell
fff618aeb4 added a wrapper for fork()
in a fork we have to close all server connections otherwise we can end
up with two processes writing to the same socket.
(This used to be commit b7ecbca3af)
1998-10-06 12:23:37 +00:00
Andrew Tridgell
4fe9c5b656 fixed a bug in time setting (utime() call)
(This used to be commit 2f4506a33c)
1998-10-06 11:56:44 +00:00
Andrew Tridgell
58f6c75bab implemented attribute mapping and chmod. file attributes are mapped in
the same manner as smbd. See the README for a full explanation.
(This used to be commit 0a5dcddd3f)
1998-10-06 11:14:52 +00:00
Andrew Tridgell
ed75bab8e2 added SMBW_PREFIX environment variable (allowing you to specify root
of smb filesystem)

fixed "cd /smb" bug

updated README with full list of environment variables.
(This used to be commit 71acf338d7)
1998-10-06 10:24:22 +00:00
Andrew Tridgell
3d21f03595 removed unused variable
(This used to be commit b923bb2aae)
1998-10-06 03:20:56 +00:00
Andrew Tridgell
6a60602036 remove unused arguments from some static functions.
(This used to be commit a9e0e5895a)
1998-10-06 03:20:43 +00:00
Andrew Tridgell
0f87638b5f use smbw_errno() not smbw_error()
(This used to be commit be7ae2a4e7)
1998-10-06 03:12:40 +00:00
Andrew Tridgell
4af40453a8 set HOST_OS after canonical system test
(This used to be commit fc602e5e26)
1998-10-05 23:44:13 +00:00
Andrew Tridgell
01b838bfbb clean needs to delete po32 and .so files
(This used to be commit 969eb18064)
1998-10-05 23:34:50 +00:00
Andrew Tridgell
c7d3ad04f1 tell the user we are producing -32 code for the .32.so library
(This used to be commit e9676812af)
1998-10-05 23:31:55 +00:00
Andrew Tridgell
c2bcd64269 the IRIX make is very fussy amount comment lines. If a comment line
has a trailing \ then it continues the comment and wipes out the next
non-blank line!

be careful when commenting out bits of the Makefile
(This used to be commit 450b1813bf)
1998-10-05 23:30:27 +00:00
Luke Leighton
b4fb4caf90 rpcclient srvsvc commands.
(This used to be commit 1a9a22c657)
1998-10-05 15:41:41 +00:00
Andrew Tridgell
36ee52334b - fixed errno return in smbw_open()
- updated README a bit
- fixed Linux compilation of utime()
(This used to be commit 4bacf32755)
1998-10-05 13:51:19 +00:00
John Terpstra
4980fcf425 More yuck changes for Red Hat RPM production.
(This used to be commit aa38a03961)
1998-10-05 12:58:07 +00:00
Andrew Tridgell
4473ce561b - keep IRIX cc -64 happy
- fixed a chdir bug
(This used to be commit 80d1c5118a)
1998-10-05 12:43:05 +00:00
Andrew Tridgell
217804ba43 ignore *.po32 files
(This used to be commit 01de9a50e0)
1998-10-05 12:36:44 +00:00
Andrew Tridgell
a2297c7203 fixed some cast warnings from "cc -64" on IRIX
(This used to be commit 624097e8f4)
1998-10-05 12:36:23 +00:00
Andrew Tridgell
b79773d3c7 - fixed cast warnings
- ignore *.po32 files
(This used to be commit 469474803d)
1998-10-05 12:35:30 +00:00
Andrew Tridgell
c926d8b179 new prototypes
(This used to be commit 0a733ce59d)
1998-10-05 12:34:57 +00:00
Andrew Tridgell
fe2681dd4b fixed a cast warning
(This used to be commit 4093bb16d2)
1998-10-05 12:34:43 +00:00
Andrew Tridgell
c378ac1180 reran autoconf for IRIX changes
(This used to be commit cbba700cb5)
1998-10-05 12:34:22 +00:00
Andrew Tridgell
bfaff8ed1a got smbwrapper working on IRIX 6.4. Things got a bit tricky,
especially as the headers get the syscall numbers wrong!
(This used to be commit a5405f1ab0)
1998-10-05 12:17:01 +00:00
Andrew Tridgell
f151bf0694 fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off
the % works)
(This used to be commit 7c4ad07b59)
1998-10-05 10:53:07 +00:00
Andrew Tridgell
62f2ac904f this gets it compiling under IRIX 6.4. Doesn't work yet though.
(This used to be commit 0c8288a72c)
1998-10-05 09:23:46 +00:00
Andrew Tridgell
a6c2a568c1 test for creat64()
(This used to be commit 8aa6c16eeb)
1998-10-05 09:01:49 +00:00
Andrew Tridgell
61d8534d7c handle systems that are missing either SYS_utime or SYS_utimes
(This used to be commit 4379f0fe48)
1998-10-05 08:54:55 +00:00
Andrew Tridgell
81905488ff ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
my SunOS box are statically linked.
(This used to be commit 541f1c4211)
1998-10-05 08:44:46 +00:00
Andrew Tridgell
80ae082c87 fixed typo in getgroups code
(This used to be commit 046e8a5021)
1998-10-05 08:42:41 +00:00
Andrew Tridgell
fab6d20f5d new file realcalls.c
(This used to be commit 23f71b979a)
1998-10-05 08:42:22 +00:00
John Terpstra
94024edf04 Added rpcclient and smbwrapper stuff.
(This used to be commit 1638930839)
1998-10-05 06:55:53 +00:00
Andrew Tridgell
e88706f358 IRIX uses -shared for shared libray creation.
(This used to be commit a32eb93b0e)
1998-10-05 06:17:08 +00:00
Andrew Tridgell
9a98985a65 need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
work right.
(This used to be commit c185585dd9)
1998-10-05 06:09:44 +00:00
Andrew Tridgell
4e8b4a20ab got rid of all assembly code and gcc special features. I'm hoping to
get smbsh working with the normal sun compiler
(This used to be commit c6ee915336)
1998-10-05 04:58:33 +00:00
Alexandre Oliva
a2941d4244 added Solaris 2.5
(This used to be commit 788992f586)
1998-10-05 04:53:28 +00:00
Andrew Tridgell
4be0416cfa updated README
(This used to be commit 507646d4e5)
1998-10-05 03:56:09 +00:00
Andrew Tridgell
f36d5c8bbf get type of callback right
(This used to be commit 327eba774e)
1998-10-05 03:53:25 +00:00