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
path:
root
/
source3
/
include
/
config.h.in
Age
Commit message (
Expand
)
Author
Files
Lines
2000-02-07
Added check for SGI IRIX brokenness with semaphores when using gcc.
Jeremy Allison
1
-3
/
+2
2000-01-29
Wrapped popen calls in HAVE_POPEN - needed if we are to add the
Jeremy Allison
1
-0
/
+3
2000-01-12
Added utmp fix from David Lee <T.D.Lee@durham.ac.uk>.
Jeremy Allison
1
-0
/
+7
2000-01-05
Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.
Jeremy Allison
1
-0
/
+3
1999-12-29
Converted most of the functions in lib/util_str.c to smb_ucs2_t equivalents.
Jeremy Allison
1
-0
/
+1
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-20
/
+95
1999-12-08
moved sys/un.h to after sys/socket.h. done a gnu autoconf around sys/un.h
Luke Leighton
1
-0
/
+3
1999-07-09
Put back in GNU readline support for smbclient accidentally trashed by
Tim Potter
1
-0
/
+4
1999-04-01
Ken McDonell from SGI was interested in adding some profiling
Andrew Tridgell
1
-3
/
+4
1999-03-02
added <mysql.h> autoconf test.
Luke Leighton
1
-0
/
+3
1998-12-17
and in head branch:
Andrew Tridgell
1
-0
/
+3
1998-11-25
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
1
-0
/
+3
1998-11-20
acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...
Jeremy Allison
1
-0
/
+8
1998-11-20
Fixed stupid blunder where I renamed getpwanam to getpwnam.
Jeremy Allison
1
-2
/
+2
1998-11-19
Makefile.in: Added passing of CPPFLAGS into Makefile.
Jeremy Allison
1
-2
/
+2
1998-11-19
Sync up with 2.0 code.
Jeremy Allison
1
-0
/
+1
1998-11-19
Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.
Jeremy Allison
1
-12
/
+5
1998-11-18
Added OSF1 changes to HEAD (-lsecurity etc.)
Jeremy Allison
1
-0
/
+7
1998-11-18
Fixed problem with HAVE_NETGROUP being used on platforms
Jeremy Allison
1
-0
/
+9
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-0
/
+6
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-3
/
+0
1998-11-16
Updates to handle glob.h - was causing problems on SCO 5.0.4
John Terpstra
1
-0
/
+3
1998-11-14
Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...
Jeremy Allison
1
-0
/
+1
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-0
/
+6
1998-10-29
looks like someone forgot to commit these...
Alexandre Oliva
1
-0
/
+3
1998-10-23
don't enable smbsh/smbwrapper on systems where we can't work out how
Andrew Tridgell
1
-0
/
+1
1998-10-15
config: Fix crypt prototype on RedHat Linux.
Jeremy Allison
1
-0
/
+1
1998-10-07
added aclent_t autoconf test (defines as an int if it doesn't exist).
Luke Leighton
1
-0
/
+1
1998-10-07
detect __sys_llseek()
Andrew Tridgell
1
-2
/
+5
1998-10-07
more OSF1 changes as well as changes to allow us to use the standard
Andrew Tridgell
1
-0
/
+1
1998-10-07
test whether seekdir() returns void or not
Andrew Tridgell
1
-0
/
+1
1998-10-07
- no getdents on OSF1
Andrew Tridgell
1
-0
/
+6
1998-10-06
added a wrapper for fork()
Andrew Tridgell
1
-0
/
+6
1998-10-05
test for creat64()
Andrew Tridgell
1
-0
/
+3
1998-10-05
test for loff_t and offset_t to support llseek() on Solaris and Linux.
Andrew Tridgell
1
-0
/
+2
1998-10-05
added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
1
-0
/
+45
1998-10-05
tests for readdir64
Andrew Tridgell
1
-0
/
+9
1998-10-05
reran autoconf
Andrew Tridgell
1
-0
/
+27
1998-10-04
more solaris 2.5 fixups. It now seems to be working pretty well.
Andrew Tridgell
1
-0
/
+72
1998-10-04
started basic support for solaris 2.5 in smbwrapper.
Andrew Tridgell
1
-0
/
+81
1998-09-29
added WITH_SMBMOUNT
Alexandre Oliva
1
-0
/
+1
1998-09-26
Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>
Jeremy Allison
1
-0
/
+4
1998-09-25
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1
-0
/
+16
1998-09-23
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1
-0
/
+1
1998-09-21
replace getpass() with getsmbpass() if getsmbpass.c compiles
Alexandre Oliva
1
-0
/
+1
1998-09-21
major autoconf clean-up
Alexandre Oliva
1
-6
/
+11
1998-09-18
Now that Alexandre Oliva has explained the use of acconfig.h to
Jeremy Allison
1
-4
/
+5
1998-09-18
configure configure.in include/config.h.in include/includes.h
Jeremy Allison
1
-0
/
+15
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1
-0
/
+1
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-0
/
+6
[next]