summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2008-02-28Add cli_setup_packet_bufVolker Lendecke1-22/+32
2008-02-28Make cli_struct a talloc parentVolker Lendecke1-2/+2
2008-02-28Add WERR_TIME_SKEW to werror mapping tables.Günther Deschner1-0/+2
2008-02-28Add explicit buf arg to cli_check_sign_macVolker Lendecke3-4/+4
2008-02-28Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke4-8/+9
2008-02-28Let dsgetdcname() return a struct netr_DsRGetDCNameInfo.Günther Deschner1-77/+67
2008-02-28Fix from Guenter Kukkukk <linux@kukkukk.com> to fix listing againstJeremy Allison2-1/+27
2008-02-27Add my copyright.Günther Deschner1-0/+1
2008-02-27Use new LSA_POLICY defines in lsa rpc server code and other places.Günther Deschner1-1/+1
2008-02-26add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2-0/+81
2008-02-26add a function to truncate a file to a specified sizeDerrell Lipman1-0/+49
2008-02-25Fix some warningsVolker Lendecke1-2/+1
2008-02-23Fix typoVolker Lendecke1-2/+2
2008-02-23Fix a C++ warningVolker Lendecke1-1/+2
2008-02-20Fix memory leaks on error pathTim Potter1-1/+8
2008-02-17Remove unused creds_client_check and creds_client_step.Günther Deschner1-23/+0
2008-02-17Use new IDL based PAC structures in clikrb5.cGünther Deschner1-7/+7
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