summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* This brings the NT->DOS error mapping into better line with what NT does.Andrew Bartlett2002-01-011-2/+2
* Add a function to convert 'NT_STATUS...' strings back into their actual errorAndrew Bartlett2002-01-011-0/+16
* Add a specialised version of tpot's libsmb samlogon code for use withAndrew Bartlett2002-01-011-0/+86
* Ensure the output cli can't have spurious values if the connection fails...Andrew Bartlett2001-12-311-1/+7
* Fix up the comment in the copyright headerAndrew Bartlett2001-12-311-2/+1
* util_sid.c - respect a const variabile (addedd strdup)Simo Sorce2001-12-301-3/+2
* Finish idra's cleanup of the RPC remote shutdown code.Andrew Bartlett2001-12-301-3/+2
* - handle kerberos session setup reply with broken null terminationAndrew Tridgell2001-12-211-4/+5
* try to handle end of packet for not null terminated domain stringsAndrew Tridgell2001-12-211-1/+3
* added trusted realm support to ADS authenticationAndrew Tridgell2001-12-191-2/+2
* there is no unknown field in LSA_SEC_QOSJean-François Micouleau2001-12-171-2/+2