summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2000-02-041) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton1-10/+10
2000-01-16fixed a formatting errorAndrew Tridgell1-1/+1
2000-01-14damn, Solaris already has a "enum lock_type"Andrew Tridgell1-1/+1
2000-01-14we now pass all byte range locking testsAndrew Tridgell1-4/+3
2000-01-13the lock routines now take a enumerated type for read/write locks, andAndrew Tridgell1-4/+4
2000-01-10I'm currently designing a new locking system (using a tdb database!)Andrew Tridgell1-4/+6
2000-01-10don't treat a packet as a oplock break unless it is a request, not aAndrew Tridgell1-1/+2
2000-01-08cli_open() wasn't handling DENY_FCB or O_WRONLY correctly.Andrew Tridgell1-6/+5
2000-01-07fixed a commentAndrew Tridgell1-1/+1
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell4-15/+13
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