summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
2009-03-19s3:libsmb: always create bytes array in cli_trans codeStefan Metzmacher1-5/+14
2009-03-19s3:libsmb: fix smb signing for fragmented trans/trans2/nttrans requestsStefan Metzmacher1-23/+7
2009-03-18Allow DFS client paths to work when POSIX pathnames have beenJeremy Allison1-2/+12
2009-03-18s3: remove POLICY_HND.Günther Deschner2-7/+7
2009-03-17Remove the global "struct cm_cred_struct" and associated calls, makeJeremy Allison6-168/+148
2009-03-16Convert open_socket_out_defer to tevent_reqVolker Lendecke1-22/+37
2009-03-15Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke1-3/+2
2009-03-13Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison4-78/+95
2009-03-12Remove the static "struct client_connection" mess which is part ofJeremy Allison3-113/+82
2009-03-12Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher1-25/+8
2009-03-10s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher1-8/+25
2009-03-10s3:libsmb: only treat a return 0 as end of fileStefan Metzmacher1-4/+1
2009-03-10s3:libsmb: fix a lot of cli_push() bugsStefan Metzmacher1-95/+107
2009-03-07Fix a smbclient segfault against security=share serversVolker Lendecke1-3/+10
2009-03-07Fix some nonempty blank linesVolker Lendecke1-22/+22
2009-03-06s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()Stefan Metzmacher1-27/+25
2009-03-06s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...Stefan Metzmacher3-7/+10
2009-03-06s3:signing: the seqnum should only be decremented by 1 for ntcancel requestsStefan Metzmacher1-2/+4
2009-03-06s3:libsmb: smb signing works the same for extented and non-extended securityStefan Metzmacher1-5/+18
2009-02-24Convert name_mangle() to use tallocVolker Lendecke2-8/+32
2009-02-23More warning fixes for Solaris.Jeremy Allison1-1/+1
2009-02-23Make char* parameters constDerrell Lipman1-16/+6
2009-02-21Remove the static "chal" from ntlmssp.c:get_challenge()Volker Lendecke1-7/+5
2009-02-21Move some bytes from the data to the text segmentVolker Lendecke1-3/+3
2009-02-20Change smbc_set_credentials_with_fallback() (unreleased) to useJeremy Allison1-7/+14
2009-02-20variable grouping: just my OCD desire to keep similar things togetherDerrell Lipman1-5/+7
2009-02-20Make libsmbclient work with DFSBo Yang6-6/+96
2009-02-19s3: Add extid to the dev/inode pairTim Prouty1-12/+27
2009-02-19Interesting C compiler you have there... :-)Volker Lendecke1-1/+1
2009-02-18Fix coverity CID-602. Possible use of uninitialized var.Jeremy Allison1-1/+1
2009-02-17Don't miss an absolute pathname as a kerberos keytab path. From Glenn Machin ...Jeremy Allison1-0/+5
2009-02-14remove accidental white spaceDerrell Lipman1-1/+0
2009-02-14Get rid of the warnings I had for testingDerrell Lipman1-5/+0
2009-02-14It seems some systems use f_flags instead of f_flag. Use the appropriate one.Derrell Lipman1-4/+11
2009-02-14f_frsize field is not ubiquitous. Check for it.Derrell Lipman1-0/+4
2009-02-14The f_fsid field is not always an integer type. Don't set it in that case.Derrell Lipman1-0/+5
2009-02-14Ensure consistency of values on stack (caught by AIX compiler)Derrell Lipman1-16/+16
2009-02-14Check for the right error return valueDerrell Lipman1-2/+3
2009-02-14[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2-4/+4
2009-02-13s3 libsmbclient: Fix fstatvfs to be more portableTim Prouty2-4/+4
2009-02-12[Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman5-0/+355
2009-02-10Do not use strlen if not necessary... :-)Volker Lendecke1-4/+2
2009-02-10If we receive a DOS error code, nt_errstr should display itVolker Lendecke1-0/+5
2009-02-09eliminate compiler warningsDerrell Lipman1-4/+7
2009-02-05s3: use struct netr_Credential in cred_step().Günther Deschner1-1/+1
2009-02-03Probably fixes a crash during name resolution when log level >= 10Ted Percival1-1/+1
2009-02-03Fix Coverity ID 870Volker Lendecke1-0/+4
2009-02-02Next step disentangling async_req from NTSTATUSVolker Lendecke1-1/+1
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke6-35/+35
2009-01-31Make is_andx_req non-staticVolker Lendecke2-26/+25