summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clirap.c
Commit message (Collapse)AuthorAgeFilesLines
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
| | | | Jeremy.
* r22909: Change prototype of dump_data(), so that it takes unsigned char *Michael Adam2007-05-151-1/+1
| | | | | | | | | | instead of char *, which matches what samba4 has. Fix all the callers to prevent compiler warnings. This essentially ports r22001 from SAMBA_3_0 to SAMBA_3_0_26. There are a few additional type cast corrections.
* r22045: As Volker noticed, skip_string's last argument isJeremy Allison2007-04-021-9/+9
| | | | | redundent. Remove it. Jeremy.
* r22014: Make us pass RANDOMIPC test again :-(. This is an ugly check-in,Jeremy Allison2007-03-301-9/+9
| | | | | but I've no option. Jeremy.
* r21864: Reformatting.Jeremy Allison2007-03-171-92/+92
| | | | Jeremy.
* r21768: Fix the client dfs code such that smbclient canJeremy Allison2007-03-081-11/+5
| | | | | | | | | process deep dfs links (ie. links that go to non root parts of a share). Make the directory handling conanonical in POSIX and Windows pathname processing. dfs should not be fully working in client tools. Please bug me if not. Jeremy.
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-1/+2
|
* r19806: merge time.c changesGerald Carter2006-11-201-20/+38
|
* r17761: Handle times consistently across all client utils.Jeremy Allison2006-08-231-23/+24
| | | | | Fixes bugs reported in libsmbclient. Jeremy.
* r13216: r12422@cabra: derrell | 2006-01-28 23:57:35 -0500Derrell Lipman2006-01-291-17/+17
| | | | | | | Fix cli_setpathinfo() to actually do what it's supposed to. Also, get rid of some apparently drug-induced code to deal with create time which isn't being manipulated anyway.
* r12466: r12028@cabra: derrell | 2005-12-24 20:25:38 -0500Derrell Lipman2005-12-251-5/+5
| | | | parse dates correctly. w_time and m_time were reversed.
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2005-11-051-12/+12
| | | | | | | | | | | | | | | | of the Samba4 timezone handling code back into Samba3. Gets rid of "kludge-gmt" and removes the effectiveness of the parameter "time offset" (I can add this back in very easily if needed) - it's no longer being looked at. I'm hoping this will fix the problems people have been having with DST transitions. I'll start comprehensive testing tomorrow, but for now all modifications are done. Splits time get/set functions into srv_XXX and cli_XXX as they need to look at different timezone offsets. Get rid of much of the "efficiency" cruft that was added to Samba back in the day when the C library timezone handling functions were slow. Jeremy.
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2005-10-181-3/+3
| | | | | x86_64 box. Jeremy.
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2005-07-191-2/+0
|
* r7172: This is the proper fix for setting file times from libsmbclient. We nowDerrell Lipman2005-06-011-0/+95
| | | | | try setpathinfo, and if that doesn't work (e.g. on win98), revert to the previous slower method.
* r6125: smbc_stat() returned incorrect timestamps IFF it used cli_qpathinfo2() toDerrell Lipman2005-03-301-4/+4
| | | | | | retrieve the timestamps (Win2k) and not if it used cli-getatr() to retrieve the timestamps (Win98). Timestamps are supposed to be in GMT, and should not have serverzone deducted from them in cli_qpathinfo2().
* r5968: derrell's large file fix for libsmbclient (BUG 2505)Gerald Carter2005-03-221-15/+15
|
* r5542: fix a few more msdfs bugs in smbclient against both smbd and 2k dfs rootGerald Carter2005-02-241-1/+16
| | | | shares.
* r5518: Add initial msdfs support to smbclient. Currently I can only Gerald Carter2005-02-231-1/+58
| | | | | | | | | | | | cd up and down the tree and get directory listings. Still have to figure out how to get a directory listing on a 2k dfs root. Also have to work out some issues with relative paths that cross dfs mount points. We're protected from the new code paths when connecting to a non-dfs root share ( the flag from the tcon&X is stored in the struct cli_state* )
* r588: Some fixes from coolo ...Richard Sharpe2004-05-081-1/+14
| | | | I think that the ECONNREFUSED should probably be ENOENT.
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-041-0/+743
metze