summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clirap.c
Commit message (Collapse)AuthorAgeFilesLines
* r22138: * Sync up with the SAMBA_3_0_25 as of svn r22132.Gerald Carter2007-04-091-9/+9
| | | | | * Set VERSION to 3.0.25rc1 * Update release notes.
* r21889: * Pull from SAMBA-3_0_25 svn r21888Gerald Carter2007-03-201-103/+97
| | | | * Set version to 3.0.25pre2
* r21585: Start syncing the monster that will become 3.0.25pre1Gerald Carter2007-02-281-21/+40
| | | | | | | | Still todo: * release notes * few minor outstanding patches * additional idmap man pages
* r17912: * mssed DNS SRV fix Gerald Carter2006-08-291-23/+24
| | | | | | * internal_resolve_name() fix * time fixes * NULL deref fixes
* 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