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
/
includes.h
Age
Commit message (
Expand
)
Author
Files
Lines
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-2
/
+10
1998-11-13
reverted includes change for FreeBSD as it breaks IRIX
Andrew Tridgell
1
-1
/
+0
1998-11-13
fixes for OSF1 compilation
Andrew Tridgell
1
-0
/
+1
1998-11-10
rpcclient registry commands.
Luke Leighton
1
-0
/
+4
1998-10-28
Still moving things around. debugparse.h will be removed from the include
Christopher R. Hertel
1
-2
/
+2
1998-10-28
Quick fixes to fix the broken tree. Needed for my morning compiles.
Jeremy Allison
1
-1
/
+3
1998-10-24
volker was concerned about unique inode numbers and smbsh. This set of
Andrew Tridgell
1
-0
/
+6
1998-10-15
config: Fix crypt prototype on RedHat Linux.
Jeremy Allison
1
-0
/
+5
1998-10-07
more solaris acl fixes
Andrew Tridgell
1
-0
/
+4
1998-10-07
yet another attempt at making this stuff portable. This time I use
Andrew Tridgell
1
-13
/
+0
1998-10-07
more OSF1 changes as well as changes to allow us to use the standard
Andrew Tridgell
1
-0
/
+23
1998-10-04
more smbw cleanups.
Andrew Tridgell
1
-0
/
+1
1998-10-03
define O_ACCMODE if not defined
Andrew Tridgell
1
-0
/
+4
1998-09-25
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1
-0
/
+4
1998-09-21
replace getpass() with getsmbpass() if getsmbpass.c compiles
Alexandre Oliva
1
-5
/
+6
1998-09-18
Fixed position of LARGE_SMB_OFF_T definition. The SOFF_T define was
Jeremy Allison
1
-8
/
+6
1998-09-18
configure configure.in include/config.h.in include/includes.h
Jeremy Allison
1
-8
/
+1
1998-09-18
Adding rewritten restore code ... Old code is still there
Richard Sharpe
1
-0
/
+25
1998-09-18
got rid of SMB_STRUCT_STATVFS. I don't think we should be defining
Andrew Tridgell
1
-17
/
+0
1998-09-18
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell
1
-0
/
+8
1998-09-18
added a SMB_OFF_T_BITS define, allowing us to get rid of most of the
Andrew Tridgell
1
-0
/
+2
1998-09-18
include/includes.h:
Jeremy Allison
1
-1
/
+6
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1
-2
/
+16
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-0
/
+6
1998-09-04
Modified dev_t and ino_t code to be 64 bit clean (including changes
Jeremy Allison
1
-2
/
+16
1998-09-04
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1
-12
/
+48
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-5
/
+25
1998-09-01
More abstraction of file system data types, to move to a 64
Jeremy Allison
1
-0
/
+11
1998-08-31
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1
-0
/
+45
1998-08-27
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1
-0
/
+4
1998-08-26
get includes right for systems that use getpwanam()
Andrew Tridgell
1
-0
/
+6
1998-08-26
took all the rpc includes back out until we can work out _why_ freebsd
Andrew Tridgell
1
-24
/
+0
1998-08-25
added loads of pointless rpcsvc/ and rpc/ include files, all because
Luke Leighton
1
-0
/
+20
1998-08-24
resource.h on FreeBSD 2.1 requires sys/time.h to come first.
Luke Leighton
1
-11
/
+11
1998-08-19
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1
-0
/
+2
1998-08-17
added some optimisation for the case where the number of open files is
Andrew Tridgell
1
-0
/
+2
1998-08-16
added include of sys/resource.h
Andrew Tridgell
1
-0
/
+5
1998-08-15
configure: Changes for extra headers.
Jeremy Allison
1
-0
/
+16
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-0
/
+6
1998-08-14
define INADDR_NONE if not already defined
Andrew Tridgell
1
-0
/
+4
1998-08-13
HAVE_STATVFS should be STAT_STAVFS (caused printing to break on IRIX).
Jeremy Allison
1
-1
/
+1
1998-07-29
test for a broken inet_ntoa and replace it if necessary (for
Andrew Tridgell
1
-0
/
+3
1998-07-29
get rid of the runtime test for broken getgroups() and add a compile
Andrew Tridgell
1
-0
/
+6
1998-07-29
merge from the autoconf2 branch to the main branch
Andrew Tridgell
1
-1193
/
+233
1998-07-22
includes.h: Added feature type USE_GRANTPT for pty code.
Jeremy Allison
1
-1
/
+5
1998-07-16
Makefile: Added nttrans.o
Jeremy Allison
1
-0
/
+3
1998-07-07
includes.h: Fixes for QNX 4.x.
Jeremy Allison
1
-1
/
+6
1998-07-01
includes.h: AIX fix.
Jeremy Allison
1
-0
/
+2
1998-06-15
Makefile:
Jeremy Allison
1
-0
/
+3
1998-06-13
Makefile: Added ubi_sLinkList.o as the groupname.o file needs it. Added group...
Jeremy Allison
1
-0
/
+1
[next]