summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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-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
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison4-13/+25
1998-10-16rpcclient ntlogin testLuke Leighton2-4/+15
1998-10-16trans2.h: Added Thursby MAC extension.Jeremy Allison3-0/+21
1998-10-16trust passwordLuke Leighton3-6/+6
1998-10-15rpcclient interactive login (with trust account changing if you are root)Luke Leighton13-73/+205
1998-10-15getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1-1/+6
1998-10-15Fixed crypt problems on IRIX with prototype.Jeremy Allison2-4/+4
1998-10-15bug-fixing against:Luke Leighton15-55/+454
1998-10-15second implementation of crc32, used with permission of francesco ferraraLuke Leighton1-4/+2
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison9-246/+312
1998-10-14set recursion desired for bcast name queryAndrew Tridgell2-2/+3
1998-10-1416 changed to 8 by mistake in samoemhash.Luke Leighton1-1/+1
1998-10-14tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of codeLuke Leighton1-0/+2
1998-10-14more warnings...Luke Leighton3-4/+3
1998-10-14unused variable in pipe_smb_write_XLuke Leighton1-1/+0
1998-10-14warnings spotted by ./configure.developer optionsLuke Leighton5-23/+13
1998-10-14script that defines some useful developer compiler options (gcc)Luke Leighton1-0/+3
1998-10-14dce/rpcLuke Leighton9-116/+231