summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added comment.Tim Potter2001-12-131-0/+2
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-2/+4
* Always use ASCII strings when changing passwords with RAP.Jeremy Allison2001-12-121-3/+3
* handle a NULL hostname in cli_connect()Andrew Tridgell2001-12-111-0/+3
* detect attempts to connect to names of the type NAME#xx and do aAndrew Tridgell2001-12-111-1/+11
* Doing some research into ACLs on the LSA and SAM policy objects.Tim Potter2001-12-111-0/+52
* NT_STATUS(0x80000005) maps to ERRDOS,234Jean-François Micouleau2001-12-101-1/+1
* added enum alias groups to rpcclientJean-François Micouleau2001-12-101-0/+78
* Treat RAP codes differently.Jeremy Allison2001-12-101-19/+20
* RAP error strings take precedence as they are not encoded in the SMB headerJeremy Allison2001-12-101-9/+9
* Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter2001-12-101-0/+59
* added internal sasl/gssapi code. This means we are no longer dependent on cyr...Andrew Tridgell2001-12-081-1/+1
* Leak less memory.Andrew Bartlett2001-12-081-8/+18
* Added fetch_domain_sid. Not used in current code, but a nice exampleJeremy Allison2001-12-051-0/+96
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-052-1/+198
* Ditto on the const religion.Andrew Bartlett2001-12-051-2/+2
* Add 'net rpc join' to match the ADS equiv.Andrew Bartlett2001-12-042-12/+7
* Fix up funtion name, as this finds local, not domain master browsers.Andrew Bartlett2001-12-041-2/+2
* Added error message for ERRdiskfull.Tim Potter2001-12-041-0/+1