Age | Commit message (Expand) | Author | Files | Lines |
2002-09-18 | printjob merge from APP_HEAD regarding device modes | Gerald Carter | 1 | -0/+5 |
2002-09-17 | Added --with-ads option, defaults to yes. If you run ./configure | Tim Potter | 1 | -2/+2 |
2002-09-07 | Winbind client-side cleanups. | Andrew Bartlett | 1 | -0/+2 |
2002-09-06 | As per the 'OK' at CIFS2002, only use the readline headers (and this crasy | Andrew Bartlett | 1 | -18/+0 |
2002-09-06 | Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype for | Andrew Bartlett | 1 | -1/+5 |
2002-09-05 | Move the fancy NT_STATUS macros to a new file, so we can include them earlier | Andrew Bartlett | 1 | -0/+1 |
2002-08-30 | convert the LDAP/SASL code to use GSS-SPNEGO if possible | Andrew Tridgell | 1 | -5/+1 |
2002-08-28 | Silly of me to only test this with --with-sam and not without. Doh! | Jelmer Vernooij | 1 | -2/+0 |
2002-08-28 | Put in intermediate version of new SAM system. It's not stable yet, code | Jelmer Vernooij | 1 | -0/+4 |
2002-08-21 | Patch from Paul Green <Paul.Green@stratus.com> to be more POSIX-compatible | Jelmer Vernooij | 1 | -0/+4 |
2002-07-29 | an initial fix for handling sparse files in smbd | Andrew Tridgell | 1 | -0/+1 |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 1 | -0/+1 |
2002-07-03 | Kill off codepage related stuff, now we don't use codepages any more. | Andrew Bartlett | 1 | -4/+0 |
2002-06-17 | compile warngin fixes merged from 2.2 | Gerald Carter | 1 | -2/+6 |
2002-06-03 | put the ifdef for HAVE_VA_COPY in one place rather than in lots of | Andrew Tridgell | 1 | -0/+8 |
2002-04-24 | patch from Alexander Bokovoy needed for dlopen on bsd systems | Andrew Tridgell | 1 | -2/+2 |
2002-04-24 | prototypes for some systems that don't have them | Andrew Tridgell | 1 | -0/+8 |
2002-04-14 | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 1 | -0/+1 |
2002-04-11 | This split the mangling code up to allow for the possibility of multiple | Andrew Tridgell | 1 | -0/+2 |
2002-03-27 | Added sys_adminlog() system for info the appliance admins really | Jeremy Allison | 1 | -0/+33 |
2002-03-02 | Remove util_list.h, as its matching .c file has already gone, and nobody is | Andrew Bartlett | 1 | -1/+3 |
2002-03-01 | The beginning of trusted and trusting domain support from | Andrew Bartlett | 1 | -1/+2 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -1/+1 |
2002-01-20 | This is another *BIG* change... | Andrew Bartlett | 1 | -0/+2 |
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 |