| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Try and build shared on SCO. Assume that it is like others, but uses | Richard Sharpe | 2001-07-23 | 1 | -0/+2 |
* | OK, I think I have fscking IRIX figured out for building PIC code. | Richard Sharpe | 2001-07-23 | 1 | -1/+5 |
* | Fix the PIC flag for IRIX | Richard Sharpe | 2001-07-18 | 1 | -1/+1 |
* | Fix from bernd@arresum.inka.de for broken krb configure. | Jeremy Allison | 2001-07-16 | 1 | -4/+18 |
* | A few tweaks around linking libsmbclient | Richard Sharpe | 2001-07-14 | 1 | -2/+3 |
* | Fix a stupid error in passing options to CC under AIX | Richard Sharpe | 2001-07-12 | 1 | -1/+1 |
* | A serious set of changes to build libsmbclienmt. Copied much ofthis from | Richard Sharpe | 2001-07-11 | 1 | -26/+29 |
* | Change the order of the -fPIC and -KPIC tests to ensure that UnixWare | Richard Sharpe | 2001-07-10 | 1 | -6/+7 |
* | removed remnants of libtool | Andrew Tridgell | 2001-07-08 | 1 | -2/+0 |
* | The big character set handling changeover! | Andrew Tridgell | 2001-07-04 | 1 | -0/+17 |
* | Removed the default addition of /include to the directory given in | Jeremy Allison | 2001-07-03 | 1 | -1/+1 |
* | Fixed quoting bug - shell programming sucks. | Tim Potter | 2001-07-03 | 1 | -1/+1 |
* | Only build the pam_winbind module if --with-pam used. | Tim Potter | 2001-07-02 | 1 | -3/+8 |
* | Not all OSs have setbuffer, so we better check for it. | Andrew Bartlett | 2001-07-02 | 1 | -0/+2 |
* | These changes cause the libsmbclient stuff to always build a non-shared libra... | Richard Sharpe | 2001-06-29 | 1 | -1/+7 |
* | Ensured all the system calls in msdfs.c go through the vfs layer. | Jeremy Allison | 2001-06-29 | 1 | -1/+1 |
* | Add check for working AF_LOCAL sockets, which are borken | Martin Pool | 2001-06-26 | 1 | -0/+10 |
* | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 2001-06-25 | 1 | -0/+13 |
* | Added patches to remove Linux specific XFS ACLs. These are now handled by the | Jeremy Allison | 2001-06-18 | 1 | -10/+1 |
* | Added getconf flags for RH7.1 lfs support. Changed while() to a for() | Jeremy Allison | 2001-06-06 | 1 | -2/+2 |
* | Compile fix for wbinfo on solaris. | Tim Potter | 2001-06-04 | 1 | -1/+1 |
* | Added a --with/without winbind option to configure. The default is to | Tim Potter | 2001-06-01 | 1 | -8/+26 |
* | - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add | Andrew Tridgell | 2001-05-30 | 1 | -22/+8 |
* | Try to fix build by adding autoconf tests for pam headers. | Jeremy Allison | 2001-05-22 | 1 | -0/+2 |
* | Ohh boy, I should be working on lots of other things, but I am pissed off, so | Richard Sharpe | 2001-05-17 | 1 | -4/+4 |
* | Added winbind programs to build for supported systems (i.e linux and | Tim Potter | 2001-05-16 | 1 | -3/+20 |
* | Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.h | Jeremy Allison | 2001-05-03 | 1 | -2/+2 |
* | added more complete C99 snprintf test | Andrew Tridgell | 2001-05-01 | 1 | -2/+7 |
* | - added test for vasprintf | Andrew Tridgell | 2001-04-28 | 1 | -1/+1 |
* | added asprintf test | Andrew Tridgell | 2001-04-28 | 1 | -1/+1 |
* | added test for C99 compliant vsnprintf | Andrew Tridgell | 2001-04-27 | 1 | -0/+19 |
* | fixed typo | Andrew Tridgell | 2001-04-27 | 1 | -1/+1 |
* | Fixed REPLACE_GETPASS test. | Jeremy Allison | 2001-04-26 | 1 | -1/+1 |
* | Added Steve Langasek <vorlon@netexpress.net> pam_smbpass support | John Terpstra | 2001-04-24 | 1 | -1/+35 |
* | updating changes with 2.2 (comment lines in ./configure --help) | Gerald Carter | 2001-04-24 | 1 | -1/+1 |
* | merge from 2_2 | Andrew Tridgell | 2001-04-19 | 1 | -0/+15 |
* | AIX ACLs donated by IBM. | Jeremy Allison | 2001-04-17 | 1 | -0/+4 |
* | Added --with-codepagedir as RedHat 6.2 and 7.x place them differently. | Jeremy Allison | 2001-04-16 | 1 | -0/+16 |
* | Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. Changed | Jeremy Allison | 2001-04-14 | 1 | -7/+15 |
* | configure: | Jeremy Allison | 2001-04-14 | 1 | -1/+1 |
* | Merge of Andrew's changes in 2.2. | Jeremy Allison | 2001-04-13 | 1 | -8/+64 |
* | To stop people complaining about the mktemp call, move it into lib/util.c. Th... | Jeremy Allison | 2001-04-11 | 1 | -0/+22 |
* | Changed the order of -kPIC and -kpic. | Jeremy Allison | 2001-04-11 | 1 | -8/+8 |
* | keep cflags from being duplicated if defined in environment | Herb Lewis | 2001-04-06 | 1 | -1/+7 |
* | Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>. | Jeremy Allison | 2001-04-03 | 1 | -1/+14 |
* | configure configure.in include/config.h.in lib/replace.c: Added test and repl... | Jeremy Allison | 2001-03-31 | 1 | -1/+1 |
* | standards.h only exists on IRIX 6.x and above (Herb please check !). | Jeremy Allison | 2001-03-27 | 1 | -1/+1 |
* | much better readline support from Simo Sorce, with some mods from me | Andrew Tridgell | 2001-03-18 | 1 | -1/+3 |
* | Added patch from Urban Widmark <urban@teststation.com> modified by me to | Jeremy Allison | 2001-02-27 | 1 | -4/+46 |
* | rpc_client/cli_netlogon.c: Fixed incorrect printf. | Jeremy Allison | 2001-02-25 | 1 | -15/+26 |