| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes from Luke, back-ported from TNG to Win2k. Correctly return FAULT_PDU on | Jeremy Allison | 2000-02-29 | 1 | -0/+20 |
* | added enumprintprocessordatatypes | Jean-François Micouleau | 2000-02-26 | 1 | -0/+98 |
* | rewrote enumprinterdata. still a bug in it but reproducing it hard and | Jean-François Micouleau | 2000-02-26 | 1 | -102/+139 |
* | converted a couple of bzero() to memset() | Jean-François Micouleau | 2000-02-24 | 1 | -199/+145 |
* | more rewrite ... | Jean-François Micouleau | 2000-02-21 | 1 | -877/+432 |
* | fix the reply of rpc_alter_context | Jean-François Micouleau | 2000-02-15 | 2 | -913/+771 |
* | Hum, I should remove my gloves when I'm in front of an xterm :) | Jean-François Micouleau | 2000-02-07 | 1 | -10/+18 |
* | spoolss definitions. | Jean-François Micouleau | 2000-02-07 | 3 | -11/+85 |
* | First commit of the spoolss code to the HEAD branch. | Jean-François Micouleau | 2000-02-07 | 1 | -0/+4806 |
* | made cvs main up-to-date with samba_tng, with addition of process id to | Luke Leighton | 2000-01-21 | 1 | -1/+10 |
* | SAMR_R_UNKNOWN_38 is 3 uint16 params (4-byte aligned) followed by status code. | Luke Leighton | 2000-01-17 | 1 | -4/+3 |
* | Added HP change. | Jeremy Allison | 2000-01-14 | 1 | -53/+54 |
* | modified smbd/msrpc credential transfer system. user session key | Luke Leighton | 2000-01-11 | 1 | -0/+19 |
* | simple mods to add msrpc pipe redirection. default behaviour: fall back | Luke Leighton | 2000-01-03 | 2 | -0/+602 |
* | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1999-12-13 | 6 | -6647/+0 |
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 10 | -10126/+6961 |
* | final part of "first" phase converting over to msrpc daemon architecture. | Luke Leighton | 1999-12-12 | 1 | -1/+4 |
* | delineation between smb and msrpc more marked. smbd now constructs | Luke Leighton | 1999-12-12 | 8 | -80/+160 |
* | parsing code for transferring unix and nt security credentials over-the-wire. | Luke Leighton | 1999-12-08 | 1 | -0/+494 |
* | ABOUT TIME!!!!!!!! | Luke Leighton | 1999-12-08 | 1 | -1/+7 |
* | the first independent msrpc daemon - lsarpcd. | Luke Leighton | 1999-12-06 | 1 | -0/+10 |
* | damn, that took a while. nt login password was being stored incorrectly | Luke Leighton | 1999-12-01 | 2 | -8/+9 |
* | fixing joining to domain plus something weird going down with nt logins... | Luke Leighton | 1999-12-01 | 1 | -1/+1 |
* | improving createuser account command to be able to add workstations | Luke Leighton | 1999-12-01 | 1 | -8/+11 |
* | first attempt at getting \PIPE\NETLOGON working. it's pretty horrible. | Luke Leighton | 1999-11-29 | 2 | -10/+38 |
* | well, i stuffed up the spooler commands. | Luke Leighton | 1999-11-27 | 1 | -7/+7 |
* | this one's a handle-based one (missed in the first round). | Luke Leighton | 1999-11-27 | 1 | -1/+1 |
* | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1999-11-25 | 1 | -0/+20 |
* | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1999-11-24 | 1 | -1/+1 |
* | service control manager API completed. svcenum -i works, but does not | Luke Leighton | 1999-11-24 | 1 | -1/+1 |
* | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1999-11-24 | 2 | -6/+9 |
* | attempted a svcset command. password is encrypted / messed up, therefore | Luke Leighton | 1999-11-23 | 2 | -138/+93 |
* | adding svcctl 0x1b function | Luke Leighton | 1999-11-23 | 1 | -0/+179 |
* | shuffling msrpc code around so that it can be used independently of rpcclient | Luke Leighton | 1999-11-23 | 1 | -2/+2 |
* | dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT() | Luke Leighton | 1999-11-20 | 1 | -0/+2 |
* | nt5rc2 falling over because the LsaQueryInfoPolicy() response _must_ | Luke Leighton | 1999-11-19 | 1 | -0/+1 |
* | - surprise! the number of UNICODE strings that didn't have alignment | Luke Leighton | 1999-11-19 | 1 | -0/+20 |
* | added \PIPE\browser plus experimental brsinfo command. you wouldn't | Luke Leighton | 1999-11-19 | 2 | -0/+191 |
* | added samuserset2 rpcclient command to test ACB_XXX bit-setting on | Luke Leighton | 1999-11-18 | 1 | -3/+158 |
* | updating reg_value_info() parsing code to take BUFFER2 instead of just | Luke Leighton | 1999-11-18 | 1 | -16/+20 |
* | added regqueryval command (experimental) to get reg_io_q_info() and | Luke Leighton | 1999-11-18 | 1 | -63/+60 |
* | attempting to get nt5 wksta to join domain. | Luke Leighton | 1999-11-16 | 3 | -23/+40 |
* | added two new params: "trusted domains" and "trusting domains". | Luke Leighton | 1999-11-16 | 1 | -4/+4 |
* | Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000 | Richard Sharpe | 1999-11-16 | 1 | -0/+60 |
* | added server-side samr enum domains. fixed some parsing issues, server-side. | Luke Leighton | 1999-11-15 | 1 | -15/+7 |
* | added rpcclient "enumdomains" command. enumerates names of domains | Luke Leighton | 1999-11-15 | 1 | -0/+160 |
* | - added DCE/RPC "fault" PDU support. | Luke Leighton | 1999-11-15 | 1 | -0/+16 |
* | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1999-11-09 | 1 | -76/+83 |
* | preparation for doing a spoolss enum jobs command. had to rewrite | Luke Leighton | 1999-11-08 | 1 | -86/+192 |
* | const feeding frenzy | Luke Leighton | 1999-11-08 | 2 | -10/+11 |