Age | Commit message (Expand) | Author | Files | Lines |
1998-10-22 | Another cosmetic change. | Christopher R. Hertel | 1 | -2/+8 |
1998-10-21 | domain aliases added a bit better: does local aliases if you query | Luke Leighton | 15 | -104/+166 |
1998-10-21 | the next dialog: user-groups. it's not very sensible what appears, but hey: | Luke Leighton | 10 | -26/+593 |
1998-10-21 | I received a bug report from Massimo Campostrini in Pisa. There are a pair | Christopher R. Hertel | 2 | -10/+53 |
1998-10-21 | added "start index" skipping into querydispinfo. | Luke Leighton | 1 | -5/+15 |
1998-10-21 | Changed the debug calls to use the newer debug macros. This allowed me to | Christopher R. Hertel | 1 | -59/+151 |
1998-10-21 | Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode. | Jeremy Allison | 11 | -34/+58 |
1998-10-21 | oops! | Luke Leighton | 2 | -11/+11 |
1998-10-21 | signed / unsigned issues | Luke Leighton | 4 | -4/+4 |
1998-10-21 | fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh). | Luke Leighton | 6 | -16/+26 |
1998-10-21 | at the interop Isaac (at least I _think_ it was Isaac) said that if a | Andrew Tridgell | 2 | -1/+18 |
1998-10-20 | signed / unsigned warnings (found by herb). | Luke Leighton | 4 | -16/+16 |
1998-10-20 | dce/rpc. bug-fix in ipc.c (introduced today :) | Luke Leighton | 3 | -29/+89 |
1998-10-20 | Fixed bug found by John Blair where trim_string wasn't | Jeremy Allison | 3 | -193/+304 |
1998-10-20 | some quite important bug-fixes i missed because i transferred the wrong | Luke Leighton | 8 | -49/+47 |
1998-10-20 | calls to prs_grow() on array structures so that data construction doesn't | Luke Leighton | 1 | -3/+18 |
1998-10-20 | oops, I ot the return type of putenv() wrong | Andrew Tridgell | 1 | -2/+3 |
1998-10-20 | use putenv() more portably | Andrew Tridgell | 1 | -1/+7 |
1998-10-20 | fixed a connection bug in torture test | Andrew Tridgell | 1 | -11/+66 |
1998-10-20 | removed setenv(), replaced with smbw_setenv() | Andrew Tridgell | 6 | -26/+29 |
1998-10-20 | new prorotypes | Andrew Tridgell | 1 | -0/+1 |
1998-10-20 | fixes for solaris | Andrew Tridgell | 1 | -2/+4 |
1998-10-20 | smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector | Jeremy Allison | 5 | -17/+79 |
1998-10-20 | add -Bshareable for *bsd* | Andrew Tridgell | 1 | -0/+3 |
1998-10-20 | removed my badly-done attempt at handling compilers that don't handle | Andrew Tridgell | 1 | -9/+3 |
1998-10-19 | oops | Luke Leighton | 1 | -2/+2 |
1998-10-19 | output password change messages instead of debug message. | Luke Leighton | 1 | -2/+2 |
1998-10-19 | - dce/rpc code | Luke Leighton | 14 | -214/+431 |
1998-10-19 | added command line options to smbsh | Andrew Tridgell | 4 | -30/+72 |
1998-10-19 | improved session reestablishment | Andrew Tridgell | 1 | -36/+82 |
1998-10-19 | prototype new functions | Andrew Tridgell | 1 | -0/+6 |
1998-10-19 | return the resolved IP on a cli_connect() call so it can be cached | Andrew Tridgell | 1 | -0/+1 |
1998-10-19 | removed an incorrect comment | Andrew Tridgell | 1 | -4/+0 |
1998-10-19 | - don't use env variables for passwords and usernames (yeah!) | Andrew Tridgell | 4 | -23/+242 |
1998-10-19 | - added smbrapper/shared.o | Andrew Tridgell | 1 | -5/+10 |
1998-10-18 | Fixed sys_lseek and seek_file calls so all returns | Jeremy Allison | 6 | -193/+315 |
1998-10-18 | redid proto.h | Andrew Tridgell | 1 | -1/+1 |
1998-10-18 | check for lp_nt_pipe_support() in open calls | Andrew Tridgell | 2 | -2/+2 |
1998-10-18 | add an option to enable/disable nt pipes | Andrew Tridgell | 1 | -0/+4 |
1998-10-17 | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 14 | -11/+25 |
1998-10-16 | oops. | Luke Leighton | 1 | -1/+1 |
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 |