summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter2002-02-251-6/+160
* added cli_qfilename(), used in trans2 torture testAndrew Tridgell2002-02-211-0/+43
* This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett2002-02-201-4/+9
* Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter2002-02-201-150/+128
* Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter2002-02-191-49/+45
* Added cli_spoolss_initialise() function.Tim Potter2002-02-191-61/+72
* Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett2002-02-151-2/+12
* merge from 2.2Gerald Carter2002-02-132-2/+7
* fixed a bug in qpathinfo client codeAndrew Tridgell2002-02-051-4/+6
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Added addform, setform and deleteform cli functions.Tim Potter2002-01-311-0/+164
* Removed version number from file header.Tim Potter2002-01-3040-77/+39
* Name another talloc.Andrew Bartlett2002-01-281-1/+1
* Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett2002-01-261-2/+2
* Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett2002-01-261-9/+15
* Removed unused static variable.Tim Potter2002-01-251-1/+0
* Add more string explanations of RAP errors that are already documentedMartin Pool2002-01-221-8/+17
* Spelling fixes.Tim Potter2002-01-201-0/+2
* Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett2002-01-201-0/+2
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-10/+18
* This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett2002-01-181-3/+3
* Made a debug look nicer.Tim Potter2002-01-171-1/+2
* fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell2002-01-171-1/+1
* Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison2002-01-161-2/+2
* Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-161-0/+1
* Added CIFS UNIX extension code to client.Jeremy Allison2002-01-161-0/+164
* Merge of name_status_find() debugs.Tim Potter2002-01-161-5/+18
* Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter2002-01-141-4/+0
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+152
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-119-62/+62
* fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell2002-01-111-0/+2
* cope with direct IP addresses in resolve_name()Andrew Tridgell2002-01-111-0/+5
* Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett2002-01-111-1/+1
* make sure resolve_name() only returns valid IP addressesAndrew Tridgell2002-01-111-4/+13
* Merge from appliance-head:Tim Potter2002-01-091-4/+72
* Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter2002-01-071-54/+64
* Converted enumprinters and enumports cli functions to return WERRORs.Tim Potter2002-01-061-106/+129
* Check for winbind separator in user name for cli_session_setup()Tim Potter2002-01-061-1/+2
* spoolss rpc client cleanup:Tim Potter2002-01-061-56/+60
* Define a rpc_client doc group.Tim Potter2002-01-061-0/+3
* Minor doc cleanups.Tim Potter2002-01-061-2/+2
* Added a get_dos_error_msg() function to mirror the get_nt_error_msg()Tim Potter2002-01-061-0/+11
* DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter2002-01-061-1/+1
* fixed another DATA_BLOB constructorAndrew Tridgell2002-01-051-6/+1
* simple fix for creating blank data blobsAndrew Tridgell2002-01-051-3/+1
* Add a comment on how this error map was derrived.Andrew Bartlett2002-01-051-0/+22
* Add a touch of constAndrew Bartlett2002-01-051-1/+1
* Update the NT_STATUS -> DOS error table.Andrew Bartlett2002-01-032-407/+430
* Initialise result on success in cli_spoolss_enum_printers() so we don't getTim Potter2002-01-031-0/+2
* The werror<->nt status code map has changed and has broken all the spoolssTim Potter2002-01-031-7/+7