summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* NULL pointer handling in nt_lm_owf_genLuke Leighton1999-03-241-1/+4
* ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1999-03-231-7/+6
* const char* instead of char* for inputLuke Leighton1999-03-191-1/+1
* 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-192-1/+46
* Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1999-03-011-0/+2
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-1/+1
* the UNICODE issue...Luke Leighton1999-02-112-2/+2
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-1/+1
* Must set password length to 24 after we encrypt a password.Matthew Chapman1999-02-011-0/+2
* returned cli_session_setup to previous behaviour. added a couple ofLuke Leighton1999-01-281-7/+22
* - got client code cleartext passwords working again in cli_session_setup.Luke Leighton1999-01-271-20/+26
* Putting back the -p flag in smbclient.Richard Sharpe1999-01-251-1/+17
* In security=user mode we must allow cli_connect_serverlist to connect to ourMatthew Chapman1999-01-181-1/+1
* eclass != ERRDOS && num != ERRmoredataMatthew Chapman1999-01-151-1/+1
* server_cryptkey() now calling cli_connectserverlist(). stupid microsoftLuke Leighton1998-12-141-2/+11
* bugfix in smb_err_msgLuke Leighton1998-12-091-3/+2
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-26/+39
* ERRmoredata is an acceptable error code, it is not an error.Luke Leighton1998-12-021-2/+6
* another attempt at a fix on connect_serverlist()...Luke Leighton1998-11-301-8/+8
* andrej spotted problem with connect_serverlist (starts off assumingLuke Leighton1998-11-301-1/+1
* Replaced ZERO_STRUCT() with ZERO_STRUCTP() in cli_connect_serverlist().Tim Potter1998-11-261-1/+1
* Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-191-1/+2
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-49/+150
* fixed lmhosts parsing. We were using sizeof(name) where name was char*Andrew Tridgell1998-11-161-3/+2
* automatically uppercase server and share names (win95 won't handleAndrew Tridgell1998-11-142-6/+7
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-142-6/+6
* Removed code that used printf/fprintf in password changin libraries.Herb Lewis1998-11-121-8/+9
* .cvsignore: Removed old entries.Herb Lewis1998-11-121-1/+17
* extracted the password change code from smbpasswd and used it in swatAndrew Tridgell1998-11-121-0/+100
* largely rewrote smbpasswd so that the code is understandable. ThisAndrew Tridgell1998-11-124-11/+11
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-121-26/+0
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-13/+13
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-35/+199
* lib/charcnv.c: Improved debug comment.Jeremy Allison1998-11-061-48/+69
* don't bother trying QFILEINFO/QUERY_FILE_ALL_INFO with win95 as itAndrew Tridgell1998-11-051-1/+5
* added a couple more error codes to cli_error()Andrew Tridgell1998-10-261-0/+6
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-241-8/+19
* Removed previously #ifdef 0 'ed code.Jeremy Allison1998-10-221-37/+0
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-0/+5
* - dce/rpc codeLuke Leighton1998-10-192-3/+2
* improved session reestablishmentAndrew Tridgell1998-10-191-36/+82
* return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1998-10-191-0/+1
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+1
* - use large buffers for netshareenumAndrew Tridgell1998-10-161-19/+30
* trans2.h: Added Thursby MAC extension.Jeremy Allison1998-10-161-0/+8
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-4/+14
* set recursion desired for bcast name queryAndrew Tridgell1998-10-141-1/+1
* 16 changed to 8 by mistake in samoemhash.Luke Leighton1998-10-141-1/+1