summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1999-08-18event log update, netsessenum, netconnenum update.Luke Leighton7-21/+36
1999-08-18event log updateLuke Leighton3-25/+25
1999-08-18debug info display (netbios layer).Luke Leighton2-5/+23
1999-08-18added back test to exclude unused connections.Luke Leighton1-1/+3
1999-08-18patch from Michael Glauche to call get_status_connections() instead ofLuke Leighton2-52/+57
1999-08-18use read() instead of fread() as fread() fails on redhat 6.Luke Leighton2-17/+29
1999-08-17adding lib/util_status.c to Makefile.inLuke Leighton1-1/+1
1999-08-17patch from Michael Glauche to list connections from STATUS..LCK.Luke Leighton2-7/+121
1999-08-17added some usage info for rpcclient.Luke Leighton1-2/+4
1999-08-13spelling mistake.Luke Leighton1-1/+1
1999-08-13pnum should be a uint16.Luke Leighton1-2/+2
1999-08-08Fix for Win95 not being able to find PDC (for User/Server Manager, andMatthew Chapman1-11/+14
1999-08-08Some compilers want (void) instead of just () in function declarations.Matthew Chapman1-1/+1
1999-08-05reverted lookup change. from ignacio.Luke Leighton1-1/+1
1999-08-03changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1-2/+2
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton9-487/+317
1999-08-03bug-fix in connection to port 445. cool! it works!Luke Leighton1-0/+1
1999-08-03attempting a connection to port 445 first, followed by a connection to 139Luke Leighton1-6/+23
1999-08-03close socket issues:Luke Leighton2-11/+34
1999-07-27- enumprintprocessors and enumprintmonitors added.Jean-François Micouleau4-96/+699
1999-07-26renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton6-38/+38
1999-07-26Jean-Francois spotted bug in use of file_modified() routine submittedLuke Leighton1-1/+1
1999-07-26commented location where lookup_sids(), a direct call to the passwordLuke Leighton2-0/+6
1999-07-22'export BEANS=ham' is a bash-ism. For those who don't have a symbolicTim Potter1-1/+1
1999-07-22BDC support.Matthew Chapman1-32/+38
1999-07-22BDC support.Matthew Chapman1-5/+8
1999-07-22BDC support.Matthew Chapman3-13/+9
1999-07-22BDC support.Matthew Chapman2-17/+76
1999-07-22BDC support.Matthew Chapman1-0/+13
1999-07-22make protoTim Potter1-0/+1
1999-07-22Support for arbitrary VFS options in smb.conf. Options are of theTim Potter1-1/+69
1999-07-22Copy service name into vfs_connection_struct.Tim Potter1-0/+2
1999-07-22Pass VFS options defined in smb.conf to vfs_init() function.Tim Potter1-4/+7
1999-07-22Added service name to vfs_connection_struct.Tim Potter1-0/+9
1999-07-22Moved a whole bunch of macros out of smb.h and into their own #includeTim Potter2-122/+156
1999-07-21Tim Potter spotted compile error: matthew had added BDC support to smbd,Luke Leighton1-2/+3
1999-07-21BDC support.Luke Leighton14-82/+349
1999-07-21comments requested by jeremy as to why NT/95 NULL-password distinction hackLuke Leighton1-1/+6
1999-07-21use pstring for at command instead of fstringLuke Leighton1-6/+6
1999-07-18Make sure that the stamp file is newer than configure.inAlexandre Oliva1-1/+1
1999-07-18Avoid multiple ``Updating dependencies'' messages before .deps/.stampAlexandre Oliva1-1/+1
1999-07-16NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1-1/+1
1999-07-16check to see if copy_passwd_struct() ever receives its own internalLuke Leighton1-0/+7
1999-07-16copy of password struct needed to be made prior to calling copy_passwd_structLuke Leighton1-6/+8
1999-07-15work-around for win95 NULL session bug: NULL password actually beingLuke Leighton1-3/+13
1999-07-15more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton6-87/+239
1999-07-15dfs issuesLuke Leighton2-8/+15
1999-07-15added %d %d to error message, try to track down the uid / smb_uid mismatchLuke Leighton1-2/+2
1999-07-14code from bertl to allow remap of default built-in names to anything.Luke Leighton9-99/+310
1999-07-14removed strncpy()Luke Leighton1-23/+25