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