summaryrefslogtreecommitdiffstats
path: root/source/libsmb/smbencrypt.c
Commit message (Expand)AuthorAgeFilesLines
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-031-45/+45
* moving code around to the right places: create_ntlmssp_resp() was inLuke Leighton2000-03-311-38/+9
* make diffs on cvs main easier to compare!Luke Leighton2000-03-311-88/+89
* ZERO_STRUCT not bzeroLuke Leighton2000-03-301-3/+3
* compile errorLuke Leighton2000-03-271-1/+1
* removed client's server name from cli_session_setup, it can be set toLuke Leighton2000-03-271-0/+12
* fascinating: may be the answer to some of the login problems: byte orderingLuke Leighton2000-03-061-13/+10
* testing password change showed up some bugs in NTLMSSP calcs, plus one inLuke Leighton2000-02-271-1/+2
* trying to track down why createuser -j option doesn't work on nt5, itLuke Leighton2000-02-221-1/+2
* ZERO_STRUCT instead of memset.Luke Leighton2000-02-201-9/+9
* removed memsets, they are redundant and causing an exception in gcc (!!!)Luke Leighton2000-02-161-3/+0
* hooray, i think i finally have it. couple of bugs (like forgetting toLuke Leighton2000-02-131-126/+128
* yess! rpcclient no longer links with libsmbpw.so, which was so grosslyLuke Leighton2000-02-101-2/+2
* added _lsa_set_secret implementation. fixed nt_decrypt_string() itLuke Leighton2000-02-101-11/+14
* finally got it. lsa_set_secret(). now only need lsa_create_secret().Luke Leighton2000-02-101-2/+4
* finally getting somewhere with querysecret, setsecretLuke Leighton2000-02-101-13/+9
* attempting to add an lsa_set_secret(), client-side. consequently,Luke Leighton2000-02-101-0/+42
* more fixing up netlogond. const issues. removed pass_check_smb() itLuke Leighton2000-02-041-1/+1
* debug info updateLuke Leighton2000-01-171-2/+2
* this one's a _great_ fun commit.Luke Leighton2000-01-111-1/+1
* keep forgetting to update copyright dates on files.Luke Leighton2000-01-091-2/+4
* created first impl. of server-side decode netsec pdu.Luke Leighton2000-01-091-4/+5
* added client-side dce/rpc authentication API.Luke Leighton2000-01-081-1/+1
* removed dependency of smbd on the smb password database api.Luke Leighton2000-01-031-5/+17
* - split ipc.c into lanman.c and ipc.cLuke Leighton2000-01-021-4/+5
* got fed up of tryting to look for a stupid memory corruption, soLuke Leighton1999-12-311-1/+1
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-52/+50
* previous commit added an abstraction function that didn't even haveLuke Leighton1999-11-251-6/+3
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-211-0/+28
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-1/+1
* The First Necessary UNICODE String Support.Luke Leighton1999-11-191-19/+67
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-0/+11
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+66
* adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1999-10-141-0/+29
* removed old code/comments.Luke Leighton1999-06-291-66/+0
* smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton1999-06-291-5/+11
* improving authentication code (tidyup).Luke Leighton1999-06-291-42/+229
* fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1999-03-251-1/+1
* NULL pointer handling in nt_lm_owf_genLuke Leighton1999-03-241-1/+4
* return type of nt_decrypt_string2 set to BOOL.Luke Leighton1999-03-191-4/+3
* Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman1999-03-191-0/+45
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-1/+1
* the UNICODE issue...Luke Leighton1999-02-111-1/+1
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-1/+1
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-121-1/+1
* - dce/rpc codeLuke Leighton1998-10-191-1/+1
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-141-0/+2
* dce/rpcLuke Leighton1998-10-101-4/+14
* dce/rpcLuke Leighton1998-10-091-0/+23
* dce/rpcLuke Leighton1998-10-091-0/+6