summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1998-10-22server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison4-4/+11
1998-10-22bug fix in lsa_trans_names.Luke Leighton5-7/+14
1998-10-22Minor change.Christopher R. Hertel1-1/+1
1998-10-22extern fstring global_myworkgroup should be a pstringLuke Leighton1-2/+2
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison7-38/+138
1998-10-22Another cosmetic change.Christopher R. Hertel1-2/+8
1998-10-21domain aliases added a bit better: does local aliases if you queryLuke Leighton15-104/+166
1998-10-21the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton10-26/+593
1998-10-21I received a bug report from Massimo Campostrini in Pisa. There are a pairChristopher R. Hertel2-10/+53
1998-10-21added "start index" skipping into querydispinfo.Luke Leighton1-5/+15
1998-10-21Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1-59/+151
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-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