Age | Commit message (Expand) | Author | Files | Lines |
2002-01-09 | Merge from appliance-head: | Tim Potter | 1 | -4/+72 |
2002-01-07 | Converted getprinterdriver to WERROR - it always returns dos error 6 | Tim Potter | 1 | -54/+64 |
2002-01-06 | Converted enumprinters and enumports cli functions to return WERRORs. | Tim Potter | 1 | -106/+129 |
2002-01-06 | Check for winbind separator in user name for cli_session_setup() | Tim Potter | 1 | -1/+2 |
2002-01-06 | spoolss rpc client cleanup: | Tim Potter | 1 | -56/+60 |
2002-01-06 | Define a rpc_client doc group. | Tim Potter | 1 | -0/+3 |
2002-01-06 | Minor doc cleanups. | Tim Potter | 1 | -2/+2 |
2002-01-06 | Added a get_dos_error_msg() function to mirror the get_nt_error_msg() | Tim Potter | 1 | -0/+11 |
2002-01-06 | DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalent | Tim Potter | 1 | -1/+1 |
2002-01-05 | fixed another DATA_BLOB constructor | Andrew Tridgell | 1 | -6/+1 |
2002-01-05 | simple fix for creating blank data blobs | Andrew Tridgell | 1 | -3/+1 |
2002-01-05 | Add a comment on how this error map was derrived. | Andrew Bartlett | 1 | -0/+22 |
2002-01-05 | Add a touch of const | Andrew Bartlett | 1 | -1/+1 |
2002-01-03 | Update the NT_STATUS -> DOS error table. | Andrew Bartlett | 2 | -407/+430 |
2002-01-03 | Initialise result on success in cli_spoolss_enum_printers() so we don't get | Tim Potter | 1 | -0/+2 |
2002-01-03 | The werror<->nt status code map has changed and has broken all the spoolss | Tim Potter | 1 | -7/+7 |
2002-01-01 | This brings the NT->DOS error mapping into better line with what NT does. | Andrew Bartlett | 1 | -2/+2 |
2002-01-01 | Add a function to convert 'NT_STATUS...' strings back into their actual error | Andrew Bartlett | 1 | -0/+16 |
2002-01-01 | Add a specialised version of tpot's libsmb samlogon code for use with | Andrew Bartlett | 1 | -0/+86 |
2001-12-31 | Ensure the output cli can't have spurious values if the connection fails... | Andrew Bartlett | 1 | -1/+7 |
2001-12-31 | Fix up the comment in the copyright header | Andrew Bartlett | 1 | -2/+1 |
2001-12-30 | util_sid.c - respect a const variabile (addedd strdup) | Simo Sorce | 1 | -3/+2 |
2001-12-30 | Finish idra's cleanup of the RPC remote shutdown code. | Andrew Bartlett | 1 | -3/+2 |
2001-12-21 | - handle kerberos session setup reply with broken null termination | Andrew Tridgell | 1 | -4/+5 |
2001-12-21 | try to handle end of packet for not null terminated domain strings | Andrew Tridgell | 1 | -1/+3 |
2001-12-19 | added trusted realm support to ADS authentication | Andrew Tridgell | 1 | -2/+2 |
2001-12-17 | there is no unknown field in LSA_SEC_QOS | Jean-François Micouleau | 1 | -2/+2 |
2001-12-13 | Added comment. | Tim Potter | 1 | -0/+2 |
2001-12-13 | update the ldap support code. it compiles. | Jean-François Micouleau | 1 | -2/+4 |
2001-12-12 | Always use ASCII strings when changing passwords with RAP. | Jeremy Allison | 1 | -3/+3 |
2001-12-11 | handle a NULL hostname in cli_connect() | Andrew Tridgell | 1 | -0/+3 |
2001-12-11 | detect attempts to connect to names of the type NAME#xx and do a | Andrew Tridgell | 1 | -1/+11 |
2001-12-11 | Doing some research into ACLs on the LSA and SAM policy objects. | Tim Potter | 1 | -0/+52 |
2001-12-10 | NT_STATUS(0x80000005) maps to ERRDOS,234 | Jean-François Micouleau | 1 | -1/+1 |
2001-12-10 | added enum alias groups to rpcclient | Jean-François Micouleau | 1 | -0/+78 |
2001-12-10 | Treat RAP codes differently. | Jeremy Allison | 1 | -19/+20 |
2001-12-10 | RAP error strings take precedence as they are not encoded in the SMB header | Jeremy Allison | 1 | -9/+9 |
2001-12-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 1 | -0/+59 |
2001-12-08 | added internal sasl/gssapi code. This means we are no longer dependent on cyr... | Andrew Tridgell | 1 | -1/+1 |
2001-12-08 | Leak less memory. | Andrew Bartlett | 1 | -8/+18 |
2001-12-05 | Added fetch_domain_sid. Not used in current code, but a nice example | Jeremy Allison | 1 | -0/+96 |
2001-12-05 | OK. Smbpasswd -j is DEAD. | Andrew Bartlett | 2 | -1/+198 |
2001-12-05 | Ditto on the const religion. | Andrew Bartlett | 1 | -2/+2 |
2001-12-04 | Add 'net rpc join' to match the ADS equiv. | Andrew Bartlett | 2 | -12/+7 |
2001-12-04 | Fix up funtion name, as this finds local, not domain master browsers. | Andrew Bartlett | 1 | -2/+2 |
2001-12-04 | Added error message for ERRdiskfull. | Tim Potter | 1 | -0/+1 |
2001-12-04 | when using non-encrypted password ignore the ntpass variable to | Andrew Tridgell | 1 | -2/+2 |
2001-12-03 | const religion | Andrew Tridgell | 1 | -1/+1 |
2001-12-03 | This change reworkes the connection code for both rpcclient and net new | Andrew Bartlett | 1 | -1/+113 |
2001-12-02 | added queryuseraliases to rpcclient | Jean-François Micouleau | 1 | -0/+49 |