Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | r25088: Change the objectclass sambaTrustedDomainPassword to | Michael Adam | 1 | -1/+13 |
2007-10-10 | r25057: Add a schema file ready to be used in Fedora/RedHat Directory Server | Simo Sorce | 1 | -0/+156 |
2007-10-10 | r24388: - ACL retrieval provided incomplete information because the buffer po... | Derrell Lipman | 1 | -4/+6 |
2007-10-10 | r24123: add file_id_create() to some vfs modules | Stefan Metzmacher | 2 | -2/+17 |
2007-10-10 | r23827: Fix schema dump. | Günther Deschner | 1 | -5/+6 |
2007-10-10 | r23818: support LDAP_SERVER_SEARCH_OPTIONS_OID in adssearch. | Günther Deschner | 1 | -0/+22 |
2007-10-10 | r23817: Dump some more guids in adssearch.pl. | Günther Deschner | 1 | -0/+2 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 52 | -108/+53 |
2007-10-10 | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2 | -6/+2 |
2007-10-10 | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING file | Andrew Tridgell | 1 | -289/+624 |
2007-10-10 | r23795: more v2->v3 conversion | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r23785: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 11 | -22/+11 |
2007-10-10 | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 36 | -37/+37 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 28 | -28/+28 |
2007-10-10 | r23767: Add GTYPE_SECURITY_UNIVERSAL_GROUP to adsearch.pl as well. | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r23714: but now: | Michael Adam | 1 | -0/+167 |
2007-10-10 | r23713: Oops accidentially checked in the wrong file - sorry! | Michael Adam | 1 | -17/+0 |
2007-10-10 | r23712: This script allows for adding lists of users (or other objects) | Michael Adam | 1 | -0/+17 |
2007-10-10 | r23711: Refactor the actual creation of object into its own small function. | Michael Adam | 1 | -7/+10 |
2007-10-10 | r23706: Add a script to create domainusers,-groups and -aliases. | Michael Adam | 1 | -0/+155 |
2007-10-10 | r23704: Add pam_pwd_expire feature as discussed on samba-technical. | Lars Müller | 1 | -0/+3 |
2007-10-10 | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 2 | -6/+6 |
2007-10-10 | r23484: When chasing AD referrals make sure to honor the base returned from t... | Günther Deschner | 1 | -1/+2 |
2007-10-10 | r23105: Add lchown to the vfs layer. We need this in the POSIX code. | Jeremy Allison | 2 | -0/+12 |
2007-10-10 | r22914: - Fixes bug 4599. A missing <code>if</code> statement forced subseqe... | Derrell Lipman | 2 | -0/+83 |
2007-10-10 | r22805: Inform in examples/pdb about the location of the external support for | Lars Müller | 1 | -0/+4 |
2007-10-10 | r22794: Add "debug_state" and "silent" to pam_winbind.conf template. Honor th... | Günther Deschner | 1 | -0/+6 |
2007-10-10 | r22591: Fix up the examples also. | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r22341: Fix build of examples/VFS: adapt include for new place of tdb... | Michael Adam | 1 | -1/+1 |