| Commit message (Expand) | Author | Age | Files | Lines |
* | A couple of updates for the SmbEncrypt code, and some of its users. | Andrew Bartlett | 2002-06-07 | 2 | -14/+32 |
* | Removed unused function. | Tim Potter | 2002-06-03 | 1 | -46/+0 |
* | Added cli_samr_get_dom_pwinfo() function. | Tim Potter | 2002-06-03 | 1 | -46/+74 |
* | Removed unused variable. | Tim Potter | 2002-06-03 | 1 | -1/+0 |
* | Add rpc for file close, expand file enum to take username | Jim McDonough | 2002-06-01 | 1 | -4/+44 |
* | More cleanup work preparing for SMB signing. | Jeremy Allison | 2002-06-01 | 2 | -89/+105 |
* | Add netshareadd and netsharedel client side rpc | Jim McDonough | 2002-05-31 | 1 | -0/+81 |
* | Update netfileenum on both client and server sides to do an arbitrary number | Jim McDonough | 2002-05-31 | 1 | -0/+42 |
* | Added netfileenum (sorry - no output though (-:) command. | Tim Potter | 2002-05-30 | 1 | -0/+45 |
* | Added netremotetod to try and figure out which srvsvc commands are denied | Tim Potter | 2002-05-29 | 1 | -0/+45 |
* | Cleaned up srvsvc constants a bit. | Tim Potter | 2002-05-29 | 1 | -1/+1 |
* | Added netshareenum cli command - the rpc structures here are really bizzare | Tim Potter | 2002-05-28 | 1 | -0/+120 |
* | Hmm - you can do NT_STATUS_IS_OK on a WERROR and not get a compile warning/er... | Tim Potter | 2002-05-28 | 1 | -1/+1 |
* | Add support for NTLMv2 (tested!) with NTLMSSP. | Andrew Bartlett | 2002-05-26 | 1 | -1/+42 |
* | Update some of the LM hash code to better respect the seperation between | Andrew Bartlett | 2002-05-25 | 3 | -54/+57 |
* | Clean up a few unused functions, add a bit of static etc. | Andrew Bartlett | 2002-05-25 | 2 | -2/+3 |
* | Remove the password length paramater from cli_full_connection - it really | Andrew Bartlett | 2002-05-24 | 1 | -5/+6 |
* | This function is unused, and doesn't make any sense to me anyway. | Andrew Bartlett | 2002-05-23 | 1 | -17/+0 |
* | Given Jeremy's positive response, and a lack of one from tpot, I'll commit | Andrew Bartlett | 2002-05-23 | 11 | -434/+19 |
* | Move client_receive_smb to clientgen.c as a static, as proposed by Elrond. | Andrew Bartlett | 2002-05-18 | 2 | -26/+62 |
* | A few more trusted domains updates from mimir. | Andrew Bartlett | 2002-05-17 | 2 | -9/+23 |
* | This removes --with-ssl from Samba. | Andrew Bartlett | 2002-05-17 | 2 | -17/+0 |
* | NT sends the server name prepended with \\ for a enumerate printers RPC | Tim Potter | 2002-05-17 | 1 | -2/+2 |
* | Changes to allow head to translate NMB flags ... | Richard Sharpe | 2002-05-17 | 1 | -3/+19 |
* | Added deleteprinterdata client rpc. | Tim Potter | 2002-05-14 | 1 | -0/+45 |
* | Added writeprinter rpc command. | Tim Potter | 2002-05-14 | 1 | -0/+49 |
* | Added getprinterdata and enumprinterdata rpc client routines. | Tim Potter | 2002-05-14 | 1 | -42/+186 |
* | RPC client function for startdocprinter and enddocprinter. | Tim Potter | 2002-05-13 | 1 | -2/+101 |
* | Added client side spoolss rpc commands for startpageprinter, | Tim Potter | 2002-05-08 | 1 | -0/+200 |
* | Added cli_spoolss_enumjobs() function. | Tim Potter | 2002-05-07 | 1 | -3/+46 |
* | DOS error 1307 is returned when an invalid owner for a security descriptor | Tim Potter | 2002-05-07 | 1 | -0/+1 |
* | Added constant and message for invalid security descriptor dos error. | Tim Potter | 2002-04-24 | 1 | -0/+1 |
* | My seven-year-old daughter calls me 'Captain Pedantic'. I don't know which | Christopher R. Hertel | 2002-04-22 | 1 | -2/+13 |
* | fixed a namequery bug caused by my recent string length patches | Andrew Tridgell | 2002-04-19 | 1 | -1/+1 |
* | libsmb/cli_netlogon.c: Fixed confusing debug messages. | Jeremy Allison | 2002-04-17 | 1 | -4/+4 |
* | better handling of DOS LANMAN2.1 protocol | Andrew Tridgell | 2002-04-15 | 1 | -4/+18 |
* | The cli_lsa_lookup_{names,sids} functions were returning useless | Tim Potter | 2002-04-14 | 1 | -20/+21 |
* | Added error string for STATUS_SOME_UNMAPPED | Tim Potter | 2002-04-14 | 1 | -0/+1 |
* | Partly based on the work by mimir (Rafal Szczesniak | Andrew Bartlett | 2002-04-14 | 1 | -1/+1 |
* | Added cli_spoolss_enumjobs() function. | Tim Potter | 2002-04-10 | 1 | -0/+52 |
* | Added WERR_INVALID_FORM_NAME constant. | Tim Potter | 2002-04-09 | 1 | -0/+1 |
* | Always pass NT password as well as Lanman. | Jeremy Allison | 2002-04-06 | 1 | -1/+1 |
* | small change in name_resolve_bcast() | Jean-François Micouleau | 2002-04-04 | 1 | -1/+1 |
* | If compiling with Insure, mallocate a byte of memory and attach it to the | Tim Potter | 2002-04-04 | 2 | -1/+33 |
* | oops | Tim Potter | 2002-04-04 | 1 | -1/+1 |
* | Fixed memory leak in cli_lsa_enum_trust_dom(). Use talloc_strdup() instead | Tim Potter | 2002-04-04 | 1 | -1/+1 |
* | some mergee from SAMBA_2_2. Does compile, but needs some more testing. | Gerald Carter | 2002-04-02 | 1 | -208/+266 |
* | Make a number of the lookup tables 'const'. I'm told this assists in sharing | Andrew Bartlett | 2002-03-23 | 2 | -12/+12 |
* | Correctly increment offset in cli_smbwrite. | Jeremy Allison | 2002-03-20 | 1 | -0/+2 |
* | Test against W2K that we're doing large read/writes correctly (we are). | Jeremy Allison | 2002-03-20 | 1 | -0/+9 |