index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
this gets it compiling under IRIX 6.4. Doesn't work yet though.
Andrew Tridgell
1998-10-05
2
-3
/
+13
*
test for creat64()
Andrew Tridgell
1998-10-05
4
-3
/
+6
*
handle systems that are missing either SYS_utime or SYS_utimes
Andrew Tridgell
1998-10-05
4
-10
/
+51
*
ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
Andrew Tridgell
1998-10-05
5
-12
/
+102
*
fixed typo in getgroups code
Andrew Tridgell
1998-10-05
1
-1
/
+3
*
new file realcalls.c
Andrew Tridgell
1998-10-05
1
-0
/
+1
*
Added rpcclient and smbwrapper stuff.
John Terpstra
1998-10-05
1
-4
/
+16
*
IRIX uses -shared for shared libray creation.
Andrew Tridgell
1998-10-05
2
-361
/
+363
*
need to use SYS_open64 not _open64 for solaris 2.6 or stdio doesn't
Andrew Tridgell
1998-10-05
2
-6
/
+13
*
got rid of all assembly code and gcc special features. I'm hoping to
Andrew Tridgell
1998-10-05
4
-108
/
+106
*
added Solaris 2.5
Alexandre Oliva
1998-10-05
1
-0
/
+1
*
updated README
Andrew Tridgell
1998-10-05
1
-5
/
+10
*
get type of callback right
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
test for loff_t and offset_t to support llseek() on Solaris and Linux.
Andrew Tridgell
1998-10-05
4
-242
/
+314
*
revert 64-bit file support; it's hard-coded already
Alexandre Oliva
1998-10-05
3
-365
/
+241
*
just try to rmdir bin after removing bin/.dummy, in realclean
Alexandre Oliva
1998-10-05
1
-1
/
+2
*
it's a bit dangerous to use rm -rf
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
rm object files created by mkdir probes
Alexandre Oliva
1998-10-05
1
-7
/
+6
*
removed requirement of having a smb.conf for smbwrapper to work.
Andrew Tridgell
1998-10-05
2
-5
/
+5
*
handle ENOTDIR errno in cli_error()
Andrew Tridgell
1998-10-05
1
-0
/
+2
*
- added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
1998-10-05
3
-3
/
+162
*
added 64-bit file support
Alexandre Oliva
1998-10-05
3
-241
/
+365
*
added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
1998-10-05
3
-126
/
+339
*
added a function set_maxfiles() to set our file rlimit to the max
Andrew Tridgell
1998-10-05
4
-27
/
+34
*
this gets smbwrapper working under Solaris 2.6. Not tested much yet.
Andrew Tridgell
1998-10-05
4
-7
/
+129
*
tests for readdir64
Andrew Tridgell
1998-10-05
3
-2
/
+11
*
reran autoconf
Andrew Tridgell
1998-10-05
2
-126
/
+263
*
some tests for stat64() and friends
Andrew Tridgell
1998-10-05
1
-0
/
+2
*
Speed up directory creation for the common case (i.e., it exists already)
Alexandre Oliva
1998-10-05
1
-16
/
+24
*
don't define creat() under linux until we get the CREAT_BITS stuff
Andrew Tridgell
1998-10-05
2
-2
/
+9
*
we need to use __readdir() in preference to SYS_readdir for systems
Andrew Tridgell
1998-10-04
2
-3
/
+2
*
bin/cvsignore: deleted, so that bin can be removed from the repository
Alexandre Oliva
1998-10-04
8
-70
/
+50
*
Avoid the message `make: [.deps/.P] Error 1 (ignored)'
Alexandre Oliva
1998-10-04
1
-2
/
+2
*
drat. We can't include sys/fcntl.h because that gives
Andrew Tridgell
1998-10-04
2
-2
/
+2
*
more solaris 2.5 fixups. It now seems to be working pretty well.
Andrew Tridgell
1998-10-04
9
-274
/
+716
*
ignore .po files
Andrew Tridgell
1998-10-04
1
-1
/
+1
*
warn user if LIBDIR isn't set right
Andrew Tridgell
1998-10-04
1
-1
/
+6
*
fixed some stuff for Linux that porting to Solaris broke
Andrew Tridgell
1998-10-04
6
-414
/
+427
*
don't list the IPC$ share in directory listings (it causes infinite
Andrew Tridgell
1998-10-04
1
-0
/
+2
*
started basic support for solaris 2.5 in smbwrapper.
Andrew Tridgell
1998-10-04
13
-179
/
+661
*
- modified resolve_name() to take a name_type
Andrew Tridgell
1998-10-04
8
-157
/
+186
*
support NetServerEnum in smbwrapper. You can now do a ls in /smb/ and
Andrew Tridgell
1998-10-04
5
-10
/
+96
*
support using #xx at end of netbios name to connect to the specified name type
Andrew Tridgell
1998-10-04
1
-0
/
+6
*
use *SMBSERVER convention in smbwrapper to allow us to connect to
Andrew Tridgell
1998-10-04
4
-6
/
+12
*
add support for unlink() on printer shares in smbwrapper. unlink()
Andrew Tridgell
1998-10-04
4
-4
/
+54
*
added support for printing via smbwrapper
Andrew Tridgell
1998-10-04
8
-19
/
+214
*
add support for dup() and dup2()
Andrew Tridgell
1998-10-04
5
-25
/
+181
*
use CLI_BUFFER_SIZE instead of BUFFER_SIZE
Andrew Tridgell
1998-10-04
1
-10
/
+12
*
set a default 16k client buffer size
Andrew Tridgell
1998-10-04
1
-0
/
+4
*
Added E Jay Berkenbilt's fixes
Richard Sharpe
1998-10-04
3
-2
/
+10
[next]