summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-1/+1
1999-02-11the UNICODE issue...Luke Leighton2-2/+2
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-1/+1
1999-02-01Must set password length to 24 after we encrypt a password.Matthew Chapman1-0/+2
1999-01-28returned cli_session_setup to previous behaviour. added a couple ofLuke Leighton1-7/+22
1999-01-27- got client code cleartext passwords working again in cli_session_setup.Luke Leighton1-20/+26
1999-01-25Putting back the -p flag in smbclient.Richard Sharpe1-1/+17
1999-01-18In security=user mode we must allow cli_connect_serverlist to connect to ourMatthew Chapman1-1/+1
1999-01-15eclass != ERRDOS && num != ERRmoredataMatthew Chapman1-1/+1
1998-12-14server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1-2/+11
1998-12-09bugfix in smb_err_msgLuke Leighton1-3/+2
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-26/+39
1998-12-02ERRmoredata is an acceptable error code, it is not an error.Luke Leighton1-2/+6
1998-11-30another attempt at a fix on connect_serverlist()...Luke Leighton1-8/+8
1998-11-30andrej spotted problem with connect_serverlist (starts off assumingLuke Leighton1-1/+1
1998-11-26Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().Tim Potter1-1/+1
1998-11-19Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1-1/+2
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-49/+150
1998-11-16fixed lmhosts parsing. We were using sizeof(name) where name was char*Andrew Tridgell1-3/+2
1998-11-14automatically uppercase server and share names (win95 won't handleAndrew Tridgell2-6/+7
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison2-6/+6
1998-11-12Removed code that used printf/fprintf in password changin libraries.Herb Lewis1-8/+9
1998-11-12.cvsignore: Removed old entries.Herb Lewis1-1/+17
1998-11-12extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1-0/+100
1998-11-12largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell4-11/+11
1998-11-12Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1-26/+0
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-13/+13
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-35/+199
1998-11-06lib/charcnv.c: Improved debug comment.Jeremy Allison1-48/+69
1998-11-05don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as itAndrew Tridgell1-1/+5
1998-10-26added a couple more error codes to cli_error()Andrew Tridgell1-0/+6
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-8/+19
1998-10-22Removed previously #ifdef 0 'ed code.Jeremy Allison1-37/+0
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1-0/+5
1998-10-19- dce/rpc codeLuke Leighton2-3/+2
1998-10-19improved session reestablishmentAndrew Tridgell1-36/+82
1998-10-19return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1-0/+1
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-0/+1
1998-10-16- use large buffers for netshareenumAndrew Tridgell1-19/+30
1998-10-16trans2.h: Added Thursby MAC extension.Jeremy Allison1-0/+8
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton1-4/+14
1998-10-14set recursion desired for bcast name queryAndrew Tridgell1-1/+1
1998-10-1416 changed to 8 by mistake in samoemhash.Luke Leighton1-1/+1
1998-10-14warnings spotted by ./configure.developer optionsLuke Leighton1-0/+2
1998-10-14dce/rpcLuke Leighton1-1/+1
1998-10-10dce/rpcLuke Leighton2-5/+15
1998-10-09dce/rpcLuke Leighton2-18/+28
1998-10-09dce/rpc.Luke Leighton1-2/+3
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-0/+44