summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-03-08pass_check.c could receive encrypted password: printing it out as a %sLuke Leighton2-2/+4
1999-03-08oops, accidentally committed clear-text password reading last week.Luke Leighton1-1/+1
1999-03-08Bejamin Kuit. #define MYSQL and MYSQL_ROW to void iff <mysql.h> not found.Luke Leighton2-0/+13
1999-03-05spelling mistake, #ifdef'd out for non-developers (oops!)Luke Leighton1-0/+5
1999-03-05oops, put -DDEBUG_PASSWORD in wrong place.Luke Leighton1-1/+1
1999-03-05Benjamin Kuit's mods.Luke Leighton3-3/+36
1999-03-03Benjamin Kuit's latest mysql mods. issue with "make proto" needs to beLuke Leighton6-93/+165
1999-03-02added <mysql.h> autoconf test.Luke Leighton5-33/+10
1999-03-01Benjamin Kuit's MYSQL SAM Database implementation.Luke Leighton8-2/+1335
1999-03-01improving syntax / useability of rpcclient "shutdown" command:Luke Leighton2-10/+26
1999-02-24Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending onMatthew Chapman1-7/+10
1999-02-24Added "lookupdomain" rpcclient command. Not particularly useful currentlyMatthew Chapman1-0/+1
1999-02-24Win9x user level security.Matthew Chapman7-429/+1096
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton10-330/+497
1999-02-19samr_lookup_names "none found" error needed corrections with empty lists.Luke Leighton1-2/+2
1999-02-19last unix group not being listed. spotted by jacques sansdrap.Luke Leighton3-3/+3
1999-02-18problem been there for months: reg_r_info not aligning after string buffer.Luke Leighton1-0/+1
1999-02-18Got to the bottom of another weird one...Michael Warfield1-1/+5
1999-02-16rpcclient shutdown commandLuke Leighton7-2/+203
1999-02-16bitmap to stringsLuke Leighton2-16/+84
1999-02-15Always null-terminate strings.Matthew Chapman17-82/+82
1999-02-15Always null-terminate strings.Matthew Chapman1-16/+33
1999-02-14Added caching of user password if it was entered via getpass. We were alreadyMichael Warfield1-1/+102
1999-02-13 Fixed a glibc glitch in smbumount.c and reenabled some debuggingMichael Warfield2-2/+2
1999-02-12const cast issues. [p.s - tidy work, matt!]Luke Leighton1-16/+31
1999-02-12const issues with byte mod / byte read macros.Luke Leighton1-8/+13
1999-02-12Cut and paste error.Matthew Chapman1-9/+9
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman21-324/+296
1999-02-11UNICODE issues.Luke Leighton4-13/+13
1999-02-11the UNICODE issue...Luke Leighton7-11/+44
1999-02-11enum dom users buffer was 0x80 not 0x8000. must fix "enumeration" codeLuke Leighton1-1/+1
1999-02-11refinement of random ipc$ SMBtrans torture test. send requests, andLuke Leighton1-4/+58
1999-02-11uninitialised pointer being freed if lookupnames failed. oops.Luke Leighton1-1/+1
1999-02-10use jeremy's versions of the UNICODE routines.Luke Leighton5-47/+59
1999-02-09Having Well-known Domain Groups ("Domain Admins/Guests/Users") returnedLuke Leighton2-2/+2
1999-02-09groups and aliases being "manually" added which do not necessarily haveLuke Leighton1-45/+7
1999-02-09when multiple independent large rpc calls come in on the same pipe,Luke Leighton2-6/+4
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton8-43/+39
1999-02-09pwdb_smb_to_sam was not returning NULL for nt name so thatLuke Leighton2-13/+25
1999-02-09Fix for NT BSOD problem. There's no reason to have two "NT usernames" runningMatthew Chapman1-3/+1
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton8-21/+21
1999-02-08reload_services needs to be called prior to init_files but afterLuke Leighton1-4/+4
1999-02-08iteration of sam passwd entries was an order n-cubed algorithm dueLuke Leighton3-25/+92
1999-02-03initialise my name (used in %h) prior to loading smb.conf files.Luke Leighton1-26/+15
1999-02-03%s not $sLuke Leighton1-1/+1
1999-02-03corrections to get data stream for 2nd and subsequent pdus copied fromLuke Leighton3-23/+19
1999-02-03cache unix groups so that two-level getgrent calls don't occur.Luke Leighton9-31/+226
1999-02-03multiple dce/rpc PDUs failed to work after ntlmssp update was added.Luke Leighton3-33/+24
1999-02-02server type announcements modified to include the "role" of the server:Luke Leighton2-15/+69
1999-02-01Minor change to bring smbmount in the main branch in line with some bzeroMichael Warfield1-3/+3