summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2000-01-06Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@...Jeremy Allison1-1/+1
2000-01-05use a minimal hash size in the unexpected packet database. A largeAndrew Tridgell1-1/+1
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-0/+54
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell3-247/+225
2000-01-03the bulk of the unexpected packet handling code is in hereAndrew Tridgell1-0/+160
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell2-208/+223
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-127/+0
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell9-2426/+1411
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-4/+2
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-4/+3
1999-12-09OK. This code works on a RedHat 6.0 system. However smbpasswdGerald Carter1-2/+4
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-56/+20
1999-12-05reenabled retry_time (commented out accidentally in name_status)Luke Leighton1-1/+1
1999-12-04argh! how horrible! spent ages working out why packets weren't beingLuke Leighton2-20/+40
1999-12-04argh. trying to get the nmb agent code to filter out "self" packets.Luke Leighton1-9/+3
1999-12-04jeremy is going to hate me for this.Luke Leighton3-39/+205
1999-12-04argh! you wouldn't believe what i had to do: use the mid (multiplex id)Luke Leighton1-1/+1
1999-12-03argh! smb-agent redirection client reusage is a nightmare!Luke Leighton2-3/+16
1999-12-03starting "connection reuse" system in smb-agent. added version numberLuke Leighton1-0/+20
1999-12-03smb-agent improvements. added -D (daemon) option. smb agent isLuke Leighton1-2/+4
1999-12-03cool! a unix socket smb redirector. code based on smbfilter andLuke Leighton2-0/+119
1999-12-02new get_any_dc_name() function allows lookups of trusted domains fromLuke Leighton1-15/+14
1999-12-02cleaning up: removing those horrible references to server listLuke Leighton1-2/+1
1999-12-02added get_any_dc_name() function.Luke Leighton1-32/+122
1999-12-02default SID map now reads in "trusted domains" from smb.conf.Luke Leighton1-3/+5
1999-12-02clearing up connection-related stuff. password credentials were messingLuke Leighton1-9/+1
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-1/+1
1999-12-011) when no domain used in ntlogin test command, should use default oneLuke Leighton2-20/+79
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton3-105/+71
1999-11-29this is going to sound _really_ weird, ok, but i had to implementLuke Leighton1-3/+3
1999-11-29attempting to resolve the issue that multiple servers often specified inLuke Leighton1-1/+2
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-96/+12
1999-11-27updated \PIPE\wkssvc commands to use new abstracted connection system.Luke Leighton1-8/+26
1999-11-27modified cli_connect_serverlist to take server list of formatLuke Leighton1-5/+6
1999-11-26whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few.Luke Leighton1-0/+24
1999-11-25previous commit added an abstraction function that didn't even haveLuke Leighton2-8/+5
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton2-31/+48
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-3/+4
1999-11-21implement server-side generation of NTLMv2 session key. YESSS :-)Luke Leighton2-14/+31
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton3-4/+40
1999-11-19The First Necessary UNICODE String Support.Luke Leighton1-19/+67
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-1/+1
1999-11-05experimental spoolss rpcclient commandsLuke Leighton1-0/+6
1999-11-04samuserset <username> -p password. YESSSSS :)Luke Leighton1-0/+11
1999-11-04adding experimental set user password command to rpcclient, it returnsLuke Leighton1-0/+66
1999-10-25the new CAP_EXTENDED_SECURITY code needed to support NTLMv2. also removedLuke Leighton1-1/+1
1999-10-25one of those wonderful moments when running against a different MSRPCLuke Leighton1-5/+13
1999-10-21split modify_trust_account_password into a separate module.Luke Leighton1-0/+211
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-1/+2
1999-10-14const issuesLuke Leighton1-1/+1