summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-203-29/+89
* Fixed bug found by John Blair where trim_string wasn'tJeremy Allison1998-10-203-193/+304
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-208-49/+47
* calls to prs_grow() on array structures so that data construction doesn'tLuke Leighton1998-10-201-3/+18
* oops, I ot the return type of putenv() wrongAndrew Tridgell1998-10-201-2/+3
* use putenv() more portablyAndrew Tridgell1998-10-201-1/+7
* fixed a connection bug in torture testAndrew Tridgell1998-10-201-11/+66
* removed setenv(), replaced with smbw_setenv()Andrew Tridgell1998-10-206-26/+29
* new prorotypesAndrew Tridgell1998-10-201-0/+1
* fixes for solarisAndrew Tridgell1998-10-201-2/+4
* smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1998-10-205-17/+79
* add -Bshareable for *bsd*Andrew Tridgell1998-10-201-0/+3
* removed my badly-done attempt at handling compilers that don't handleAndrew Tridgell1998-10-201-9/+3
* oopsLuke Leighton1998-10-191-2/+2
* output password change messages instead of debug message.Luke Leighton1998-10-191-2/+2
* - dce/rpc codeLuke Leighton1998-10-1914-214/+431
* added command line options to smbshAndrew Tridgell1998-10-194-30/+72
* improved session reestablishmentAndrew Tridgell1998-10-191-36/+82
* prototype new functionsAndrew Tridgell1998-10-191-0/+6
* return the resolved IP on a cli_connect() call so it can be cachedAndrew Tridgell1998-10-191-0/+1
* removed an incorrect commentAndrew Tridgell1998-10-191-4/+0
* - don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1998-10-194-23/+242
* - added smbrapper/shared.oAndrew Tridgell1998-10-191-5/+10
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-186-193/+315
* redid proto.hAndrew Tridgell1998-10-181-1/+1
* check for lp_nt_pipe_support() in open callsAndrew Tridgell1998-10-182-2/+2
* add an option to enable/disable nt pipesAndrew Tridgell1998-10-181-0/+4
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-1714-11/+25
* oops.Luke Leighton1998-10-161-1/+1
* dce/rpcLuke Leighton1998-10-168-9/+134
* added maxfid testAndrew Tridgell1998-10-161-11/+66
* changed some debug levelsAndrew Tridgell1998-10-162-6/+15
* strtoul removed, strtol used insteadLuke Leighton1998-10-161-1/+1
* strtoul replace with strtolLuke Leighton1998-10-162-12/+12
* !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.Luke Leighton1998-10-161-2/+2
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-166-31/+43
* cli_nt_session_open() encrypt arg removedLuke Leighton1998-10-161-1/+1
* setup_groups() - code clarification. no functional change.Luke Leighton1998-10-161-13/+19
* oops.Luke Leighton1998-10-161-3/+4
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-1610-47/+101
* only do the MAC extensions if we are a NTFS filesystemAndrew Tridgell1998-10-161-6/+10
* - use large buffers for netshareenumAndrew Tridgell1998-10-161-19/+30
* use the username GUEST if no other username is availableAndrew Tridgell1998-10-161-0/+5
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-164-13/+25
* rpcclient ntlogin testLuke Leighton1998-10-162-4/+15
* trans2.h: Added Thursby MAC extension.Jeremy Allison1998-10-163-0/+21
* trust passwordLuke Leighton1998-10-163-6/+6
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-1513-73/+205
* getpwnam() failing is a serious error (corrupt smbpasswd database)Luke Leighton1998-10-151-1/+6
* Fixed crypt problems on IRIX with prototype.Jeremy Allison1998-10-152-4/+4