summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* don't use SMBW_PWD_ENV any moreAndrew Tridgell1998-10-231-3/+0
* fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1998-10-233-11/+19
* make the shared variable stuff slightly more sophisticatedAndrew Tridgell1998-10-231-12/+26
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-239-72/+146
* torture debug.Luke Leighton1998-10-222-1/+14
* enumeration tests (files, sessions, shares, connections).Luke Leighton1998-10-221-0/+32
* Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1998-10-221-1/+1
* rpctorture commandLuke Leighton1998-10-225-8/+544
* Removed previously #ifdef 0 'ed code.Jeremy Allison1998-10-221-37/+0
* Tidied up Support.txt to be up to date with latest consultantJeremy Allison1998-10-221-52/+76
* server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1998-10-224-4/+11
* bug fix in lsa_trans_names.Luke Leighton1998-10-225-7/+14
* Minor change.Christopher R. Hertel1998-10-221-1/+1
* extern fstring global_myworkgroup should be a pstringLuke Leighton1998-10-221-2/+2
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-227-38/+138
* Another cosmetic change.Christopher R. Hertel1998-10-221-2/+8
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-2115-104/+166
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-2110-26/+593
* I received a bug report from Massimo Campostrini in Pisa. There are a pairChristopher R. Hertel1998-10-212-10/+53
* added "start index" skipping into querydispinfo.Luke Leighton1998-10-211-5/+15
* Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1998-10-211-59/+151
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-2111-34/+58
* oops!Luke Leighton1998-10-212-11/+11
* signed / unsigned issuesLuke Leighton1998-10-214-4/+4
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-216-16/+26
* at the interop Isaac (at least I _think_ it was Isaac) said that if aAndrew Tridgell1998-10-212-1/+18
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-204-16/+16
* 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