summaryrefslogtreecommitdiff
path: root/source3/libsmb
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-30Add async cli_ntcreateVolker Lendecke1-0/+132
2009-01-30Make cli_tcon_andx asyncVolker Lendecke4-67/+166
2009-01-30Make cli_session_setup_guest asyncVolker Lendecke1-37/+103
2009-01-29Add the strlen to push to smb_bytes_push_str, return the converted sizeVolker Lendecke3-12/+18
2009-01-29cli_ucs2Volker Lendecke1-0/+10
2009-01-28Fix a valgrind error when the socket diesVolker Lendecke1-4/+9
2009-01-27s3:namecache: remove unused namecache_shutdown() functionStefan Metzmacher1-21/+0
2009-01-26Decouple clistr_pull from struct cli_state->inbufVolker Lendecke7-32/+49
2009-01-25Fix an error path memleakVolker Lendecke1-0/+1
2009-01-25Make smb_bytes_push_str deal with a NULL buf returning NULLVolker Lendecke1-1/+6
2009-01-21Memory leaks and other fixes found by Coveritytodd stecher1-5/+5
2009-01-18Add a macro async_req_setup()Volker Lendecke1-25/+9
2009-01-17Determine case sensitivity based on file system attributes.Derrell Lipman3-11/+78
2009-01-16[Bug 6022] smbc_urlencode and smbc_urldecode were not exportedDerrell Lipman2-5/+5
2009-01-16Treat file names in POSIX-like case-sensitive fashion by defaultDerrell Lipman3-0/+22
2009-01-16Fix a segfault if ? is there but the options are NULL. This is the case if SM...Andreas Schneider1-1/+1
2009-01-16s3: put netsamlogon_cache.tdb into cache_dir instead of lock_dirMichael Adam1-1/+1
2009-01-15s3: make better use of ccache by not including version.h in every C-file.Michael Adam2-2/+2
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison3-35/+30
2009-01-14Remove another global from clidfs that is only used in client.c.Jeremy Allison1-11/+16