1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
Commit Graph

2150 Commits

Author SHA1 Message Date
Andrew Tridgell
fc602e5e26 set HOST_OS after canonical system test 0001-01-01 00:00:00 +00:00
Andrew Tridgell
969eb18064 clean needs to delete po32 and .so files 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e9676812af tell the user we are producing -32 code for the .32.so library 0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
Luke Leighton
1a9a22c657 rpcclient srvsvc commands. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
4bacf32755 - fixed errno return in smbw_open()
- updated README a bit
- fixed Linux compilation of utime()
0001-01-01 00:00:00 +00:00
John Terpstra
aa38a03961 More yuck changes for Red Hat RPM production. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
80d1c5118a - keep IRIX cc -64 happy
- fixed a chdir bug
0001-01-01 00:00:00 +00:00
Andrew Tridgell
01de9a50e0 ignore *.po32 files 0001-01-01 00:00:00 +00:00
Andrew Tridgell
624097e8f4 fixed some cast warnings from "cc -64" on IRIX 0001-01-01 00:00:00 +00:00
Andrew Tridgell
469474803d - fixed cast warnings
- ignore *.po32 files
0001-01-01 00:00:00 +00:00
Andrew Tridgell
0a733ce59d new prototypes 0001-01-01 00:00:00 +00:00
Andrew Tridgell
4093bb16d2 fixed a cast warning 0001-01-01 00:00:00 +00:00
Andrew Tridgell
cbba700cb5 reran autoconf for IRIX changes 0001-01-01 00:00:00 +00:00
Andrew Tridgell
a5405f1ab0 got smbwrapper working on IRIX 6.4. Things got a bit tricky,
especially as the headers get the syscall numbers wrong!
0001-01-01 00:00:00 +00:00
Andrew Tridgell
7c4ad07b59 fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off
the % works)
0001-01-01 00:00:00 +00:00
Andrew Tridgell
0c8288a72c this gets it compiling under IRIX 6.4. Doesn't work yet though. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
8aa6c16eeb test for creat64() 0001-01-01 00:00:00 +00:00
Andrew Tridgell
4379f0fe48 handle systems that are missing either SYS_utime or SYS_utimes 0001-01-01 00:00:00 +00:00
Andrew Tridgell
541f1c4211 ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
my SunOS box are statically linked.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
046e8a5021 fixed typo in getgroups code 0001-01-01 00:00:00 +00:00
Andrew Tridgell
23f71b979a new file realcalls.c 0001-01-01 00:00:00 +00:00
John Terpstra
1638930839 Added rpcclient and smbwrapper stuff. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
a32eb93b0e IRIX uses -shared for shared libray creation. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
c185585dd9 need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
work right.
0001-01-01 00:00:00 +00:00
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
0001-01-01 00:00:00 +00:00
Alexandre Oliva
788992f586 added Solaris 2.5 0001-01-01 00:00:00 +00:00
Andrew Tridgell
507646d4e5 updated README 0001-01-01 00:00:00 +00:00
Andrew Tridgell
327eba774e get type of callback right 0001-01-01 00:00:00 +00:00
Andrew Tridgell
3860269305 test for loff_t and offset_t to support llseek() on Solaris and Linux. 0001-01-01 00:00:00 +00:00
Alexandre Oliva
f604fd1a8b revert 64-bit file support; it's hard-coded already 0001-01-01 00:00:00 +00:00
Alexandre Oliva
ef9eca92bb just try to rmdir bin after removing bin/.dummy, in realclean 0001-01-01 00:00:00 +00:00
Andrew Tridgell
102e8c85ff it's a bit dangerous to use rm -rf 0001-01-01 00:00:00 +00:00
Alexandre Oliva
eff11b81fd rm object files created by mkdir probes
make sure it works even if clobbering is not allowed
0001-01-01 00:00:00 +00:00
Andrew Tridgell
af58bf2ff8 removed requirement of having a smb.conf for smbwrapper to work. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
f1d82e02ff handle ENOTDIR errno in cli_error() 0001-01-01 00:00:00 +00:00
Andrew Tridgell
9047bf59b4 - added pread pread64 pwrite pwrite64 and open64
- fixed utime() for null tbuf
0001-01-01 00:00:00 +00:00
Alexandre Oliva
43ec91ac1f added 64-bit file support 0001-01-01 00:00:00 +00:00
Andrew Tridgell
2087e0ce89 added pread pread64 pwrite pwrite64 and open64 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7a7b5ee168 added a function set_maxfiles() to set our file rlimit to the max
possible and return the max.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
6a1b346d98 this gets smbwrapper working under Solaris 2.6. Not tested much yet. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
bdf02378c6 tests for readdir64 0001-01-01 00:00:00 +00:00
Andrew Tridgell
32695b1606 reran autoconf 0001-01-01 00:00:00 +00:00
Andrew Tridgell
16e7b19634 some tests for stat64() and friends 0001-01-01 00:00:00 +00:00
Alexandre Oliva
a38e7ea04a Speed up directory creation for the common case (i.e., it exists already)
Link $(LIBS) in when creating smbwrapper.so

rm -rf bin in distclean

rm smbwrapper files in realclean

remove .h from .SUFFIXES
0001-01-01 00:00:00 +00:00
Andrew Tridgell
86b66d9277 don't define creat() under linux until we get the CREAT_BITS stuff
sorted out.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c63ad1b698 we need to use __readdir() in preference to SYS_readdir for systems
that use getdents.
0001-01-01 00:00:00 +00:00
Alexandre Oliva
8f95ee8fc3 bin/cvsignore: deleted, so that bin can be removed from the repository
.cvsignore: added bin; it is no longer part of the source tree

smbwrapper/smbsh: now auto-generated from smbsh.in
smbwrapper/.cvsignore: added smbsh

configure.in: generate @builddir@
configure, include/stamp-h.in: regen

Makefile.in: new target `smbwrapper'; sped up directory creation
0001-01-01 00:00:00 +00:00
Alexandre Oliva
9ba19d19ad Avoid the message `make: [.deps/.P] Error 1 (ignored)' 0001-01-01 00:00:00 +00:00
Andrew Tridgell
cfc06af0b7 drat. We can't include sys/fcntl.h because that gives
conflicts. Instead use "01101" for O_CREAT|O_WRONLY|O_TRUNC.

uggh.
0001-01-01 00:00:00 +00:00