summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner2008-02-151-0/+31
* Allow the mechOID to be written separately.Jeremy Allison2008-02-141-2/+4
* Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner2008-02-131-2/+26
* Add a missing returnVolker Lendecke2008-02-111-1/+1
* We don't need the extra null termination - we'veJeremy Allison2008-02-081-9/+4
* Make clilist work again with OS/2 (kukks help!).Jeremy Allison2008-02-081-1/+17
* From kukks - prevent crashes if finfo.name == NULL.Jeremy Allison2008-02-081-0/+11
* Try and fix length and finfo calls for older clients. WorkingJeremy Allison2008-02-081-7/+21
* Fix bug reported on IRC enumerating shares with OS/2.Jeremy Allison2008-02-081-3/+4
* Fix some typos.Karolin Seeger2008-02-081-1/+1
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-4/+25
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-1/+1
* Get rid of read_socket_with_timeoutVolker Lendecke2008-02-021-2/+22
* Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner2008-01-291-100/+14
* Adding missing calls to va_end().Tim Potter2008-01-271-4/+19
* Add WERR_INVALID_COMPUTER_NAME.Günther Deschner2008-01-241-0/+1
* Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman2008-01-231-1/+9
|\
| * Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman2008-01-231-1/+9
* | Don't leak memory in error path.Jeremy Allison2008-01-231-0/+1
* | Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison2008-01-231-1/+1
* | Fix Windows 2008 (Longhorn) join.Andreas Schneider2008-01-231-1/+15
* | Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* | read_socket_with_timeout has timeout=0 handlingVolker Lendecke2008-01-231-6/+2
|/
* Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman2008-01-181-1/+1
* Add the "allinfo" command to smbclientVolker Lendecke2008-01-181-0/+131
* Add and correct some WERROR codes.Michael Adam2008-01-181-1/+7
* Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman2008-01-171-46/+37
* Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman2008-01-171-1/+4
* Fix bug found by Derrell - windows returns an read returnJeremy Allison2008-01-161-21/+28
* Make resolve_ads() static.Günther Deschner2008-01-161-5/+5
* Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-162-273/+311
|\
| * Fix the API exported for auth_functions. Ensure we callJeremy Allison2008-01-151-272/+310
| * libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin2008-01-151-1/+1
* | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2008-01-152-13/+9
|\|
| * Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison2008-01-141-3/+6
| * Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison2008-01-121-10/+3
* | Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman2008-01-131-4/+7
|/
* As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner2008-01-111-38/+38
* Fix a memleak found by the IBM checker.Michael Adam2008-01-091-0/+1
* Fix CID 461 - resource leak on error.Jeremy Allison2008-01-081-0/+4
* Refactor our DsGetDcName call a bit (before it will move into libnetapi).Günther Deschner2008-01-071-16/+101
* Add the options smb_encrypt_level to set the requestedJeremy Allison2008-01-051-0/+98
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-052-35/+56
* Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner2008-01-041-6/+14
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-042-16/+17
* Map WERR_NO_SUCH_SERVICE with dos_errstr().Michael Adam2008-01-041-0/+1
* Add some more join related werror codes.Günther Deschner2008-01-031-0/+3
* Added -e, --encrypt option to smbclient that immediatelyJeremy Allison2007-12-291-11/+110
* Make use of [un]marshall_sec_descVolker Lendecke2007-12-291-28/+17
* Remove tiny code duplicationVolker Lendecke2007-12-291-2/+2