summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* | Sync with HEAD:Jelmer Vernooij2002-11-186-1374/+9
| | | | | | | | | | - Move working VFS modules to source/ - Move documentation to SGML
* | There is support for the cups printing system now as wellJelmer Vernooij2002-11-141-1/+1
| |
* | Fix typoJelmer Vernooij2002-11-111-1/+1
| |
* | Sync with HEADJelmer Vernooij2002-11-109-1757/+0
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-11-102-0/+46
|\|
| * Add example for MySQLJelmer Vernooij2002-11-102-0/+46
| |
| * Move pdb_xml to source/Jelmer Vernooij2002-11-055-618/+0
| |
| * Convert pdb_mysql docs to sgmlJelmer Vernooij2002-11-051-92/+0
| |
| * Move pdb_mysql to source/passdbJelmer Vernooij2002-11-053-1047/+0
| |
| * testsmbc should only be in examplesJelmer Vernooij2002-11-041-2/+1
| |
| * Don't pass any booleans to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| |
| * Don't pass true to pdb_set_* functionsJelmer Vernooij2002-11-041-9/+9
| |
| * Adapt to metze's PDB_SET patchJelmer Vernooij2002-11-042-58/+58
| |
| * Small patch from metze to add 3 parameters to vfs_init, as it requiresJelmer Vernooij2002-10-211-1/+2
| |
| * Fix a small mistake.Richard Sharpe2002-10-051-1/+1
| |
| * small update from RainerGerald Carter2002-10-021-16/+4
| |
| * mention openantivirus.orgGerald Carter2002-10-021-0/+24
| |
* | Remove SAM files - they belong in HEADJelmer Vernooij2002-10-303-307/+0
| |
* | Sync with HEADJelmer Vernooij2002-10-281-0/+12
| |
* | Give recycle 3 arguments as required by the VFS interface (patch by metze)Jelmer Vernooij2002-10-241-1/+2
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-10-011-0/+39
|\|
| * README.OtherModulesGerald Carter2002-09-301-0/+39
| |
| * Change pdb_xml functions to return NTSTATUSJelmer Vernooij2002-09-261-14/+15
| |
| * Change pdb_mysql function to return NTSTATUSJelmer Vernooij2002-09-261-65/+76
| |
| * Make functions return NTSTATUS instead of BOOLJelmer Vernooij2002-09-261-14/+14
| |
* | remove files not in HEADGerald Carter2002-09-265-501/+0
| |
* | syncing up with HEAD again....Gerald Carter2002-09-263-93/+105
| |
* | removed autogenerated fileGerald Carter2002-09-251-25/+0
| |
* | sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-2510-307/+613
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-09-255-0/+755
|\|
| * - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij2002-09-241-61/+53
| | | | | | | | | | | | | | | | and domainname - Allocate sam_methods, set domain_sid, domain_name and backend_name in make_sam_methods_backend_entry instead of in the backend - Remove sam_context and domain_sid pointers from the sam_init_function - we don't need those arguments anymore since they're available in sam_methods as well
| * Make sure that Alfred Perlstein's changes get into head as smbprint andRichard Sharpe2002-09-242-27/+172
| | | | | | | | | | | | | | | | that the old one becomes smbprint.old. We still need to hack smbprint some more to make sure that we can pass the username and password in a file rather than on the command line where local hackers can see it.
| * Use SAM debug class in skeleton - patch from metzeJelmer Vernooij2002-09-091-7/+8
| | | | | | | | Shouldn't we use dynamic debug classes here?
| * change parametric option name to vfs_recycle_bin it is more sane and do not ↵Simo Sorce2002-09-081-30/+41
| | | | | | | | | | | | | | | | | | | | pollute standard options namespace too much changed also the mode options to be indipendente boolean values, make it easier to understand how to configure them eg: vfs_recycle_bin:keeptree=yes vfs_recycle_bin:versions=yes
| * recycle.c:Simo Sorce2002-09-072-138/+454
| | | | | | | | | | | | | | | | | | | | merged in modifications made my differnt people, cleaned up things, yet some work todo the code works but there are still some cases to be handled properly Makefile.in: this one seem much simpler and effective than the previous hack with file inclusion it should also be more portable we still need to find a solution to support multiple platforms or go back to libtool
| * the current block module is completely broken, jelmer will commit a new one ↵Simo Sorce2002-09-064-479/+0
| | | | | | | | | | | | later. simo
| * move everything to flat VFS/ directorySimo Sorce2002-09-064-29/+1
| |
| * Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett2002-09-061-25/+25
| | | | | | | | SAM_ASSERT if we are not going to crash.
| * Adding makefile for sam_skel moduleJelmer Vernooij2002-08-291-0/+28
| |
| * SAM_CONTEXT is constJelmer Vernooij2002-08-291-5/+1
| |
| * Example sam module (skeleton) from metzeJelmer Vernooij2002-08-292-0/+290
| |
| * Removed C++ style comment.Jeremy Allison2002-08-281-1/+1
| | | | | | | | Jeremy.
| * patch from metzeSimo Sorce2002-08-271-10/+15
| |
| * add the netatalk moduleSimo Sorce2002-08-274-7/+476
| |
| * avoid using libtool for VFS modulesSimo Sorce2002-08-274-65/+47
| | | | | | | | | | change a name in block.c it was hiding a function name add a comment in configure
| * Add entry about block.soJelmer Vernooij2002-08-181-0/+7
| |
| * Better coding styleJelmer Vernooij2002-08-172-40/+19
| |
| * Better coding styleJelmer Vernooij2002-08-172-18/+8
| | | | | | | | Move out last Makefile.pdb dependencies
* | sync 3_0 branch with HEADJelmer Vernooij2002-08-177-480/+248
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2002-08-1712-0/+2014
|\|