summaryrefslogtreecommitdiffstats
path: root/source/libsmb
Commit message (Expand)AuthorAgeFilesLines
* r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather thanDerrell Lipman2005-04-196-37/+48
* r6275: Implement RAP version of enumusers/enumgroups level 0. No, I've not go...Volker Lendecke2005-04-101-0/+124
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2005-04-064-7/+8
* r6156: Fixes bug #2543. Properly cache anonmous username when reverting to a...Derrell Lipman2005-03-311-9/+20
* r6155: Fixes bug #1133Derrell Lipman2005-03-311-4/+19
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-314-340/+501
* r6127: Eliminated all compiler warnings pertaining to mismatched "qualifiers"...Derrell Lipman2005-03-301-6/+6
* r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() toDerrell Lipman2005-03-301-4/+4
* r6120: Added "volume" command to smbclient that prints out the volume name andJeremy Allison2005-03-301-0/+115
* r6102: add support for opening a file for write with O_APPEND in libsmbclientDerrell Lipman2005-03-281-1/+35
* r6051: finish off Gerald Carter2005-03-251-0/+1
* r6038: adding more flesh to 'net rpc service'Gerald Carter2005-03-241-0/+1
* r5994: proper fix for smbclient and win98 file servers; check the WCT value i...Gerald Carter2005-03-232-21/+7
* r5991: Fixup last entry offset correctly for level 260.Jeremy Allison2005-03-231-6/+10
* r5981: Hack to fix DFS code to work with Win98 server. JERRY PLEASE REVIEW TH...Jeremy Allison2005-03-221-1/+19
* r5975: Re-arrange code and comments to make more sense.Jeremy Allison2005-03-221-12/+10
* r5973: Fix up overwrite of last 2 bytes on clilist (could cause coredump).Jeremy Allison2005-03-221-4/+1
* r5970: Fix old bug where ff_searchcount was being compared -1 ! This caused aJeremy Allison2005-03-221-1/+1
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2005-03-223-49/+48
* r5967: Fix typo bug where flags overwrote info level.Jeremy Allison2005-03-221-1/+1
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2005-03-221-1/+1
* r5953: more compiler cleanups; moved SID_LIST from smb.h to privileges.c to c...Gerald Carter2005-03-221-1/+1
* r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter2005-03-221-0/+4
* r5851: BUG 2456: reported by Jason Mader; remove non standard pragma (my faul...Gerald Carter2005-03-171-2/+0
* r5840: Fix findfirst/findnext with protocol level < NT1.Jeremy Allison2005-03-171-2/+3
* r5835: Make smbclient obey the max protocol argument again.Jeremy Allison2005-03-161-1/+1
* r5806: * fix a couple more segvs in spoolssGerald Carter2005-03-151-0/+3
* r5804: Revert the signing change by Nalin Dahyabhai <nalin@redhat.com>.Jeremy Allison2005-03-151-1/+4
* r5752: implement derrell's solution for binary compatibilty in the _SMBCCTX s...Gerald Carter2005-03-112-10/+8
* r5738: fix my build breakage; fix a few compiler warningsGerald Carter2005-03-112-4/+2
* r5735: rest of derrel's patch for BUG 2308; had to move the options structure...Gerald Carter2005-03-102-534/+1098
* r5729: partial fixes for BUG 2308; libsmbclient patches from Derrell Lipman <...Gerald Carter2005-03-102-1/+7
* r5723: Add missing part of fix for #2271. After analysing the actions of a XPJeremy Allison2005-03-101-2/+4
* r5702: Fix bug #2271. Correctly pull out and use resume names in aJeremy Allison2005-03-091-20/+10
* r5657: Fix uninitialized variable warningVolker Lendecke2005-03-051-1/+1
* r5578: get 'recurse; dir' working across multiple levels of dfs referrals Gerald Carter2005-02-261-15/+18
* r5577: get recurse; dir working across single level dfs referralsGerald Carter2005-02-262-5/+61
* r5560: make sure session setup message is displayed after changes to client.cGerald Carter2005-02-251-2/+2
* r5545: move cli_cm_XXX() connection handling code to clidfs and out of client...Gerald Carter2005-02-241-0/+278
* r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter2005-02-242-5/+24
* r5521: allow smbclient to follow multiple leveles of dfs referrals (no loop c...Gerald Carter2005-02-231-47/+10
* r5520: fix last remaining dfs issues with smbclient.Gerald Carter2005-02-231-2/+8
* r5518: Add initial msdfs support to smbclient. Currently I can only Gerald Carter2005-02-233-29/+290
* r5495: * add in some code from Mike Nix <mnix@wanm.com.au> for the SMBsplopenGerald Carter2005-02-224-2/+263
* r5455: Remove bogus DEBUG messages (dump for a failure to parse NTLMSSP,Andrew Bartlett2005-02-191-4/+2
* r5432: compile fixes from Jason Mader <jason@ncac.gwu.edu> -- BUGS 2340Gerald Carter2005-02-171-3/+3
* r5272: BUG 2132, 2134: patch from Jason Mader <jason@ncac.gwu.edu> to remove ...Gerald Carter2005-02-071-7/+0
* r4970: Fix for bug 2092, allowing fallback after kerberos and allowJeremy Allison2005-01-242-4/+16
* r4917: Merge some of Derrell.Lipman@UnwiredUniverse.com obvious fixes.Jeremy Allison2005-01-222-3/+13
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2005-01-062-7/+13