| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't try to sort a list of zero length in internal_resolve_name() | Tim Potter | 2002-03-19 | 1 | -1/+1 |
* | Added dos_errstr() function. Not all errors in list yet. | Tim Potter | 2002-03-17 | 2 | -12/+88 |
* | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 2002-03-17 | 7 | -10/+10 |
* | this tdb was being opened without locking, which is unsafe for shared | Andrew Tridgell | 2002-03-15 | 1 | -2/+2 |
* | getpid() -> sys_getpid() | Tim Potter | 2002-03-14 | 1 | -1/+1 |
* | added cli_locktype() for testing different lockingX lock types | Andrew Tridgell | 2002-03-11 | 1 | -0/+54 |
* | better handling of a zero timeout in cli_lock | Andrew Tridgell | 2002-03-10 | 1 | -2/+6 |
* | Added case statment for decoding enumprinters level 0 result. | Tim Potter | 2002-03-08 | 1 | -0/+4 |
* | Removed duplicate \n from debug message. | Tim Potter | 2002-03-06 | 1 | -21/+13 |
* | Fix error return. | Jeremy Allison | 2002-03-05 | 1 | -1/+1 |
* | Allow Samba to trust NT4 Domains. | Andrew Bartlett | 2002-03-02 | 2 | -7/+9 |
* | Add a dash of const here and there... | Andrew Bartlett | 2002-03-02 | 2 | -6/+6 |
* | The beginning of trusted and trusting domain support from | Andrew Bartlett | 2002-03-01 | 1 | -0/+112 |
* | Another comment fix for mirmir | Andrew Bartlett | 2002-03-01 | 1 | -1/+1 |
* | Ensure that winbindd and smbd both use identical logic to find dc's. | Jeremy Allison | 2002-02-28 | 1 | -8/+8 |
* | Fixed dumb typo caught by Herb. | Jeremy Allison | 2002-02-27 | 1 | -1/+1 |
* | bcopy must DIE ! Stop people creeping use of bcopy back into the code | Jeremy Allison | 2002-02-26 | 2 | -3/+3 |
* | Implemented client side functions for SPOOLSS addform, getform, setform and | Tim Potter | 2002-02-25 | 1 | -6/+160 |
* | added cli_qfilename(), used in trans2 torture test | Andrew Tridgell | 2002-02-21 | 1 | -0/+43 |
* | This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>) | Andrew Bartlett | 2002-02-20 | 1 | -4/+9 |
* | Converted remaining spoolss rpcclient functions to werror/needed/offered. | Tim Potter | 2002-02-20 | 1 | -150/+128 |
* | Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede. | Tim Potter | 2002-02-19 | 1 | -49/+45 |
* | Added cli_spoolss_initialise() function. | Tim Potter | 2002-02-19 | 1 | -61/+72 |
* | Try not to malloc -1 bytes (apx 4GB) when the data is already in error. | Andrew Bartlett | 2002-02-15 | 1 | -2/+12 |
* | merge from 2.2 | Gerald Carter | 2002-02-13 | 2 | -2/+7 |
* | fixed a bug in qpathinfo client code | Andrew Tridgell | 2002-02-05 | 1 | -4/+6 |
* | Fix from Michael Steffens <michael_steffens@hp.com> to make signal | Jeremy Allison | 2002-01-31 | 1 | -1/+1 |
* | Added addform, setform and deleteform cli functions. | Tim Potter | 2002-01-31 | 1 | -0/+164 |