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