1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

1623 Commits

Author SHA1 Message Date
Andrew Tridgell
50526c45ba reran autoconf -
Andrew Tridgell
c4da5741f3 fix typo -
Andrew Tridgell
699777a5c1 fixed a bug in real_seekdir() -
Andrew Tridgell
ffa7d0461f some changes for OSF1 support in smbwrapper (just preliminary changes,
doesn't work yet)
-
Andrew Tridgell
bf1e257afb added a document on how to port smbwrapper to a new system -
Andrew Tridgell
c81568a693 added some comments -
Andrew Tridgell
378290bfe1 somehow "in_client" got included twice in two places. -
Andrew Tridgell
4f411d6264 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.
-
Andrew Tridgell
0ee3e0c623 do an anonymous login if the username/password is rejected. -
Richard Sharpe
1398feebbc Added capability for smbclient to use the local WINS server on the same
machine if WINSsupport configured
-
Luke Leighton
eb279cabd0 dce/rpc -
Luke Leighton
73667141af crc32 algorithm. obtained from dr dobb's journal
http://www.ddj.com/ftp/1992/1992.05/crcman.zip.
copyright 1992 mark r nelson.
-
Luke Leighton
1c08cc2466 using wrong cli_state in "security = domain" call. -
Andrew Tridgell
e751690127 fixed rename error code from NT servers -
Andrew Tridgell
a5c18f9c82 implemented unix semantics for rename in smbwrapper -
Andrew Tridgell
b7ecbca3af 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.
-
Andrew Tridgell
2f4506a33c fixed a bug in time setting (utime() call) -
Andrew Tridgell
0a5dcddd3f implemented attribute mapping and chmod. file attributes are mapped in
the same manner as smbd. See the README for a full explanation.
-
Andrew Tridgell
71acf338d7 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.
-
Andrew Tridgell
b923bb2aae removed unused variable -
Andrew Tridgell
a9e0e5895a remove unused arguments from some static functions. -
Andrew Tridgell
be7ae2a4e7 use smbw_errno() not smbw_error() -
Andrew Tridgell
fc602e5e26 set HOST_OS after canonical system test -
Andrew Tridgell
969eb18064 clean needs to delete po32 and .so files -
Andrew Tridgell
e9676812af tell the user we are producing -32 code for the .32.so library -
Andrew Tridgell
450b1813bf 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
-
Luke Leighton
1a9a22c657 rpcclient srvsvc commands. -
Andrew Tridgell
4bacf32755 - fixed errno return in smbw_open()
- updated README a bit
- fixed Linux compilation of utime()
-
Andrew Tridgell
80d1c5118a - keep IRIX cc -64 happy
- fixed a chdir bug
-
Andrew Tridgell
01de9a50e0 ignore *.po32 files -
Andrew Tridgell
624097e8f4 fixed some cast warnings from "cc -64" on IRIX -
Andrew Tridgell
469474803d - fixed cast warnings
- ignore *.po32 files
-
Andrew Tridgell
0a733ce59d new prototypes -
Andrew Tridgell
4093bb16d2 fixed a cast warning -
Andrew Tridgell
cbba700cb5 reran autoconf for IRIX changes -
Andrew Tridgell
a5405f1ab0 got smbwrapper working on IRIX 6.4. Things got a bit tricky,
especially as the headers get the syscall numbers wrong!
-
Andrew Tridgell
7c4ad07b59 fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off
the % works)
-
Andrew Tridgell
0c8288a72c this gets it compiling under IRIX 6.4. Doesn't work yet though. -
Andrew Tridgell
8aa6c16eeb test for creat64() -
Andrew Tridgell
4379f0fe48 handle systems that are missing either SYS_utime or SYS_utimes -
Andrew Tridgell
541f1c4211 ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
my SunOS box are statically linked.
-
Andrew Tridgell
046e8a5021 fixed typo in getgroups code -
Andrew Tridgell
23f71b979a new file realcalls.c -
Andrew Tridgell
a32eb93b0e IRIX uses -shared for shared libray creation. -
Andrew Tridgell
c185585dd9 need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
work right.
-
Andrew Tridgell
c6ee915336 got rid of all assembly code and gcc special features. I'm hoping to
get smbsh working with the normal sun compiler
-
Alexandre Oliva
788992f586 added Solaris 2.5 -
Andrew Tridgell
507646d4e5 updated README -
Andrew Tridgell
327eba774e get type of callback right -
Andrew Tridgell
3860269305 test for loff_t and offset_t to support llseek() on Solaris and Linux. -