Age | Commit message (Expand) | Author | Files | Lines |
2002-01-10 | Getting ready to add UNIX extensions in HEAD also. | Jeremy Allison | 1 | -1/+5 |
2002-01-09 | Add UNUSED(paramname) macro to be used in parameter lists, to quieten | Martin Pool | 1 | -1/+10 |
2002-01-09 | Fix macro name controlling inclusion of DMALLOC. | Martin Pool | 1 | -1/+1 |
2002-01-01 | renamed ans1.h to asn_1.h to prevent conflict caused by krb5 headers | Andrew Tridgell | 1 | -1/+1 |
2001-12-31 | cope with systems that don't have full gssapi libs | Andrew Tridgell | 1 | -1/+1 |
2001-12-30 | Make Samba compile on RH 6.2 again. | Andrew Bartlett | 1 | -0/+4 |
2001-12-20 | Add --enable-dmalloc to link against the dmalloc malloc debugger. | Martin Pool | 1 | -0/+7 |
2001-12-19 | Doc. | Martin Pool | 1 | -1/+3 |
2001-12-08 | check for gssapi_generic.h | Andrew Tridgell | 1 | -0/+5 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -4/+4 |
2001-11-27 | added test for krb5.h | Andrew Tridgell | 1 | -1/+8 |
2001-11-27 | sigh. | Andrew Tridgell | 1 | -2/+2 |
2001-11-25 | Fixed compiler warning. | Tim Potter | 1 | -1/+1 |
2001-11-25 | added HAVE_LDAP_H check | Andrew Tridgell | 1 | -2/+2 |
2001-11-24 | added "net join" command | Andrew Tridgell | 1 | -0/+7 |
2001-11-20 | added the beginnings of ADS support in smbd | Andrew Tridgell | 1 | -0/+22 |
2001-11-19 | Fix obvious typo. | Martin Pool | 1 | -1/+1 |
2001-11-19 | Store some path names in global variables initialized to configure | Martin Pool | 1 | -0/+1 |
2001-11-15 | Tidyups and things I discovered during the merge... | Jeremy Allison | 1 | -1/+1 |
2001-11-04 | Fix for broken-as-shipped RedHat 7.2 system headers. Now we have | Jeremy Allison | 1 | -0/+12 |
2001-10-23 | Add popt for parsing commandline options | Jim McDonough | 1 | -0/+2 |
2001-10-19 | Add rap.h for net utility and libsmb | Jim McDonough | 1 | -0/+2 |
2001-10-18 | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 1 | -0/+4 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 1 | -0/+1 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 1 | -1/+3 |
2001-09-18 | Use structure copy to fix unaligned accesses on 64bit architectures on | Jeremy Allison | 1 | -1/+1 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 1 | -1/+1 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 1 | -0/+1 |
2001-09-09 | fixed missing const on d_printf declaration | Andrew Tridgell | 1 | -3/+3 |
2001-09-08 | convert more code to using d_printf | Andrew Tridgell | 1 | -0/+2 |
2001-09-07 | added "display charset" option in smb.conf, along with d_printf() | Andrew Tridgell | 1 | -0/+1 |
2001-09-05 | fixed a bunch of compilation errors on Solaris, mostly people getting NSS_STA... | Andrew Tridgell | 1 | -34/+1 |
2001-08-23 | Fixed detection of CUPS. We need to check for the presence of the cups | Tim Potter | 1 | -1/+1 |
2001-08-22 | A few changes: | Andrew Bartlett | 1 | -0/+2 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 1 | -0/+2 |
2001-07-25 | a better test for unix domain sockets | Andrew Tridgell | 1 | -1/+1 |
2001-07-22 | if EILSEQ doesn't exist then use EIO. It doesn't really matter what | Andrew Tridgell | 1 | -2/+3 |
2001-07-22 | changed the iconv interface to go via ucs2 for all conversions. This | Andrew Tridgell | 1 | -0/+5 |
2001-07-07 | Add backend encryption support for NTLMv2. | Andrew Bartlett | 1 | -0/+3 |
2001-07-04 | missed a couple of strchr calls | Andrew Tridgell | 1 | -5/+0 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -3/+5 |
2001-07-03 | Added #define of int32 to int for cray. This will almost certainly cause | Jeremy Allison | 1 | -0/+3 |
2001-06-26 | fixed build | Andrew Tridgell | 1 | -0/+1 |
2001-06-26 | fall back to "unsigned" for uint32 on systems that don't have one | Andrew Tridgell | 1 | -1/+3 |
2001-06-25 | fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins... | Andrew Tridgell | 1 | -5/+7 |
2001-06-18 | Added patches to remove Linux specific XFS ACLs. These are now handled by the | Jeremy Allison | 1 | -4/+0 |
2001-06-04 | Compile fix for Solaris. | Tim Potter | 1 | -8/+29 |
2001-05-30 | fixed asprintf declaration | Andrew Tridgell | 1 | -6/+3 |
2001-05-30 | - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily add | Andrew Tridgell | 1 | -0/+6 |
2001-05-29 | 4 new functions to retrieve single linked list of group and passwd entries | Simo Sorce | 1 | -0/+2 |