summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-1221-324/+296
* UNICODE issues.Luke Leighton1999-02-114-13/+13
* the UNICODE issue...Luke Leighton1999-02-117-11/+44
* enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1999-02-111-1/+1
* refinement of random ipc$ SMBtrans torture test. send requests, andLuke Leighton1999-02-111-4/+58
* uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1999-02-111-1/+1
* use jeremy's versions of the UNICODE routines.Luke Leighton1999-02-105-47/+59
* Having Well-known Domain Groups ("Domain Admins/Guests/Users") returnedLuke Leighton1999-02-092-2/+2
* groups and aliases being "manually" added which do not necessarily haveLuke Leighton1999-02-091-45/+7
* when multiple independent large rpc calls come in on the same pipe,Luke Leighton1999-02-092-6/+4
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-098-43/+39
* pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton1999-02-092-13/+25
* Fix for NT BSOD problem. There's no reason to have two "NT usernames" runningMatthew Chapman1999-02-091-3/+1
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-088-21/+21
* reload_services needs to be called prior to init_files but afterLuke Leighton1999-02-081-4/+4
* iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton1999-02-083-25/+92
* initialise my name (used in %h) prior to loading smb.conf files.Luke Leighton1999-02-031-26/+15
* %s not $sLuke Leighton1999-02-031-1/+1
* corrections to get data stream for 2nd and subsequent pdus copied fromLuke Leighton1999-02-033-23/+19
* cache unix groups so that two-level getgrent calls don't occur.Luke Leighton1999-02-039-31/+226
* multiple dce/rpc PDUs failed to work after ntlmssp update was added.Luke Leighton1999-02-033-33/+24
* server type announcements modified to include the "role" of the server:Luke Leighton1999-02-022-15/+69
* Minor change to bring smbmount in the main branch in line with some bzeroMichael Warfield1999-02-011-3/+3
* comma after DOM_MAP_USER removedLuke Leighton1999-02-011-1/+1
* Must set password length to 24 after we encrypt a password.Matthew Chapman1999-02-011-0/+2
* Initialise NTTIME properly in make_reg_q_enum_key instead of usingMatthew Chapman1999-02-011-1/+1
* Fixed a domain functionality problem where NT clients would startMatthew Chapman1999-02-011-30/+11
* Added init_nt_time function which initialises an NTTIME to -1.Matthew Chapman1999-02-012-7/+10
* Ok... Yet another round of fixes for smbmount and autofs.Michael Warfield1999-01-312-18/+63
* fix for enumerate domain users (bug spotted by sean matthews).Luke Leighton1999-01-296-31/+30
* removed encrypt-password code pre-cli_session_setup(), session setupLuke Leighton1999-01-291-6/+2
* uni_svc_name not uni_srv_nameLuke Leighton1999-01-291-1/+1
* rpcclient "Service Control Manager" svcenum [-i] command.Luke Leighton1999-01-287-16/+241
* error code cleanupLuke Leighton1999-01-281-27/+27
* returned cli_session_setup to previous behaviour. added a couple ofLuke Leighton1999-01-281-7/+22
* Service Control Manager - service enumeration.Luke Leighton1999-01-274-37/+61
* set_port warning / unused / global/local variable overlap issuesLuke Leighton1999-01-273-15/+16
* Fuss fuss fuss.Christopher R. Hertel1999-01-271-1/+5
* - got client code cleartext passwords working again in cli_session_setup.Luke Leighton1999-01-273-23/+34
* compilation errors due to addition of smb file handle parameter.Luke Leighton1999-01-271-10/+9
* Putting back the -p flag in smbclient.Richard Sharpe1999-01-254-4/+32
* More changes to get SSL working with 2.x.xRichard Sharpe1999-01-251-0/+26
* Fixing up configure to properly support sslRichard Sharpe1999-01-241-0/+4
* Adding first of the fixes for SSL.Richard Sharpe1999-01-241-9/+14
* In security=user mode we must allow cli_connect_serverlist to connect to ourMatthew Chapman1999-01-181-1/+1
* Added load_interfaces in smbpasswd to allow name resolution by broadcast andMatthew Chapman1999-01-181-0/+2
* A small change to clitar.c (really, I promise :-)Richard Sharpe1999-01-171-0/+7
* eclass != ERRDOS && num != ERRmoredataMatthew Chapman1999-01-151-1/+1
* Fixed typo in srv_samr.c where samr_add_groupmem and samr_del_groupmem wereMatthew Chapman1999-01-151-4/+4
* Finally committing my LDAP changes.Matthew Chapman1999-01-157-101/+523