summaryrefslogtreecommitdiff
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* fixing up NETLOGON usage. password validation must now go throughLuke Leighton2000-01-024-82/+95
* - split ipc.c into lanman.c and ipc.cLuke Leighton2000-01-024-3121/+3185
* ok, it's not so easy to remove smbd dependence on dce/rpc.Luke Leighton2000-01-021-1/+13
* oo noo :) found the bug. constructing a pdu was setting the data lenLuke Leighton1999-12-311-4/+4
* got fed up of tryting to look for a stupid memory corruption, soLuke Leighton1999-12-311-22/+21
* fixing SMBtrans / SMBtrans secondary issues in clientgen.c and ipc.c.Luke Leighton1999-12-211-3/+5
* beeaaautiful. the one thing that i hate doing on this code (third orLuke Leighton1999-12-201-0/+3
* first pass at making lsarpcd not need the password database API code.Luke Leighton1999-12-141-1/+1
* changed function name of get_home_dir() to get_unixhome_dir(), to stopLuke Leighton1999-12-123-4/+4
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-123-175/+3
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-124-36/+127
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-2/+0
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-064-503/+76
* domain_client_validate() no longer takes serverlist, it callsLuke Leighton1999-12-022-13/+11
* need a domain resolving function, but get_trusted_serverlist() will do.Luke Leighton1999-12-021-30/+6
* cli_session_setup() now takes an extra argument (host name). hey, whatLuke Leighton1999-12-011-2/+4
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-013-3/+3
* attempting to resolve the issue that multiple servers often specified inLuke Leighton1999-11-291-53/+11
* WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.cLuke Leighton1999-11-241-1/+4
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-1/+1
* implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton1999-11-212-12/+27
* hmmm... have to add client-side support in domain_client_validate() toLuke Leighton1999-11-212-6/+9
* adding user session key into network netlogon response.Luke Leighton1999-11-211-12/+12
* oops, #ifdef'd cli_shutdown out, as the fun has _already_ started:Luke Leighton1999-11-201-2/+1
* attempting to establish inter-domain trust relationships. modifiedLuke Leighton1999-11-201-0/+2
* modified domain_client_validate to take trust account name / type. thisLuke Leighton1999-11-203-11/+68
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-0/+1
* set "key does not exist" response to reg_query_val() (win32 status codeLuke Leighton1999-11-181-0/+6
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-154-5/+51
* samuserset <username> -p password. YESSSSS :)Luke Leighton1999-11-041-67/+0
* adding experimental set user password command to rpcclient, it returnsLuke Leighton1999-11-041-0/+31
* cli_nt_setup_creds() returns uint32 NT status code not a BOOL.Luke Leighton1999-10-291-3/+4
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-1/+1
* David van Geyn spotted that ulong is not defined on FREEBSD, not supposedLuke Leighton1999-10-051-1/+1
* don't leak printer handles,Jean-François Micouleau1999-09-271-2/+5
* reading in smb server domain name from SMBnegprot responseLuke Leighton1999-09-161-3/+4
* #defines for port 445 to SMB_PORT2Luke Leighton1999-09-151-4/+4
* - initialising mach_passwd_file locks to zero (prev. uninit.)Luke Leighton1999-09-121-1/+0
* oops, port 455 instead of 445Luke Leighton1999-09-101-1/+1
* bertl <bs@niggard.org> patch for making samba listen on port 445, just likeLuke Leighton1999-09-082-28/+76
* spelling mistake.Luke Leighton1999-08-131-1/+1
* pnum should be a uint16.Luke Leighton1999-08-131-2/+2
* 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
* comments requested by jeremy as to why NT/95 NULL-password distinction hackLuke Leighton1999-07-211-1/+6
* NTLMv2 check being actioned when NT password response was only 24 chars.Luke Leighton1999-07-161-1/+1
* 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-155-84/+231
* dfs issuesLuke Leighton1999-07-152-8/+15