summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2001-10-14minor Realloc() fix - pedanticAndrew Tridgell1-2/+5
2001-10-14fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2-3/+17
2001-10-14fixed two bugs in the NTLMSSP codeAndrew Tridgell1-2/+8
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell2-8/+4
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell5-269/+585
2001-10-11improve the error handling in the ASN1 code a bitAndrew Tridgell1-14/+22
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell3-78/+320
2001-10-11fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2-12/+42
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell4-147/+802
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter11-32/+0
2001-09-27Kill unused variablesAndrew Bartlett1-2/+0
2001-09-26Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett1-49/+10
2001-09-25added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell1-0/+65
2001-09-24Removed extra '()' s.Jeremy Allison1-8/+6
2001-09-18Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter1-2/+5
2001-09-17fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell1-3/+12
2001-09-17typoSimo Sorce1-5/+2
2001-09-17move to SAFE_FREE()Simo Sorce10-141/+91
2001-09-14Merge of sam_pwd_hash() function from tng.Tim Potter1-0/+17
2001-09-14Use session key from cli_state struct rather than the uninitialised oneTim Potter1-4/+2
2001-09-13Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter1-10/+12
2001-09-12Some patches to authentication:Tim Potter1-1/+0
2001-09-12Converted DFS error returns to WERROR instead of uint32.Tim Potter1-6/+6
2001-09-11Added a string for NT_STATUS_OK, m'kay?Tim Potter1-0/+1
2001-09-10convert more code to use XFILEAndrew Tridgell1-13/+13
2001-09-09Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe1-0/+7
2001-09-06got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell1-1/+1
2001-09-06actually obey the "use mmap" smb.conf optionAndrew Tridgell1-1/+1
2001-09-05use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell7-64/+55
2001-09-05fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell1-9/+10
2001-09-05more warning fixes on solarisAndrew Tridgell1-2/+2
2001-09-05Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter1-0/+177
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-2/+2
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell5-63/+77
2001-09-03more NTSTATUS/WERROR conversionAndrew Tridgell2-0/+595
2001-09-03the next step in our error code handling changeAndrew Tridgell1-0/+11
2001-09-01use a name not a number for ERRinsufficientbufferAndrew Tridgell1-1/+1
2001-08-29Fuss, fuss, fuss...Christopher R. Hertel1-2/+2
2001-08-29Should be dbgtext, not dbg_text.Tim Potter1-2/+2
2001-08-29Patched to ensure that it won't break HEAD.Christopher R. Hertel1-6/+10
2001-08-28Merge of sam sync code from TNG.Tim Potter1-3/+142
2001-08-28fixed typoAndrew Tridgell1-1/+1
2001-08-27Convert to NTSTATUS.Tim Potter6-166/+165
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell7-43/+43
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell5-53/+902
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell4-51/+32
2001-08-24get rid of compiler warningsHerb Lewis1-8/+8
2001-08-24Re-added readbraw call to test with smbtorture. This code not yetJeremy Allison1-1/+88
2001-08-24fixed handling of 139/445 in clientsAndrew Tridgell2-5/+3
2001-08-24Fixed debug in cli_establish_connection() - print out the called name onTim Potter1-1/+1