Age | Commit message (Expand) | Author | Files | Lines |
2001-10-30 | Added samlogon command to test against win2k native mode server. I think | Tim Potter | 1 | -0/+72 |
2001-10-29 | This patch applied, except without the structure changes to nmblib.c | Andrew Bartlett | 5 | -8/+8 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 2 | -11/+11 |
2001-10-23 | more compiler warnings | Herb Lewis | 1 | -2/+2 |
2001-10-22 | a quick fix to get rpcclient working again. This just disables | Andrew Tridgell | 2 | -1/+8 |
2001-10-22 | Fix for @ in pathname from Kian Win. | Jeremy Allison | 1 | -1/+5 |
2001-10-21 | Ok, I know it's a language thing and it shouldn't matter.... but a kerberos | Jeremy Allison | 3 | -21/+21 |
2001-10-21 | Fix for compilation on non-krb5 systems | Andrew Bartlett | 1 | -1/+1 |
2001-10-21 | made smbclient cope better with arbitrary principle forms | Andrew Tridgell | 3 | -21/+10 |
2001-10-21 | support both old and new kerberos OIDs | Andrew Tridgell | 1 | -1/+2 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 1 | -1/+1 |
2001-10-20 | better krb5 error handling (thanks andrewb!) | Andrew Tridgell | 1 | -7/+16 |
2001-10-19 | Add additional client RAP calls | Jim McDonough | 1 | -0/+1832 |
2001-10-18 | the beginnings of kerberos support in smbd. It doesn't work yet, but | Andrew Tridgell | 4 | -3/+46 |
2001-10-17 | added basic NTLMSSP support in smbd. This is still quite rough, and | Andrew Tridgell | 4 | -26/+258 |
2001-10-16 | fix heimdal compilation | Andrew Tridgell | 1 | -1/+2 |
2001-10-14 | minor Realloc() fix - pedantic | Andrew Tridgell | 1 | -2/+5 |
2001-10-14 | fixed NTLMSSP with XP servers (who don't send the duplicate challenge | Andrew Tridgell | 2 | -3/+17 |
2001-10-14 | fixed two bugs in the NTLMSSP code | Andrew Tridgell | 1 | -2/+8 |
2001-10-12 | moved some OIDs to the ASN.1 header | Andrew Tridgell | 2 | -8/+4 |
2001-10-12 | added NTLMSSP authentication to libsmb. It seems to work well so I have enabl... | Andrew Tridgell | 5 | -269/+585 |
2001-10-11 | improve the error handling in the ASN1 code a bit | Andrew Tridgell | 1 | -14/+22 |
2001-10-11 | added a ASN.1 parser, so now I can properly parse the negTokenInit | Andrew Tridgell | 3 | -78/+320 |
2001-10-11 | fixed some memory leaks, started adding asn1 decoder for server side | Andrew Tridgell | 2 | -12/+42 |
2001-10-11 | initial kerberos/ADS/SPNEGO support in libsmb and smbclient. To | Andrew Tridgell | 4 | -147/+802 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 11 | -32/+0 |
2001-09-27 | Kill unused variables | Andrew Bartlett | 1 | -2/+0 |
2001-09-26 | Make use of the pdb_set_plaintext_passwd() update to vastly simplify | Andrew Bartlett | 1 | -49/+10 |
2001-09-25 | added cli_qpathinfo_alt_name() for fetching the 8.3 name of a file | Andrew Tridgell | 1 | -0/+65 |
2001-09-24 | Removed extra '()' s. | Jeremy Allison | 1 | -8/+6 |
2001-09-18 | Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS. | Tim Potter | 1 | -2/+5 |
2001-09-17 | fixed ctemp in server and client. It turns out that ctemp on NT is completely... | Andrew Tridgell | 1 | -3/+12 |
2001-09-17 | typo | Simo Sorce | 1 | -5/+2 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 10 | -141/+91 |
2001-09-14 | Merge of sam_pwd_hash() function from tng. | Tim Potter | 1 | -0/+17 |
2001-09-14 | Use session key from cli_state struct rather than the uninitialised one | Tim Potter | 1 | -4/+2 |
2001-09-13 | Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2. | Tim Potter | 1 | -10/+12 |
2001-09-12 | Some patches to authentication: | Tim Potter | 1 | -1/+0 |
2001-09-12 | Converted DFS error returns to WERROR instead of uint32. | Tim Potter | 1 | -6/+6 |
2001-09-11 | Added a string for NT_STATUS_OK, m'kay? | Tim Potter | 1 | -0/+1 |
2001-09-10 | convert more code to use XFILE | Andrew Tridgell | 1 | -13/+13 |
2001-09-09 | Make sure that if there are no interfaces, name_register_wins does not | Richard Sharpe | 1 | -0/+7 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 1 | -1/+1 |
2001-09-06 | actually obey the "use mmap" smb.conf option | Andrew Tridgell | 1 | -1/+1 |
2001-09-05 | use cli_is_error() instead of looking in smb_rcls, otherwise NT status | Andrew Tridgell | 7 | -64/+55 |
2001-09-05 | fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf... | Andrew Tridgell | 1 | -9/+10 |
2001-09-05 | more warning fixes on solaris | Andrew Tridgell | 1 | -2/+2 |
2001-09-05 | Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.c | Tim Potter | 1 | -0/+177 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 1 | -2/+2 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 5 | -63/+77 |