Age | Commit message (Expand) | Author | Files | Lines |
1998-12-17 | and in head branch: | Andrew Tridgell | 1 | -1/+1 |
1998-12-16 | A while back, Andrew and I talked about making the debug parsing code a | Christopher R. Hertel | 1 | -2/+0 |
1998-12-15 | on Linux force fcntl/mmap based shared memory and on other systems | Andrew Tridgell | 1 | -0/+13 |
1998-11-30 | moving rpc/rpc.h to after netinet.h | Luke Leighton | 1 | -5/+5 |
1998-11-29 | removed include of net/route.h because it prevents compilation under | Andrew Tridgell | 1 | -4/+6 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -0/+4 |
1998-11-23 | re-added includes for yp_prot.h and yp_clnt.h | Luke Leighton | 1 | -0/+13 |
1998-11-23 | get rid of __wait boring warning, caused by rpc/clnt.h | Luke Leighton | 1 | -13/+4 |
1998-11-23 | unix instance of group database API | Luke Leighton | 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 | -22/+43 |
1998-11-18 | Added OSF1 changes to HEAD (-lsecurity etc.) | Jeremy Allison | 1 | -0/+9 |
1998-11-18 | Fixed problem with HAVE_NETGROUP being used on platforms | Jeremy Allison | 1 | -1/+1 |
1998-11-17 | Moved PRINTCAP_NAME from smb.h to includes to allow it to | Jeremy Allison | 1 | -0/+3 |
1998-11-16 | Updates to handle glob.h - was causing problems on SCO 5.0.4 | John Terpstra | 1 | -1/+1 |
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 |