Age | Commit message (Expand) | Author | Files | Lines |
1998-10-16 | dce/rpc | Luke Leighton | 8 | -9/+134 |
1998-10-16 | added maxfid test | Andrew Tridgell | 1 | -11/+66 |
1998-10-16 | changed some debug levels | Andrew Tridgell | 2 | -6/+15 |
1998-10-16 | strtoul removed, strtol used instead | Luke Leighton | 1 | -1/+1 |
1998-10-16 | strtoul replace with strtol | Luke Leighton | 2 | -12/+12 |
1998-10-16 | !pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops. | Luke Leighton | 1 | -2/+2 |
1998-10-16 | made pass_check_smb() available for dce/rpc use. | Luke Leighton | 6 | -31/+43 |
1998-10-16 | cli_nt_session_open() encrypt arg removed | Luke Leighton | 1 | -1/+1 |
1998-10-16 | setup_groups() - code clarification. no functional change. | Luke Leighton | 1 | -13/+19 |
1998-10-16 | oops. | Luke Leighton | 1 | -3/+4 |
1998-10-16 | rpc client mods (ntlmssp flags) | Luke Leighton | 10 | -47/+101 |
1998-10-16 | only do the MAC extensions if we are a NTFS filesystem | Andrew Tridgell | 1 | -6/+10 |
1998-10-16 | - use large buffers for netshareenum | Andrew Tridgell | 1 | -19/+30 |
1998-10-16 | use the username GUEST if no other username is available | Andrew Tridgell | 1 | -0/+5 |
1998-10-16 | Re-added code to tell the user how many open files they | Jeremy Allison | 4 | -13/+25 |
1998-10-16 | rpcclient ntlogin test | Luke Leighton | 2 | -4/+15 |
1998-10-16 | trans2.h: Added Thursby MAC extension. | Jeremy Allison | 3 | -0/+21 |
1998-10-16 | trust password | Luke Leighton | 3 | -6/+6 |
1998-10-15 | rpcclient interactive login (with trust account changing if you are root) | Luke Leighton | 13 | -73/+205 |
1998-10-15 | getpwnam() failing is a serious error (corrupt smbpasswd database) | Luke Leighton | 1 | -1/+6 |
1998-10-15 | Fixed crypt problems on IRIX with prototype. | Jeremy Allison | 2 | -4/+4 |
1998-10-15 | bug-fixing against: | Luke Leighton | 15 | -55/+454 |
1998-10-15 | second implementation of crc32, used with permission of francesco ferrara | Luke Leighton | 1 | -4/+2 |
1998-10-15 | config: Fix crypt prototype on RedHat Linux. | Jeremy Allison | 9 | -246/+312 |
1998-10-14 | set recursion desired for bcast name query | Andrew Tridgell | 2 | -2/+3 |
1998-10-14 | 16 changed to 8 by mistake in samoemhash. | Luke Leighton | 1 | -1/+1 |
1998-10-14 | tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of code | Luke Leighton | 1 | -0/+2 |
1998-10-14 | more warnings... | Luke Leighton | 3 | -4/+3 |
1998-10-14 | unused variable in pipe_smb_write_X | Luke Leighton | 1 | -1/+0 |
1998-10-14 | warnings spotted by ./configure.developer options | Luke Leighton | 5 | -23/+13 |
1998-10-14 | script that defines some useful developer compiler options (gcc) | Luke Leighton | 1 | -0/+3 |
1998-10-14 | dce/rpc | Luke Leighton | 9 | -116/+231 |
1998-10-13 | use level 0 for DEBUG() of malformed password entry in smbpasswd | Andrew Tridgell | 1 | -4/+4 |
1998-10-13 | smbsh launch program is now in C | Andrew Tridgell | 1 | -0/+62 |
1998-10-13 | made smbsh a standard binary | Andrew Tridgell | 2 | -10/+11 |
1998-10-10 | dce/rpc | Luke Leighton | 3 | -12/+54 |
1998-10-10 | dce/rpc | Luke Leighton | 4 | -11/+21 |
1998-10-09 | dce/rpc | Luke Leighton | 7 | -114/+254 |
1998-10-09 | signed / unsigned issues spotted by herb | Luke Leighton | 4 | -11/+11 |
1998-10-09 | dce/rpc. | Luke Leighton | 6 | -19/+34 |
1998-10-09 | basic client-side ntcreateX function (hard-wired values except filename) | Luke Leighton | 5 | -15/+76 |
1998-10-09 | dce/rpc | Luke Leighton | 11 | -45/+109 |
1998-10-09 | anders blomdell spotted an unititialised fstring causing strlen to go | Luke Leighton | 1 | -0/+1 |
1998-10-09 | Added code to convert empty file names to "." so we avoid | Richard Sharpe | 1 | -0/+12 |
1998-10-09 | Add a DEBUG to unix_convert | Richard Sharpe | 1 | -0/+2 |
1998-10-08 | dce/rpc | Luke Leighton | 14 | -178/+512 |
1998-10-08 | fixed bug pointed out by Herb. | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | fixed a bug in the readline support | Andrew Tridgell | 1 | -3/+4 |
1998-10-08 | really fixed the warning this time :) | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | fixed a warning | Andrew Tridgell | 1 | -1/+1 |