Age | Commit message (Expand) | Author | Files | Lines |
2001-10-18 | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 1 | -0/+4 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 1 | -0/+6 |
2001-10-16 | very simple asynchronous "lpq" thread patch | Jean-François Micouleau | 1 | -0/+1 |
2001-10-14 | forgot to add intl.h | Andrew Tridgell | 1 | -0/+25 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 2 | -52/+1 |
2001-10-12 | Moved to rpcclient subdirectory. | Tim Potter | 1 | -33/+0 |
2001-10-12 | Some old stuff hanging around since the CIFS conference. Big cleanup of | Tim Potter | 1 | -1/+0 |
2001-10-12 | moved some OIDs to the ASN.1 header | Andrew Tridgell | 1 | -0/+6 |
2001-10-12 | added NTLMSSP authentication to libsmb. It seems to work well so I have enabl... | Andrew Tridgell | 2 | -1/+2 |
2001-10-11 | added a ASN.1 parser, so now I can properly parse the negTokenInit | Andrew Tridgell | 1 | -0/+4 |
2001-10-11 | first step in converting the head branch to use lang_tdb.c instead | Andrew Tridgell | 1 | -64/+0 |
2001-10-11 | profile.h is now known as smbprofile.h due to a conflict with badly | Andrew Tridgell | 1 | -461/+0 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 6 | -3/+518 |
2001-10-05 | Move CLI_POLICY_HND to be internal to winbindd. | Tim Potter | 1 | -9/+0 |
2001-10-03 | removed old unused files | Andrew Tridgell | 2 | -10730/+0 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-10-02 | Added copyright (not sure who owns it though) and #include guards. | Tim Potter | 1 | -0/+25 |
2001-10-02 | Added copyright and include guards. | Tim Potter | 1 | -1/+23 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 1 | -0/+3 |
2001-09-30 | Make header comment clearer, these are RIDs, not UIDs. | Andrew Bartlett | 1 | -2/+3 |
2001-09-30 | Finally kill off the SMBENCRYPT() macro. | Andrew Bartlett | 1 | -2/+0 |
2001-09-28 | Fixed CUPS detection - patch from Michael Sweet. | Jeremy Allison | 1 | -3/+3 |
2001-09-25 | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 1 | -11/+70 |
2001-09-25 | fixed the really awful performance problem with the stat cache when it | Andrew Tridgell | 1 | -1/+1 |
2001-09-25 | added a little smbtorture test for dumping the unicode table of a | Andrew Tridgell | 1 | -1/+1 |
2001-09-24 | Added SWAT i18n feature: | Motonobu Takahashi | 2 | -0/+72 |
2001-09-22 | fixed the Makefile so we don't rebuild libsmbclient and build_env.h | Andrew Tridgell | 1 | -1/+1 |
2001-09-22 | These are RIDs not Unix UIDs so make this clear in the feild names. | Andrew Bartlett | 1 | -2/+2 |
2001-09-21 | Attempt to make quotas work with RH7.1, and with other Linuxen... This is | Jeremy Allison | 1 | -0/+2 |
2001-09-19 | Reran autoconf, autoheader | Andrew Bartlett | 1 | -0/+10 |
2001-09-19 | Add the ability to display Samba's build options with smbd -b and as a level 4 | Andrew Bartlett | 1 | -0/+1 |
2001-09-18 | Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str... | Jeremy Allison | 1 | -1/+4 |
2001-09-18 | Use structure copy to fix unaligned accesses on 64bit architectures on | Jeremy Allison | 1 | -1/+1 |
2001-09-17 | introduce SAFE_FREE() macro as suggested by andreas moroder. | Simo Sorce | 1 | -0/+3 |
2001-09-16 | Start pushing the NTSTATUS stuff out to the wire for session setups. | Andrew Bartlett | 1 | -0/+1 |
2001-09-15 | Fixed up Solaris 64 bit configure. | Jeremy Allison | 1 | -1/+2 |
2001-09-14 | merges from 2.2 | Gerald Carter | 1 | -1/+1 |
2001-09-14 | Removed CHECK_STRUCT macro - it isn't used anywhere. | Tim Potter | 1 | -12/+0 |
2001-09-14 | Oops. | Tim Potter | 1 | -1/+1 |
2001-09-13 | Discovered a whole lot more opcodes on the LSA pipe while writing a rpc | Tim Potter | 1 | -6/+38 |
2001-09-12 | Some patches to authentication: | Tim Potter | 1 | -2/+2 |
2001-09-12 | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 2 | -10/+1 |
2001-09-12 | Moved and renamed DFS error constants from include/rpc_dfs.h to doserr.h to | Tim Potter | 2 | -16/+17 |
2001-09-10 | declare dbf in one spot | Andrew Tridgell | 3 | -1/+7 |
2001-09-10 | added xfile | Andrew Tridgell | 1 | -0/+44 |
2001-09-10 | replaced stdio in many parts of samba with a XFILE. XFILE is a cut-down | Andrew Tridgell | 2 | -1/+2 |
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 | Change the description on --with-pam_smbpass to make it clearer - some peope | Andrew Bartlett | 1 | -2/+22 |
2001-09-07 | added "display charset" option in smb.conf, along with d_printf() | Andrew Tridgell | 2 | -0/+26 |