summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2000-01-08fix a error in access_table revealed by the new deny test in smbtorture. We n...Andrew Tridgell1-3/+5
2000-01-08smbd/mangle.cJeremy Allison3-5/+14
2000-01-08Fixed deny mode bug :Jeremy Allison1-9/+9
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell2-9/+2
2000-01-06Re-added "dfree command" functionality that was described in the man pagesJeremy Allison1-1/+48
2000-01-05Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2-43/+43
2000-01-05client/client.c: I18N fixes.Jeremy Allison2-67/+130
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+3
2000-01-04Fixed getgrent() recurse problem.Jeremy Allison1-8/+45
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton3-13/+63
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-75/+88
2000-01-03got rid of mem_manAndrew Tridgell1-2/+0
2000-01-03don't close the database after each claim_connection()Andrew Tridgell1-2/+0
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell1-22/+6
1999-12-21Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1-1/+1
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell6-61/+38
1999-12-21first cut at using the tdb code for the connections structure, theAndrew Tridgell3-160/+75
1999-12-21Fix from tulipant-gergely@dbrt.hu for returning incorrect error codeJeremy Allison1-1/+1
1999-12-20*Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1-3/+14
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell4-999/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell29-3643/+6978
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