summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Expand)AuthorAgeFilesLines
...
* Removing a stray return, probably inserted during debugging, which brokeMatthew Chapman1999-08-231-2/+0
* Don't print out a message in svcenum command for the ERRmoredataTim Potter1999-08-181-4/+7
* patch from michael glauche to add session enum code into smbd.Luke Leighton1999-08-182-14/+111
* display of session enum infoLuke Leighton1999-08-183-0/+214
* event log update, netsessenum, netconnenum update.Luke Leighton1999-08-187-21/+36
* event log updateLuke Leighton1999-08-183-25/+25
* debug info display (netbios layer).Luke Leighton1999-08-182-5/+23
* added back test to exclude unused connections.Luke Leighton1999-08-181-1/+3
* patch from Michael Glauche to call get_status_connections() instead ofLuke Leighton1999-08-182-52/+57
* use read() instead of fread() as fread() fails on redhat 6.Luke Leighton1999-08-182-17/+29
* adding lib/util_status.c to Makefile.inLuke Leighton1999-08-171-1/+1
* patch from Michael Glauche to list connections from STATUS..LCK.Luke Leighton1999-08-172-7/+121
* added some usage info for rpcclient.Luke Leighton1999-08-171-2/+4
* spelling mistake.Luke Leighton1999-08-131-1/+1
* pnum should be a uint16.Luke Leighton1999-08-131-2/+2
* Fix for Win95 not being able to find PDC (for User/Server Manager, andMatthew Chapman1999-08-081-11/+14
* Some compilers want (void) instead of just () in function declarations.Matthew Chapman1999-08-081-1/+1
* reverted lookup change. from ignacio.Luke Leighton1999-08-051-1/+1
* changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1999-08-031-2/+2
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-039-487/+317
* bug-fix in connection to port 445. cool! it works!Luke Leighton1999-08-031-0/+1
* attempting a connection to port 445 first, followed by a connection to 139Luke Leighton1999-08-031-6/+23
* close socket issues:Luke Leighton1999-08-032-11/+34
* - enumprintprocessors and enumprintmonitors added.Jean-François Micouleau1999-07-274-96/+699
* renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1999-07-266-38/+38
* Jean-Francois spotted bug in use of file_modified() routine submittedLuke Leighton1999-07-261-1/+1
* commented location where lookup_sids(), a direct call to the passwordLuke Leighton1999-07-262-0/+6
* 'export BEANS=ham' is a bash-ism. For those who don't have a symbolicTim Potter1999-07-221-1/+1
* BDC support.Matthew Chapman1999-07-221-32/+38
* BDC support.Matthew Chapman1999-07-221-5/+8
* BDC support.Matthew Chapman1999-07-223-13/+9
* BDC support.Matthew Chapman1999-07-222-17/+76
* BDC support.Matthew Chapman1999-07-221-0/+13
* make protoTim Potter1999-07-221-0/+1
* Support for arbitrary VFS options in smb.conf. Options are of theTim Potter1999-07-221-1/+69
* Copy service name into vfs_connection_struct.Tim Potter1999-07-221-0/+2
* Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1999-07-221-4/+7
* Added service name to vfs_connection_struct.Tim Potter1999-07-221-0/+9
* Moved a whole bunch of macros out of smb.h and into their own #includeTim Potter1999-07-222-122/+156
* Tim Potter spotted compile error: matthew had added BDC support to smbd,Luke Leighton1999-07-211-2/+3
* BDC support.Luke Leighton1999-07-2114-82/+349
* comments requested by jeremy as to why NT/95 NULL-password distinction hackLuke Leighton1999-07-211-1/+6
* use pstring for at command instead of fstringLuke Leighton1999-07-211-6/+6
* Make sure that the stamp file is newer than configure.inAlexandre Oliva1999-07-181-1/+1
* Avoid multiple ``Updating dependencies'' messages before .deps/.stampAlexandre Oliva1999-07-181-1/+1
* NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1999-07-161-1/+1
* check to see if copy_passwd_struct() ever receives its own internalLuke Leighton1999-07-161-0/+7
* copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1999-07-161-6/+8
* work-around for win95 NULL session bug: NULL password actually beingLuke Leighton1999-07-151-3/+13
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-156-87/+239