summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison11-34/+58
1998-10-21oops!Luke Leighton2-11/+11
1998-10-21signed / unsigned issuesLuke Leighton4-4/+4
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton6-16/+26
1998-10-21at the interop Isaac (at least I _think_ it was Isaac) said that if aAndrew Tridgell2-1/+18
1998-10-20signed / unsigned warnings (found by herb).Luke Leighton4-16/+16
1998-10-20dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton3-29/+89
1998-10-20Fixed bug found by John Blair where trim_string wasn'tJeremy Allison3-193/+304
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton8-49/+47
1998-10-20calls to prs_grow() on array structures so that data construction doesn'tLuke Leighton1-3/+18
1998-10-20oops, I ot the return type of putenv() wrongAndrew Tridgell1-2/+3
1998-10-20use putenv() more portablyAndrew Tridgell1-1/+7
1998-10-20fixed a connection bug in torture testAndrew Tridgell1-11/+66
1998-10-20removed setenv(), replaced with smbw_setenv()Andrew Tridgell6-26/+29
1998-10-20new prorotypesAndrew Tridgell1-0/+1
1998-10-20fixes for solarisAndrew Tridgell1-2/+4
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison5-17/+79
1998-10-20add -Bshareable for *bsd*Andrew Tridgell1-0/+3
1998-10-20removed my badly-done attempt at handling compilers that don't handleAndrew Tridgell1-9/+3
1998-10-19oopsLuke Leighton1-2/+2
1998-10-19output password change messages instead of debug message.Luke Leighton1-2/+2
1998-10-19- dce/rpc codeLuke Leighton14-214/+431
1998-10-19added command line options to smbshAndrew Tridgell4-30/+72
1998-10-19improved session reestablishmentAndrew Tridgell1-36/+82
1998-10-19prototype new functionsAndrew Tridgell1-0/+6
1998-10-19return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1-0/+1
1998-10-19removed an incorrect commentAndrew Tridgell1-4/+0
1998-10-19- don't use env variables for passwords and usernames (yeah!)Andrew Tridgell4-23/+242
1998-10-19- added smbrapper/shared.oAndrew Tridgell1-5/+10
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison6-193/+315
1998-10-18redid proto.hAndrew Tridgell1-1/+1
1998-10-18check for lp_nt_pipe_support() in open callsAndrew Tridgell2-2/+2
1998-10-18add an option to enable/disable nt pipesAndrew Tridgell1-0/+4
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison14-11/+25
1998-10-17Added man page for nmblookup(1)Eloy Paris1-0/+126
1998-10-16oops.Luke Leighton1-1/+1
1998-10-16dce/rpcLuke Leighton8-9/+134
1998-10-16added maxfid testAndrew Tridgell1-11/+66
1998-10-16changed some debug levelsAndrew Tridgell2-6/+15
1998-10-16strtoul removed, strtol used insteadLuke Leighton1-1/+1
1998-10-16strtoul replace with strtolLuke Leighton2-12/+12
1998-10-16!pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1-2/+2
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton6-31/+43
1998-10-16cli_nt_session_open() encrypt arg removedLuke Leighton1-1/+1
1998-10-16setup_groups() - code clarification. no functional change.Luke Leighton1-13/+19
1998-10-16oops.Luke Leighton1-3/+4
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton10-47/+101
1998-10-16only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1-6/+10
1998-10-16- use large buffers for netshareenumAndrew Tridgell1-19/+30
1998-10-16use the username GUEST if no other username is availableAndrew Tridgell1-0/+5