summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Re-added "dfree command" functionality that was described in the man pagesJeremy Allison2000-01-061-1/+48
* Moved check_plaintext_password() into smbd/chgpasswd.c from smbd/ipc.c.Jeremy Allison2000-01-052-43/+43
* client/client.c: I18N fixes.Jeremy Allison2000-01-052-67/+130
* implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell2000-01-051-0/+3
* Fixed getgrent() recurse problem.Jeremy Allison2000-01-041-8/+45
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-033-13/+63
* added suppport for unexpected udp/138 packetsAndrew Tridgell2000-01-031-75/+88
* got rid of mem_manAndrew Tridgell2000-01-031-2/+0
* don't close the database after each claim_connection()Andrew Tridgell2000-01-031-2/+0
* - added tdb_flags option to tdb_open()Andrew Tridgell2000-01-021-22/+6
* Changed MAX to MIN in SET_FILE_BASIC_INFO as recommended by "Michael C. Adler...Jeremy Allison1999-12-211-1/+1
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-216-61/+38
* first cut at using the tdb code for the connections structure, theAndrew Tridgell1999-12-213-160/+75
* Fix from tulipant-gergely@dbrt.hu for returning incorrect error codeJeremy Allison1999-12-211-1/+1
* *Finally*. Correct patch to fix timestamp problems from Paul Eggert <eggert@t...Jeremy Allison1999-12-201-3/+14
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-134-999/+0
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-1329-3643/+6978
* 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