Age | Commit message (Expand) | Author | Files | Lines |
1999-07-09 | Put back in GNU readline support for smbclient accidentally trashed by | Tim Potter | 1 | -3/+14 |
1999-04-04 | Fixed spelling typo in Kerberos configure option. | Tim Potter | 1 | -1/+1 |
1999-04-01 | Ken McDonell from SGI was interested in adding some profiling | Andrew Tridgell | 1 | -0/+19 |
1999-03-02 | added <mysql.h> autoconf test. | Luke Leighton | 1 | -1/+1 |
1998-12-17 | and in head branch: | Andrew Tridgell | 1 | -1/+1 |
1998-12-07 | matthew chapman's ldap code, to date. plus docs! | Luke Leighton | 1 | -0/+1 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -74/+14 |
1998-11-23 | yp_prot.h and ypclnt.h correct: ypprot.h and yp_clnt.h wrong... | Luke Leighton | 1 | -1/+1 |
1998-11-23 | re-added ypprot.h and yp_clnt.h | Luke Leighton | 1 | -1/+1 |
1998-11-23 | unix instance of group database API | Luke Leighton | 1 | -1/+2 |
1998-11-20 | acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu... | Jeremy Allison | 1 | -12/+70 |
1998-11-20 | Fixed stupid blunder where I renamed getpwanam to getpwnam. | Jeremy Allison | 1 | -1/+1 |
1998-11-19 | Makefile.in: Added passing of CPPFLAGS into Makefile. | Jeremy Allison | 1 | -8/+19 |
1998-11-19 | Sync up with 2.0 code. | Jeremy Allison | 1 | -0/+19 |
1998-11-19 | Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10. | Jeremy Allison | 1 | -12/+49 |
1998-11-18 | Added OSF1 changes to HEAD (-lsecurity etc.) | Jeremy Allison | 1 | -2/+29 |
1998-11-18 | Fixed problem with HAVE_NETGROUP being used on platforms | Jeremy Allison | 1 | -1/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 1 | -2/+2 |
1998-11-17 | - group database API. oops and oh dear, the threat has been carried out: | Luke Leighton | 1 | -1/+1 |
1998-11-16 | Updates to handle glob.h - was causing problems on SCO 5.0.4 | John Terpstra | 1 | -1/+1 |
1998-11-14 | compile with optimisation by default on all compilers | Andrew Tridgell | 1 | -0/+4 |
1998-11-14 | Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe... | Jeremy Allison | 1 | -13/+38 |
1998-11-13 | Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ... | Jeremy Allison | 1 | -64/+72 |
1998-11-13 | fixed compile for FreeBSD | Andrew Tridgell | 1 | -2/+1 |
1998-11-03 | Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota... | Jeremy Allison | 1 | -0/+20 |
1998-10-26 | added a vsnprintf() implementation from cvslock. See the notes on the | Andrew Tridgell | 1 | -1/+1 |
1998-10-23 | don't enable smbsh/smbwrapper on systems where we can't work out how | Andrew Tridgell | 1 | -0/+8 |
1998-10-20 | add -Bshareable for *bsd* | Andrew Tridgell | 1 | -0/+3 |
1998-10-15 | Fixed crypt problems on IRIX with prototype. | Jeremy Allison | 1 | -2/+2 |
1998-10-15 | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 1 | -0/+8 |
1998-10-13 | made smbsh a standard binary | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | auto-detect the right flag for the compiler to produce PIC code | Andrew Tridgell | 1 | -3/+23 |
1998-10-08 | removed lukes acl check in configure (not needed) | Andrew Tridgell | 1 | -1/+0 |
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 | SunOS doesn't need any ld flags | Andrew Tridgell | 1 | -1/+3 |
1998-10-07 | fix the SEEKDIR_RETURNS_VOID test | Andrew Tridgell | 1 | -2/+2 |
1998-10-07 | detect __sys_llseek() | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 1 | -1/+2 |
1998-10-07 | test whether seekdir() returns void or not | Andrew Tridgell | 1 | -0/+9 |
1998-10-07 | - no getdents on OSF1 | Andrew Tridgell | 1 | -2/+2 |
1998-10-07 | fix typo | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | some changes for OSF1 support in smbwrapper (just preliminary changes, | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | added some comments | Andrew Tridgell | 1 | -6/+12 |
1998-10-06 | added a wrapper for fork() | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | set HOST_OS after canonical system test | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | got smbwrapper working on IRIX 6.4. Things got a bit tricky, | Andrew Tridgell | 1 | -1/+11 |
1998-10-05 | test for creat64() | Andrew Tridgell | 1 | -1/+1 |
1998-10-05 | IRIX uses -shared for shared libray creation. | Andrew Tridgell | 1 | -1/+2 |
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 | revert 64-bit file support; it's hard-coded already | Alexandre Oliva | 1 | -34/+0 |