summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
1999-10-14adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1-0/+29
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton2-70/+417
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton1-5/+26
1999-09-15#defines for port 445 to SMB_PORT2Luke Leighton1-2/+2
1999-08-18debug info display (netbios layer).Luke Leighton1-4/+12
1999-08-03bug-fix in connection to port 445. cool! it works!Luke Leighton1-0/+1
1999-08-03attempting a connection to port 445 first, followed by a connection to 139Luke Leighton1-6/+23
1999-08-03close socket issues:Luke Leighton1-11/+33
1999-07-22BDC support.Matthew Chapman1-0/+13
1999-07-21BDC support.Luke Leighton1-1/+5
1999-07-11anon passwd connection: passlen=1; ntpasslen=0.Luke Leighton1-3/+4
1999-07-09When making anonymous connections, must pass pointers to real ntTim Potter1-5/+5
1999-07-08fixed problem with NULL ntpasswd parameters causing crash inLuke Leighton1-9/+43
1999-06-29removed old code/comments.Luke Leighton1-66/+0
1999-06-29smbclient modified to use cli_establish_connection(). smbclient thereforeLuke Leighton2-5/+22
1999-06-29improving authentication code (tidyup).Luke Leighton3-129/+483
1999-06-24use nmb_safe_namestr.Luke Leighton1-3/+8
1999-06-24safe string version of nmb_namestr.Luke Leighton1-4/+13
1999-06-24safe string error reporting functions (found a potential buffer overflowLuke Leighton3-62/+93
1999-04-23Adding scheduler control pipe (\atsvc), client-side routines, and rpcclientMatthew Chapman1-1/+2
1999-03-25fixed issues with "Welcome to SAMBA Domain" for when admin user/pass isLuke Leighton1-1/+1
1999-03-24NULL pointer handling in nt_lm_owf_genLuke Leighton1-1/+4
1999-03-23ERRmoredata is informational and should not be treated as a hard errorMatthew Chapman1-7/+6
1999-03-19const char* instead of char* for inputLuke Leighton1-1/+1
1999-03-19return type of nt_decrypt_string2 set to BOOL.Luke Leighton1-4/+3
1999-03-19Implemented encryption algorithm used for a number of RPC buffers.Matthew Chapman2-1/+46
1999-03-01Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton1-0/+2
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