summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2002-02-27Fixed dumb typo caught by Herb.Jeremy Allison1-1/+1
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2-3/+3
2002-02-25Implemented client side functions for SPOOLSS addform, getform, setform andTim Potter1-6/+160
2002-02-21added cli_qfilename(), used in trans2 torture testAndrew Tridgell1-0/+43
2002-02-20This fixes a bug (spotted by Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>)Andrew Bartlett1-4/+9
2002-02-20Converted remaining spoolss rpcclient functions to werror/needed/offered.Tim Potter1-150/+128
2002-02-19Converted {cmd,cli}_spoolss_getprinter() to WERROR and offered/neede.Tim Potter1-49/+45
2002-02-19Added cli_spoolss_initialise() function.Tim Potter1-61/+72
2002-02-15Try not to malloc -1 bytes (apx 4GB) when the data is already in error.Andrew Bartlett1-2/+12
2002-02-13merge from 2.2Gerald Carter2-2/+7
2002-02-05fixed a bug in qpathinfo client codeAndrew Tridgell1-4/+6
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-31Added addform, setform and deleteform cli functions.Tim Potter1-0/+164
2002-01-30Removed version number from file header.Tim Potter40-77/+39
2002-01-28Name another talloc.Andrew Bartlett1-1/+1
2002-01-26Back out some of the less well thought out ideas from last weeks work onAndrew Bartlett1-2/+2
2002-01-26Fix up a security issue with the way we handle domain groups retuned on theAndrew Bartlett1-9/+15
2002-01-25Removed unused static variable.Tim Potter1-1/+0
2002-01-22Add more string explanations of RAP errors that are already documentedMartin Pool1-8/+17
2002-01-20Spelling fixes.Tim Potter1-0/+2
2002-01-20Fix a couple of memory leaks in the cli_establish_connection() code's failureAndrew Bartlett1-0/+2
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-10/+18
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-3/+3
2002-01-17Made a debug look nicer.Tim Potter1-1/+2
2002-01-17fixed a typo in the error map for WRONG_PASSWORDAndrew Tridgell1-1/+1
2002-01-16Merged in %S fixes and XX_NOT_CHANGED fixes from 2.2.Jeremy Allison1-2/+2
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-0/+1
2002-01-16Added CIFS UNIX extension code to client.Jeremy Allison1-0/+164
2002-01-16Merge of name_status_find() debugs.Tim Potter1-5/+18
2002-01-14Removed fprintf(stderr, ...); calls which should not be present in libraryTim Potter1-4/+0
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+152
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison9-62/+62
2002-01-11fixed a crash bug in domain auth caused by an uninitialised nt_statusAndrew Tridgell1-0/+2
2002-01-11cope with direct IP addresses in resolve_name()Andrew Tridgell1-0/+5
2002-01-11Fix up 'net ads join' to delete and rejoin if the account already exists.Andrew Bartlett1-1/+1
2002-01-11make sure resolve_name() only returns valid IP addressesAndrew Tridgell1-4/+13
2002-01-09Merge from appliance-head:Tim Potter1-4/+72
2002-01-07Converted getprinterdriver to WERROR - it always returns dos error 6Tim Potter1-54/+64
2002-01-06Converted enumprinters and enumports cli functions to return WERRORs.Tim Potter1-106/+129
2002-01-06Check for winbind separator in user name for cli_session_setup()Tim Potter1-1/+2
2002-01-06spoolss rpc client cleanup:Tim Potter1-56/+60
2002-01-06Define a rpc_client doc group.Tim Potter1-0/+3
2002-01-06Minor doc cleanups.Tim Potter1-2/+2
2002-01-06Added a get_dos_error_msg() function to mirror the get_nt_error_msg()Tim Potter1-0/+11
2002-01-06DOS error 31 is ERRgeneral, General Failure. This is the WERROR equivalentTim Potter1-1/+1
2002-01-05fixed another DATA_BLOB constructorAndrew Tridgell1-6/+1
2002-01-05simple fix for creating blank data blobsAndrew Tridgell1-3/+1
2002-01-05Add a comment on how this error map was derrived.Andrew Bartlett1-0/+22
2002-01-05Add a touch of constAndrew Bartlett1-1/+1
2002-01-03Update the NT_STATUS -> DOS error table.Andrew Bartlett2-407/+430