Age | Commit message (Expand) | Author | Files | Lines |
2008-03-03 | Missed a few 'deprecated' markers | Derrell Lipman | 1 | -1/+1 |
2008-03-03 | Continued revamping of libsmbclient. | Derrell Lipman | 2 | -3/+3 |
2008-03-02 | Remove use of deprecated function | Derrell Lipman | 5 | -8/+8 |
2008-03-01 | Additional revamped libsmbclient documentation | Derrell Lipman | 1 | -13/+4 |
2008-03-01 | Initial revamp of the libsmbclient interface. | Derrell Lipman | 3 | -14/+21 |
2008-02-28 | Add mount.cifs as a wrapper for mount.cifs. | Karolin Seeger | 1 | -0/+115 |
2008-02-26 | add a test program for the new ftruncate functionality | Derrell Lipman | 2 | -0/+87 |
2008-01-28 | Dump msDS-SupportedEncryptionTypes in adssearch. | Günther Deschner | 1 | -1/+15 |
2008-01-17 | Add a program to test repeated calls to smbc_getxattr(). | Derrell Lipman | 2 | -0/+67 |
2008-01-17 | Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-test | Derrell Lipman | 2 | -11/+4 |
2008-01-17 | Add some additional libsmbclient test programs. | Derrell Lipman | 3 | -1/+158 |
2008-01-17 | Remove is_remotestorage() call from VFS. We already have statvfs() there to h... | Alexander Bokovoy | 2 | -7/+0 |
2008-01-17 | Rework of VFS is_offline() function to only return boolean offline/online res... | Alexander Bokovoy | 2 | -4/+4 |
2008-01-16 | Fix the mess that ab just made of the new VFS code. | Jeremy Allison | 2 | -2/+54 |
2008-01-16 | Modify testread example to loop using same context. | Derrell Lipman | 1 | -42/+34 |
2008-01-16 | Replace GetTimeOfDay() with gettimeofday() in example program. | Derrell Lipman | 1 | -3/+2 |
2008-01-16 | Add a (very!) trivial cache to the example authentication callback. | Derrell Lipman | 1 | -1/+21 |
2008-01-15 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | Derrell Lipman | 1 | -1/+1 |
2008-01-14 | Fix bug #5171 (perl syntax error) found by Jason Filley <jason@snakelegs.org> | Michael Adam | 1 | -1/+1 |
2008-01-13 | Fix smbc_listxattr() and friends (bug #5189) | Derrell Lipman | 1 | -1/+26 |
2008-01-13 | Fix compile and linking errors since last this code was tested | Derrell Lipman | 3 | -2/+3 |
2008-01-11 | Combine fsp and tofd to tofsp in SMB_VFS_RECVFILE(). | Michael Adam | 2 | -4/+4 |
2008-01-11 | Combine fsp and fromfd to fromfsp in SMB_VFS_SENDFILE(). | Michael Adam | 2 | -4/+4 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_WRITE(). | Michael Adam | 2 | -4/+4 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_READ(). | Michael Adam | 2 | -4/+4 |
2008-01-10 | Remove unused string. | Günther Deschner | 1 | -2/+2 |
2008-01-09 | Fix build warning for libsmbclient example. | Günther Deschner | 1 | -0/+2 |
2008-01-08 | Fix returns in void functions. | Michael Adam | 1 | -2/+2 |
2008-01-08 | Fix examples/VFS after VFS API changes. | Michael Adam | 2 | -33/+33 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_PWRITE(). | Michael Adam | 2 | -4/+4 |
2008-01-07 | Adapt fset_nt_acl() and fget_nt_acl() in examples/VFS/ to vfs prototype change. | Michael Adam | 2 | -7/+7 |
2008-01-07 | Remove unneeded parameter fd from SMB_VFS_PREAD(). | Michael Adam | 2 | -4/+4 |
2007-11-09 | Fix typo | Karolin Seeger | 1 | -1/+1 |
2007-11-09 | The FSF has moved around a lot. This fixes their Mass Ave address. | Michael Adam | 2 | -4/+2 |
2007-11-09 | Find and fix more GPL2 -> GPL3. | Michael Adam | 2 | -2/+2 |
2007-11-09 | r23714: This script allows for adding lists of users (or other objects) | Michael Adam | 1 | -0/+167 |
2007-11-09 | r23711: Refactor the actual creation of object into its own small function. | Michael Adam | 1 | -7/+10 |
2007-11-09 | r23706: Add a script to create domainusers,-groups and -aliases. | Michael Adam | 1 | -0/+155 |
2007-10-29 | Add in the recvfile entry to the VFS layer with a default | Jeremy Allison | 2 | -0/+25 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 3 | -9/+9 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 40 | -5901/+0 |
2007-10-10 | r25127: Add ol-schema-migrate.pl to the repo. | Simo Sorce | 2 | -8/+402 |
2007-10-10 | r25090: Fix a syntax error just introduced into the LDAP schema. | Michael Adam | 1 | -2/+2 |