summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* more compiler warningsHerb Lewis2001-10-231-2/+2
* a quick fix to get rpcclient working again. This just disablesAndrew Tridgell2001-10-222-1/+8
* Fix for @ in pathname from Kian Win.Jeremy Allison2001-10-221-1/+5
* Ok, I know it's a language thing and it shouldn't matter.... but a kerberosJeremy Allison2001-10-213-21/+21
* Fix for compilation on non-krb5 systemsAndrew Bartlett2001-10-211-1/+1
* made smbclient cope better with arbitrary principle formsAndrew Tridgell2001-10-213-21/+10
* support both old and new kerberos OIDsAndrew Tridgell2001-10-211-1/+2
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-1/+1
* better krb5 error handling (thanks andrewb!)Andrew Tridgell2001-10-201-7/+16
* Add additional client RAP callsJim McDonough2001-10-191-0/+1832
* the beginnings of kerberos support in smbd. It doesn't work yet, butAndrew Tridgell2001-10-184-3/+46
* added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell2001-10-174-26/+258
* fix heimdal compilationAndrew Tridgell2001-10-161-1/+2
* minor Realloc() fix - pedanticAndrew Tridgell2001-10-141-2/+5
* fixed NTLMSSP with XP servers (who don't send the duplicate challengeAndrew Tridgell2001-10-142-3/+17
* fixed two bugs in the NTLMSSP codeAndrew Tridgell2001-10-141-2/+8
* moved some OIDs to the ASN.1 headerAndrew Tridgell2001-10-122-8/+4
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-125-269/+585
* improve the error handling in the ASN1 code a bitAndrew Tridgell2001-10-111-14/+22
* added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-113-78/+320
* fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2001-10-112-12/+42
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-114-147/+802
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0211-32/+0
* Kill unused variablesAndrew Bartlett2001-09-271-2/+0
* Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett2001-09-261-49/+10
* added cli_qpathinfo_alt_name() for fetching the 8.3 name of a fileAndrew Tridgell2001-09-251-0/+65
* Removed extra '()' s.Jeremy Allison2001-09-241-8/+6
* Converted cli_net_auth2() and cli_nt_setup_creds() to return NTSTATUS.Tim Potter2001-09-181-2/+5
* fixed ctemp in server and client. It turns out that ctemp on NT is completely...Andrew Tridgell2001-09-171-3/+12
* typoSimo Sorce2001-09-171-5/+2
* move to SAFE_FREE()Simo Sorce2001-09-1710-141/+91
* Merge of sam_pwd_hash() function from tng.Tim Potter2001-09-141-0/+17
* Use session key from cli_state struct rather than the uninitialised oneTim Potter2001-09-141-4/+2
* Fixed return value for cli_dfs_exist() - nt4 returns 1, w2k returns 2.Tim Potter2001-09-131-10/+12
* Some patches to authentication:Tim Potter2001-09-121-1/+0
* Converted DFS error returns to WERROR instead of uint32.Tim Potter2001-09-121-6/+6
* Added a string for NT_STATUS_OK, m'kay?Tim Potter2001-09-111-0/+1
* convert more code to use XFILEAndrew Tridgell2001-09-101-13/+13
* Make sure that if there are no interfaces, name_register_wins does notRichard Sharpe2001-09-091-0/+7
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* actually obey the "use mmap" smb.conf optionAndrew Tridgell2001-09-061-1/+1
* use cli_is_error() instead of looking in smb_rcls, otherwise NT statusAndrew Tridgell2001-09-057-64/+55
* fixed some compilation errors in cli_netlogon.c - tim, you need to rerun conf...Andrew Tridgell2001-09-051-9/+10
* more warning fixes on solarisAndrew Tridgell2001-09-051-2/+2
* Merged cli_net_req_chal() and cli_net_auth2() from rpc_client/cli_login.cTim Potter2001-09-051-0/+177
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-2/+2
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-045-63/+77
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-032-0/+595
* the next step in our error code handling changeAndrew Tridgell2001-09-031-0/+11
* use a name not a number for ERRinsufficientbufferAndrew Tridgell2001-09-011-1/+1