summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1999-12-12changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton3-4/+4
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton3-175/+3
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton4-36/+127
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-2/+0
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton4-503/+76
1999-12-02domain_client_validate() no longer takes serverlist, it callsLuke Leighton2-13/+11
1999-12-02need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1-30/+6
1999-12-01cli_session_setup() now takes an extra argument (host name). hey, whatLuke Leighton1-2/+4
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton3-3/+3
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-53/+11
1999-11-24WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1-1/+4
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-1/+1
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton2-12/+27
1999-11-21hmmm... have to add client-side support in domain_client_validate() toLuke Leighton2-6/+9
1999-11-21adding user session key into network netlogon response.Luke Leighton1-12/+12
1999-11-20oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:Luke Leighton1-2/+1
1999-11-20attempting to establish inter-domain trust relationships. modifiedLuke Leighton1-0/+2
1999-11-20modified domain_client_validate to take trust account name / type. thisLuke Leighton3-11/+68
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1-0/+1
1999-11-18set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1-0/+6
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton4-5/+51
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-67/+0
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+31
1999-10-29cli_nt_setup_creds() returns uint32 NT status code not a BOOL.Luke Leighton1-3/+4
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-1/+1
1999-10-05David van Geyn spotted that ulong is not defined on FREEBSD, not supposedLuke Leighton1-1/+1
1999-09-27don't leak printer handles,Jean-François Micouleau1-2/+5
1999-09-16reading in smb server domain name from SMBnegprot responseLuke Leighton1-3/+4
1999-09-15#defines for port 445 to SMB_PORT2Luke Leighton1-4/+4
1999-09-12- initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1-1/+0
1999-09-10oops, port 455 instead of 445Luke Leighton1-1/+1
1999-09-08bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton2-28/+76
1999-08-13spelling mistake.Luke Leighton1-1/+1
1999-08-13pnum should be a uint16.Luke Leighton1-2/+2
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-21comments requested by jeremy as to why NT/95 NULL-password distinction hackLuke Leighton1-1/+6
1999-07-16NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1-1/+1
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 Leighton5-84/+231
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-14removed strncpy()Luke Leighton1-23/+25
1999-07-13dfs parsed string length was being set explicitly to value "6", overwritingLuke Leighton1-22/+21
1999-07-12Jean-Francois Micouleau's rewrite of Nigel William's DFS supportLuke Leighton1-0/+215
1999-07-12lengths of NT passwords when "encrypt passwords = no" can be completelyLuke Leighton1-1/+1
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton6-67/+354
1999-07-07oops, refused lm when ntlmv2 was true not false/auto. oops!Luke Leighton1-1/+1
1999-07-06reporting failure to accept ntlmv2 (only) with down-level protocols (LANMAN1Luke Leighton1-3/+13