summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2008-02-17Use netr_SamInfo3 in samlogon cache and use ndr functions for storing the blob.Günther Deschner1-98/+119
2008-02-16Use rpccli_netr_ServerPasswordSet in "just_change_the_password()".Günther Deschner1-1/+26
2008-02-16Remove unused creds_server_check and creds_server_step.Günther Deschner1-41/+0
2008-02-15Replace DOM_CHAL with "struct netr_Credential" where we can right now.Günther Deschner1-15/+17
2008-02-15Add netlogon_creds_server_check and netlogon_creds_server_step.Günther Deschner1-0/+45
2008-02-15Add netlogon_creds_client_check and netlogon_creds_client_step.Günther Deschner1-0/+31
2008-02-14Allow the mechOID to be written separately.Jeremy Allison1-2/+4
2008-02-13Use rpccli_lsa_EnumTrustDom all over the place.Günther Deschner1-2/+26
2008-02-11Add a missing returnVolker Lendecke1-1/+1
2008-02-08We don't need the extra null termination - we'veJeremy Allison1-9/+4
2008-02-08Make clilist work again with OS/2 (kukks help!).Jeremy Allison1-1/+17
2008-02-08From kukks - prevent crashes if finfo.name == NULL.Jeremy Allison1-0/+11
2008-02-08Try and fix length and finfo calls for older clients. WorkingJeremy Allison1-7/+21
2008-02-08Fix bug reported on IRC enumerating shares with OS/2.Jeremy Allison1-3/+4
2008-02-08Fix some typos.Karolin Seeger1-1/+1
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-4/+25
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke1-1/+1
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-2/+22
2008-01-29Eliminate remote tree of dsgetdcname (which will happen in libnetapi then).Günther Deschner1-100/+14
2008-01-27Adding missing calls to va_end().Tim Potter1-4/+19
2008-01-24Add WERR_INVALID_COMPUTER_NAME.Günther Deschner1-0/+1
2008-01-23Merge branch 'setxattr-dos-mode' into v3-2-testDerrell Lipman1-1/+9
2008-01-23Allow clearing all settable DOS mode bits. A mode value of zero is ignored byDerrell Lipman1-1/+9
2008-01-23Don't leak memory in error path.Jeremy Allison1-0/+1
2008-01-23Use strchr_m in seaching for '.' in the hostname to make sure we're mb safe.Jeremy Allison1-1/+1
2008-01-23Fix Windows 2008 (Longhorn) join.Andreas Schneider1-1/+15
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke1-6/+2
2008-01-18Fix typo that disabled setting group id. Thanks, Henrik.Derrell Lipman1-1/+1
2008-01-18Add the "allinfo" command to smbclientVolker Lendecke1-0/+131
2008-01-18Add and correct some WERROR codes.Michael Adam1-1/+7
2008-01-17Fix bug 5185: repeated calls to smbc_getxattr() lose sid-name mappingDerrell Lipman1-46/+37
2008-01-17Fix stat results to be consistent between smbc_stat and smbc_fstat.Derrell Lipman1-1/+4
2008-01-16Fix bug found by Derrell - windows returns an read returnJeremy Allison1-21/+28
2008-01-16Make resolve_ads() static.Günther Deschner1-5/+5
2008-01-16Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2-273/+311
2008-01-15Fix the API exported for auth_functions. Ensure we callJeremy Allison1-272/+310
2008-01-15libsmb: Do not upper-case target name on NTLMv2 hash generationKai Blin1-1/+1
2008-01-15Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testDerrell Lipman2-13/+9
2008-01-14Windows insists on write sizes < max_xmit on signed connections.Jeremy Allison1-3/+6
2008-01-13Fix smbc_listxattr() and friends (bug #5189)Derrell Lipman1-4/+7
2008-01-12Fix CID 470. resolve_order can't be NULL here so simplify code.Jeremy Allison1-10/+3
2008-01-11As long as DsGetDcName is not part of libnetapi, lowercase the fn name.Günther Deschner1-38/+38
2008-01-09Fix a memleak found by the IBM checker.Michael Adam1-0/+1
2008-01-08Fix CID 461 - resource leak on error.Jeremy Allison1-0/+4
2008-01-07Refactor our DsGetDcName call a bit (before it will move into libnetapi).Günther Deschner1-16/+101
2008-01-05Add the options smb_encrypt_level to set the requestedJeremy Allison1-0/+98
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison2-35/+56
2008-01-04Do not pass emtpy wkssvc_PasswordBuffers to rpc functions.Günther Deschner1-6/+14
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison2-16/+17