Age | Commit message (Expand) | Author | Files | Lines |
2000-01-14 | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 1 | -1/+1 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 1 | -4/+3 |
2000-01-13 | the lock routines now take a enumerated type for read/write locks, and | Andrew Tridgell | 1 | -4/+4 |
2000-01-10 | I'm currently designing a new locking system (using a tdb database!) | Andrew Tridgell | 1 | -4/+6 |
2000-01-10 | don't treat a packet as a oplock break unless it is a request, not a | Andrew Tridgell | 1 | -1/+2 |
2000-01-08 | cli_open() wasn't handling DENY_FCB or O_WRONLY correctly. | Andrew Tridgell | 1 | -6/+5 |
2000-01-07 | fixed a comment | Andrew Tridgell | 1 | -1/+1 |
2000-01-07 | this looks like a big commit, but it isn't really :) | Andrew Tridgell | 4 | -15/+13 |
2000-01-06 | Fix for renaming directories on OS/2 server. Fix from John Janosik <jpjanosi@... | Jeremy Allison | 1 | -1/+1 |
2000-01-05 | use a minimal hash size in the unexpected packet database. A large | Andrew Tridgell | 1 | -1/+1 |
2000-01-03 | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 1 | -0/+54 |
2000-01-03 | added suppport for unexpected udp/138 packets | Andrew Tridgell | 3 | -247/+225 |
2000-01-03 | the bulk of the unexpected packet handling code is in here | Andrew Tridgell | 1 | -0/+160 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 2 | -208/+223 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1 | -127/+0 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 9 | -2426/+1411 |
1999-12-12 | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1 | -4/+2 |
1999-12-12 | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1 | -4/+3 |
1999-12-09 | OK. This code works on a RedHat 6.0 system. However smbpasswd | Gerald Carter | 1 | -2/+4 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -56/+20 |
1999-12-05 | reenabled retry_time (commented out accidentally in name_status) | Luke Leighton | 1 | -1/+1 |
1999-12-04 | argh! how horrible! spent ages working out why packets weren't being | Luke Leighton | 2 | -20/+40 |
1999-12-04 | argh. trying to get the nmb agent code to filter out "self" packets. | Luke Leighton | 1 | -9/+3 |
1999-12-04 | jeremy is going to hate me for this. | Luke Leighton | 3 | -39/+205 |
1999-12-04 | argh! you wouldn't believe what i had to do: use the mid (multiplex id) | Luke Leighton | 1 | -1/+1 |
1999-12-03 | argh! smb-agent redirection client reusage is a nightmare! | Luke Leighton | 2 | -3/+16 |
1999-12-03 | starting "connection reuse" system in smb-agent. added version number | Luke Leighton | 1 | -0/+20 |
1999-12-03 | smb-agent improvements. added -D (daemon) option. smb agent is | Luke Leighton | 1 | -2/+4 |
1999-12-03 | cool! a unix socket smb redirector. code based on smbfilter and | Luke Leighton | 2 | -0/+119 |
1999-12-02 | new get_any_dc_name() function allows lookups of trusted domains from | Luke Leighton | 1 | -15/+14 |
1999-12-02 | cleaning up: removing those horrible references to server list | Luke Leighton | 1 | -2/+1 |
1999-12-02 | added get_any_dc_name() function. | Luke Leighton | 1 | -32/+122 |
1999-12-02 | default SID map now reads in "trusted domains" from smb.conf. | Luke Leighton | 1 | -3/+5 |
1999-12-02 | clearing up connection-related stuff. password credentials were messing | Luke Leighton | 1 | -9/+1 |
1999-12-01 | more cli_session_setup() calls. what the heck are these doing??? | Luke Leighton | 1 | -1/+1 |
1999-12-01 | 1) when no domain used in ntlogin test command, should use default one | Luke Leighton | 2 | -20/+79 |
1999-12-01 | sys_select added one more argument (read, write selectors). | Luke Leighton | 3 | -105/+71 |
1999-11-29 | this is going to sound _really_ weird, ok, but i had to implement | Luke Leighton | 1 | -3/+3 |
1999-11-29 | attempting to resolve the issue that multiple servers often specified in | Luke Leighton | 1 | -1/+2 |
1999-11-29 | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1 | -96/+12 |
1999-11-27 | updated \PIPE\wkssvc commands to use new abstracted connection system. | Luke Leighton | 1 | -8/+26 |
1999-11-27 | modified cli_connect_serverlist to take server list of format | Luke Leighton | 1 | -5/+6 |
1999-11-26 | whoa. _major_ restructure of rpcclient. fixed some buuugs, created a few. | Luke Leighton | 1 | -0/+24 |
1999-11-25 | previous commit added an abstraction function that didn't even have | Luke Leighton | 2 | -8/+5 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 2 | -31/+48 |
1999-11-24 | first stages of removing struct cli_state* and uint16 fnum from all | Luke Leighton | 1 | -3/+4 |
1999-11-21 | implement server-side generation of NTLMv2 session key. YESSS :-) | Luke Leighton | 2 | -14/+31 |
1999-11-21 | you know what? this sort of thing makes me laugh. hmm, what functions | Luke Leighton | 3 | -4/+40 |
1999-11-19 | The First Necessary UNICODE String Support. | Luke Leighton | 1 | -19/+67 |
1999-11-18 | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1 | -1/+1 |