| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Progress on CR 601 | Gerald Carter | 2003-02-25 | 1 | -0/+45 |
* | Clean up non-krb5 breakages from my modifications to luke howard's patch. | Andrew Bartlett | 2003-02-24 | 1 | -0/+1 |
* | Patch from Luke Howard to add mutual kerberos authentication, and SMB session | Andrew Bartlett | 2003-02-24 | 2 | -0/+12 |
* | forgot the altered include file | Simo Sorce | 2003-02-23 | 1 | -4/+4 |
* | More signed/unsigned fixes (yes, I run with funny compiler options) and | Andrew Bartlett | 2003-02-22 | 1 | -2/+2 |
* | Make init_module() and thus smb_load_module() return an int. | Jelmer Vernooij | 2003-02-20 | 1 | -1/+1 |
* | Correct way to keep fucntion from proto.h | Jim McDonough | 2003-02-19 | 1 | -1/+1 |
* | Improve detection of iconv(3) for various platforms. M4 code is similar to wh... | Alexander Bokovoy | 2003-02-19 | 1 | -0/+5 |
* | Move to a in-memory ccache for winbind, and replace setenv() properly. | Andrew Bartlett | 2003-02-19 | 1 | -0/+4 |
* | Get non-krb systems to compile. How the heck do I keep something from being ... | Jim McDonough | 2003-02-19 | 1 | -1/+1 |
* | Try to get heimdal working with HEAD. | Jim McDonough | 2003-02-19 | 1 | -2/+3 |
* | Add the 'session key' output of the NTLMSSP exchange to the cli struct, so | Andrew Bartlett | 2003-02-16 | 1 | -0/+4 |
* | * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736 | Gerald Carter | 2003-02-15 | 1 | -0/+4 |
* | Move our NTLMSSP client code into ntlmssp.c. The intention is to provide a | Andrew Bartlett | 2003-02-15 | 1 | -0/+19 |
* | Remove obsolete file lib/netatalk.c - We have a VFS module now | Jelmer Vernooij | 2003-02-15 | 1 | -3/+0 |
* | Antti Andreimann <Antti.Andreimann@mail.ee> has done some changes to enable | Andrew Bartlett | 2003-02-15 | 1 | -0/+3 |
* | Oops, forgot the header file changes. | Andrew Bartlett | 2003-02-14 | 1 | -0/+1 |
* | A few typo fixes Andrew eventually let off to me. | Rafal Szczesniak | 2003-02-13 | 1 | -3/+3 |
* | added the 'lsaenumacctwithright' command to rpcclient. This allows you | Andrew Tridgell | 2003-02-10 | 2 | -1/+33 |
* | Some cleanups: | Andrew Bartlett | 2003-02-10 | 1 | -0/+2 |
* | (only for HEAD at the moment). | Andrew Bartlett | 2003-02-09 | 1 | -1/+1 |
* | ignore config.h.in in cvs as generated by autoheader | Andrew Tridgell | 2003-02-06 | 1 | -0/+1 |
* | Remove configure and config.h.in from CVS. | Andrew Bartlett | 2003-02-06 | 1 | -1894/+0 |
* | added the LSA privileges server backend stubs. Right now they just log | Andrew Tridgell | 2003-02-06 | 1 | -2/+0 |
* | We now have client-side SMB signing support! | Andrew Bartlett | 2003-02-01 | 1 | -0/+1 |
* | Bitmap offsets and counts are always positive. | Andrew Bartlett | 2003-02-01 | 1 | -1/+1 |
* | Sync up with 3.0 heimdal. | Jeremy Allison | 2003-01-30 | 1 | -0/+8 |
* | Fix kerberos compile after the tpot massicre :-). | Jeremy Allison | 2003-01-30 | 1 | -1006/+1115 |
* | Fix for interesting resource constraint condition. When all opens are | Jeremy Allison | 2003-01-30 | 1 | -1/+3 |
* | added LsaRemoveAccountRights | Andrew Tridgell | 2003-01-28 | 1 | -3/+20 |
* | cleaned up the lsa_enum_acct_rights function and added a | Andrew Tridgell | 2003-01-28 | 2 | -8/+23 |
* | Factor out common code in the NTLMSSP/SPNEGO code. | Andrew Bartlett | 2003-01-28 | 1 | -0/+4 |
* | Commit just a little more infrastructure for HAVE_GETDIRENTRIES | Richard Sharpe | 2003-01-24 | 1 | -1/+1 |
* | At the prompting, start to add infrastructure to detect the presence of | Richard Sharpe | 2003-01-24 | 1 | -0/+3 |
* | Fixup proto generation to not include krb5 specific symbols | Jeremy Allison | 2003-01-21 | 1 | -0/+3 |
* | More fixes getting us closer to full Heimdal compile.... | Jeremy Allison | 2003-01-21 | 1 | -0/+6 |
* | Merge in more of the SuSE patches for Heimdal. These changes show how | Jeremy Allison | 2003-01-19 | 2 | -0/+21 |
* | Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for... | Jim McDonough | 2003-01-17 | 2 | -1049/+999 |
* | Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD. | Jeremy Allison | 2003-01-16 | 1 | -0/+8 |
* | Updates to the NTLMSSP code again - moving the base64 decode fuctionality out | Andrew Bartlett | 2003-01-16 | 1 | -2/+4 |
* | More Heimdal changes. Still not compiling with Heimdal yet... | Jeremy Allison | 2003-01-16 | 2 | -0/+7 |
* | Fist part of fixes to make us compile with Heimdal. Don't explicitly | Jeremy Allison | 2003-01-16 | 2 | -1/+11 |
* | small merges from SAMBA_3_0; mostly typos, renames, etc... | Gerald Carter | 2003-01-15 | 1 | -1/+0 |
* | Refactor the NTLMSSP code again - this time we use function pointers to | Andrew Bartlett | 2003-01-15 | 2 | -4/+22 |
* | added cli_lsa_enum_account_rights() call. Note that this is in | Andrew Tridgell | 2003-01-15 | 2 | -0/+33 |
* | Run autoheader | Martin Pool | 2003-01-15 | 1 | -6/+0 |
* | Commit my (disabled) fstring/pstring mixup detection code. | Andrew Bartlett | 2003-01-14 | 1 | -0/+21 |
* | Updates to our NTLMSSP code: | Andrew Bartlett | 2003-01-13 | 3 | -32/+81 |
* | Make the 'service' in make_connection() use an fstrcpy(), and an fstring, | Andrew Bartlett | 2003-01-12 | 1 | -1/+0 |
* | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 2003-01-03 | 1 | -0/+1 |