Age | Commit message (Expand) | Author | Files | Lines |
1998-04-13 | Changes to allow Samba to be compiled with -Wstrict-prototypes | Jeremy Allison | 1 | -2/+11 |
1998-04-11 | Fix heaps of warnings when compiling with gcc under Digital UNIX. Include rou... | Richard Sharpe | 1 | -0/+4 |
1998-04-10 | includes.h: Moved HPUX undefine of SEMMSL to where it actually does something. | Jeremy Allison | 1 | -5/+5 |
1998-03-31 | includes.h: Added semaphore fix for HPUX10.x | Jeremy Allison | 1 | -0/+5 |
1998-03-27 | chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync" | Jeremy Allison | 1 | -0/+1 |
1998-03-16 | includes.h: Addition of NetBSD 1.3 fix, fix for HPUX 9.x, 10.x zombie | Jeremy Allison | 1 | -5/+12 |
1998-02-26 | Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh... | Jeremy Allison | 1 | -2/+6 |
1998-02-07 | A small raft of changes, I will sync up with 1.9.18 also. | Jeremy Allison | 1 | -1/+4 |
1998-01-29 | Makefile: Fix for OSF1 typo. | Jeremy Allison | 1 | -0/+1 |
1998-01-22 | This is *not* a big change (although it looks like one). | Jeremy Allison | 1 | -1/+1 |
1998-01-16 | Makefile: Added new codepage - 866. | Jeremy Allison | 1 | -0/+4 |
1998-01-07 | includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes. | Jeremy Allison | 1 | -1/+6 |
1997-12-23 | Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org> | Jeremy Allison | 1 | -2/+16 |
1997-12-04 | added optonal MEM_MAN code | Andrew Tridgell | 1 | -45/+2 |
1997-12-03 | put the default PRINTCAP_NAME def in includes.h not local.h so that | Andrew Tridgell | 1 | -0/+17 |
1997-11-06 | no asm/signal.h for linux as this is not portable | Andrew Tridgell | 1 | -3/+0 |
1997-11-05 | add NO_SEMUN for HP | Andrew Tridgell | 1 | -0/+1 |
1997-11-02 | got rid of redundent rpc_pipes/rpc_proto.h | Andrew Tridgell | 1 | -1/+0 |
1997-10-31 | define NO_SEMUN for svr4 | Andrew Tridgell | 1 | -0/+1 |
1997-10-31 | OSF1 doesn't define union semun either. | Andrew Tridgell | 1 | -8/+9 |
1997-10-30 | Makefiles for libraries. the dependencies aren't quite right, and i | Luke Leighton | 1 | -1/+7 |
1997-10-30 | moved ubi_ modules back into the ubiqx directory. | Andrew Tridgell | 1 | -1/+1 |
1997-10-28 | enable sysv ipc and fast share modes on OSF1 | Andrew Tridgell | 1 | -0/+1 |
1997-10-28 | define semun for broken solaris sysvipc | Andrew Tridgell | 1 | -0/+8 |
1997-10-28 | define USE_SYSV_IPC on sunos4 | Andrew Tridgell | 1 | -0/+1 |
1997-10-28 | define USE_SYSV_IPC on a bunch more systems. | Andrew Tridgell | 1 | -9/+8 |
1997-10-28 | SYSV IPC implementation of fast share modes. | Andrew Tridgell | 1 | -0/+12 |
1997-10-21 | chgpasswd.c: | Jeremy Allison | 1 | -0/+1 |
1997-10-17 | Simply moved the #include for ubi_dLinkList.h from within dir.c to | Christopher R. Hertel | 1 | -0/+1 |
1997-10-09 | bracket some macros | Andrew Tridgell | 1 | -4/+4 |
1997-10-08 | Makefile: Split definitions for SGI4,5,6. | Jeremy Allison | 1 | -2/+2 |
1997-10-07 | get rid of SIGCLD_IGNORE for HPUX. A user reported it causing lots | Andrew Tridgell | 1 | -1/+3 |
1997-09-25 | Makefile: Removed earlier errors. | Jeremy Allison | 1 | -0/+4 |
1997-09-23 | Checkin to sync up oplock development code so that NT | Jeremy Allison | 1 | -0/+8 |
1997-08-28 | includes.h: Make sure REPLACE_GETPASS are wrapped with #ifdefs. | Jeremy Allison | 1 | -0/+4 |
1997-08-19 | Makefile: Changed for HPUX10 tidyup. | Samba Release Account | 1 | -1/+3 |
1997-08-13 | includes.h: Fixed S_IFLNK for old DEC ultrix. | Samba Release Account | 1 | -0/+4 |
1997-07-24 | Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.com | Samba Release Account | 1 | -14/+11 |
1997-07-17 | Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu> | Samba Release Account | 1 | -0/+6 |
1997-07-08 | Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk> | Samba Release Account | 1 | -0/+1 |
1997-07-03 | Fixes for UnixWare 2.x with shadow passwords from | Samba Release Account | 1 | -0/+6 |
1997-06-03 | includes.h: Added USE_SETSID for SGI. | Samba Release Account | 1 | -0/+2 |
1997-05-20 | dir.c: Fixed double slash issue. | Samba Release Account | 1 | -1/+2 |
1997-05-08 | 'The mother of all checkins' :-). Jeremy Allison (jallison@whistle.com) | Samba Release Account | 1 | -1/+1 |
1997-04-09 | Large changes from jra@cygnus.com. Mainly browser updates. | Samba Release Account | 1 | -0/+2 |
1997-02-13 | Fixed inclusion of crypt.h bug when libdes is being used on Solaris | Samba Release Account | 1 | -1/+3 |
1997-01-09 | Makefile: Changes to split Solaris into Solaris2.3 and previous, and 2.4 and ... | Samba Release Account | 1 | -0/+44 |
1997-01-02 | JHT => Modified for RedHat Linux for DEC Alpha platform includes. | Samba Release Account | 1 | -0/+3 |
1996-12-10 | Added in changes for FreeBsd. | Samba Release Account | 1 | -1/+10 |
1996-10-05 | - use waitpid for ultrix | Andrew Tridgell | 1 | -0/+1 |