index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
1998-10-06
implemented attribute mapping and chmod. file attributes are mapped in
Andrew Tridgell
4
-6
/
+36
1998-10-06
added SMBW_PREFIX environment variable (allowing you to specify root
Andrew Tridgell
3
-32
/
+77
1998-10-06
removed unused variable
Andrew Tridgell
1
-1
/
+0
1998-10-06
remove unused arguments from some static functions.
Andrew Tridgell
1
-4
/
+4
1998-10-06
use smbw_errno() not smbw_error()
Andrew Tridgell
1
-1
/
+1
1998-10-05
set HOST_OS after canonical system test
Andrew Tridgell
3
-8
/
+9
1998-10-05
clean needs to delete po32 and .so files
Andrew Tridgell
1
-1
/
+1
1998-10-05
tell the user we are producing -32 code for the .32.so library
Andrew Tridgell
1
-1
/
+1
1998-10-05
the IRIX make is very fussy amount comment lines. If a comment line
Andrew Tridgell
1
-1
/
+1
1998-10-05
rpcclient srvsvc commands.
Luke Leighton
5
-12
/
+21
1998-10-05
- fixed errno return in smbw_open()
Andrew Tridgell
3
-7
/
+17
1998-10-05
More yuck changes for Red Hat RPM production.
John Terpstra
2
-0
/
+12
1998-10-05
- keep IRIX cc -64 happy
Andrew Tridgell
3
-12
/
+12
1998-10-05
ignore *.po32 files
Andrew Tridgell
4
-0
/
+7
1998-10-05
fixed some cast warnings from "cc -64" on IRIX
Andrew Tridgell
2
-7
/
+8
1998-10-05
- fixed cast warnings
Andrew Tridgell
2
-11
/
+15
1998-10-05
new prototypes
Andrew Tridgell
1
-1
/
+1
1998-10-05
fixed a cast warning
Andrew Tridgell
1
-1
/
+1
1998-10-05
reran autoconf for IRIX changes
Andrew Tridgell
1
-364
/
+377
1998-10-05
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
Andrew Tridgell
8
-14
/
+69
1998-10-05
fixed Makefile for IRIX make (it doesn't know %.o=%.po, leaving off
Andrew Tridgell
1
-2
/
+2
1998-10-05
this gets it compiling under IRIX 6.4. Doesn't work yet though.
Andrew Tridgell
2
-3
/
+13
1998-10-05
test for creat64()
Andrew Tridgell
4
-3
/
+6
1998-10-05
handle systems that are missing either SYS_utime or SYS_utimes
Andrew Tridgell
4
-10
/
+51
1998-10-05
ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
Andrew Tridgell
5
-12
/
+102
1998-10-05
fixed typo in getgroups code
Andrew Tridgell
1
-1
/
+3
1998-10-05
new file realcalls.c
Andrew Tridgell
1
-0
/
+1
1998-10-05
Added rpcclient and smbwrapper stuff.
John Terpstra
1
-4
/
+16
1998-10-05
IRIX uses -shared for shared libray creation.
Andrew Tridgell
2
-361
/
+363
1998-10-05
need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
Andrew Tridgell
2
-6
/
+13
1998-10-05
got rid of all assembly code and gcc special features. I'm hoping to
Andrew Tridgell
4
-108
/
+106
1998-10-05
added Solaris 2.5
Alexandre Oliva
1
-0
/
+1
1998-10-05
updated README
Andrew Tridgell
1
-5
/
+10
1998-10-05
get type of callback right
Andrew Tridgell
1
-1
/
+1
1998-10-05
test for loff_t and offset_t to support llseek() on Solaris and Linux.
Andrew Tridgell
4
-242
/
+314
1998-10-05
revert 64-bit file support; it's hard-coded already
Alexandre Oliva
3
-365
/
+241
1998-10-05
just try to rmdir bin after removing bin/.dummy, in realclean
Alexandre Oliva
1
-1
/
+2
1998-10-05
it's a bit dangerous to use rm -rf
Andrew Tridgell
1
-1
/
+1
1998-10-05
rm object files created by mkdir probes
Alexandre Oliva
1
-7
/
+6
1998-10-05
removed requirement of having a smb.conf for smbwrapper to work.
Andrew Tridgell
2
-5
/
+5
1998-10-05
handle ENOTDIR errno in cli_error()
Andrew Tridgell
1
-0
/
+2
1998-10-05
- added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
3
-3
/
+162
1998-10-05
added 64-bit file support
Alexandre Oliva
3
-241
/
+365
1998-10-05
added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
3
-126
/
+339
1998-10-05
added a function set_maxfiles() to set our file rlimit to the max
Andrew Tridgell
4
-27
/
+34
1998-10-05
this gets smbwrapper working under Solaris 2.6. Not tested much yet.
Andrew Tridgell
4
-7
/
+129
1998-10-05
tests for readdir64
Andrew Tridgell
3
-2
/
+11
1998-10-05
reran autoconf
Andrew Tridgell
2
-126
/
+263
1998-10-05
some tests for stat64() and friends
Andrew Tridgell
1
-0
/
+2
1998-10-05
Speed up directory creation for the common case (i.e., it exists already)
Alexandre Oliva
1
-16
/
+24
[next]