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
path:
root
/
source3
/
configure.in
Commit message (
Expand
)
Author
Age
Files
Lines
*
added a vsnprintf() implementation from cvslock. See the notes on the
Andrew Tridgell
1998-10-26
1
-1
/
+1
*
don't enable smbsh/smbwrapper on systems where we can't work out how
Andrew Tridgell
1998-10-23
1
-0
/
+8
*
add -Bshareable for *bsd*
Andrew Tridgell
1998-10-20
1
-0
/
+3
*
Fixed crypt problems on IRIX with prototype.
Jeremy Allison
1998-10-15
1
-2
/
+2
*
config: Fix crypt prototype on RedHat Linux.
Jeremy Allison
1998-10-15
1
-0
/
+8
*
made smbsh a standard binary
Andrew Tridgell
1998-10-13
1
-1
/
+1
*
auto-detect the right flag for the compiler to produce PIC code
Andrew Tridgell
1998-10-08
1
-3
/
+23
*
removed lukes acl check in configure (not needed)
Andrew Tridgell
1998-10-08
1
-1
/
+0
*
added aclent_t autoconf test (defines as an int if it doesn't exist).
Luke Leighton
1998-10-07
1
-0
/
+1
*
SunOS doesn't need any ld flags
Andrew Tridgell
1998-10-07
1
-1
/
+3
*
fix the SEEKDIR_RETURNS_VOID test
Andrew Tridgell
1998-10-07
1
-2
/
+2
*
detect __sys_llseek()
Andrew Tridgell
1998-10-07
1
-1
/
+1
*
more OSF1 changes as well as changes to allow us to use the standard
Andrew Tridgell
1998-10-07
1
-1
/
+2
*
test whether seekdir() returns void or not
Andrew Tridgell
1998-10-07
1
-0
/
+9
*
- no getdents on OSF1
Andrew Tridgell
1998-10-07
1
-2
/
+2
*
fix typo
Andrew Tridgell
1998-10-07
1
-1
/
+1
*
some changes for OSF1 support in smbwrapper (just preliminary changes,
Andrew Tridgell
1998-10-07
1
-1
/
+1
*
added some comments
Andrew Tridgell
1998-10-07
1
-6
/
+12
*
added a wrapper for fork()
Andrew Tridgell
1998-10-06
1
-1
/
+1
*
set HOST_OS after canonical system test
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
Andrew Tridgell
1998-10-05
1
-1
/
+11
*
test for creat64()
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
IRIX uses -shared for shared libray creation.
Andrew Tridgell
1998-10-05
1
-1
/
+2
*
test for loff_t and offset_t to support llseek() on Solaris and Linux.
Andrew Tridgell
1998-10-05
1
-0
/
+2
*
revert 64-bit file support; it's hard-coded already
Alexandre Oliva
1998-10-05
1
-34
/
+0
*
added 64-bit file support
Alexandre Oliva
1998-10-05
1
-0
/
+34
*
added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
1998-10-05
1
-0
/
+3
*
tests for readdir64
Andrew Tridgell
1998-10-05
1
-1
/
+1
*
some tests for stat64() and friends
Andrew Tridgell
1998-10-05
1
-0
/
+2
*
bin/cvsignore: deleted, so that bin can be removed from the repository
Alexandre Oliva
1998-10-04
1
-0
/
+3
*
more solaris 2.5 fixups. It now seems to be working pretty well.
Andrew Tridgell
1998-10-04
1
-1
/
+6
*
fixed some stuff for Linux that porting to Solaris broke
Andrew Tridgell
1998-10-04
1
-2
/
+5
*
started basic support for solaris 2.5 in smbwrapper.
Andrew Tridgell
1998-10-04
1
-1
/
+7
*
get away with dummy and .dummy files
Alexandre Oliva
1998-09-29
1
-8
/
+1
*
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1998-09-28
1
-7
/
+8
*
Two changes in this ball...
Michael Warfield
1998-09-28
1
-0
/
+22
*
automated generation of .dummy files for each subdirectory;
Alexandre Oliva
1998-09-28
1
-5
/
+8
*
Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>
Jeremy Allison
1998-09-26
1
-0
/
+15
*
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1998-09-25
1
-1
/
+18
*
check whether system type is the same as stored in the cache (full
Alexandre Oliva
1998-09-24
1
-8
/
+2
*
automatically detect changes in the system type and exit, telling
Andrew Tridgell
1998-09-24
1
-0
/
+8
*
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1998-09-23
1
-0
/
+9
*
replace getpass() with getsmbpass() if getsmbpass.c compiles
Alexandre Oliva
1998-09-21
1
-0
/
+15
*
major autoconf clean-up
Alexandre Oliva
1998-09-21
1
-167
/
+208
*
Now that Alexandre Oliva has explained the use of acconfig.h to
Jeremy Allison
1998-09-18
1
-1
/
+0
*
configure configure.in include/config.h.in include/includes.h
Jeremy Allison
1998-09-18
1
-1
/
+10
*
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1998-09-17
1
-0
/
+20
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-2
/
+2
*
Added ssize_t to configure code.
Jeremy Allison
1998-09-11
1
-0
/
+1
*
added a configuration summary at the end of ./configure. It also
Andrew Tridgell
1998-09-05
1
-0
/
+5
[next]