Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Sync with HEAD: | Jelmer Vernooij | 2002-11-18 | 6 | -1374/+9 | |
| | | | | | | | | | | - Move working VFS modules to source/ - Move documentation to SGML | |||||
* | | There is support for the cups printing system now as well | Jelmer Vernooij | 2002-11-14 | 1 | -1/+1 | |
| | | ||||||
* | | Fix typo | Jelmer Vernooij | 2002-11-11 | 1 | -1/+1 | |
| | | ||||||
* | | Sync with HEAD | Jelmer Vernooij | 2002-11-10 | 9 | -1757/+0 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-11-10 | 2 | -0/+46 | |
|\| | ||||||
| * | Add example for MySQL | Jelmer Vernooij | 2002-11-10 | 2 | -0/+46 | |
| | | ||||||
| * | Move pdb_xml to source/ | Jelmer Vernooij | 2002-11-05 | 5 | -618/+0 | |
| | | ||||||
| * | Convert pdb_mysql docs to sgml | Jelmer Vernooij | 2002-11-05 | 1 | -92/+0 | |
| | | ||||||
| * | Move pdb_mysql to source/passdb | Jelmer Vernooij | 2002-11-05 | 3 | -1047/+0 | |
| | | ||||||
| * | testsmbc should only be in examples | Jelmer Vernooij | 2002-11-04 | 1 | -2/+1 | |
| | | ||||||
| * | Don't pass any booleans to pdb_set_* functions | Jelmer Vernooij | 2002-11-04 | 1 | -9/+9 | |
| | | ||||||
| * | Don't pass true to pdb_set_* functions | Jelmer Vernooij | 2002-11-04 | 1 | -9/+9 | |
| | | ||||||
| * | Adapt to metze's PDB_SET patch | Jelmer Vernooij | 2002-11-04 | 2 | -58/+58 | |
| | | ||||||
| * | Small patch from metze to add 3 parameters to vfs_init, as it requires | Jelmer Vernooij | 2002-10-21 | 1 | -1/+2 | |
| | | ||||||
| * | Fix a small mistake. | Richard Sharpe | 2002-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | small update from Rainer | Gerald Carter | 2002-10-02 | 1 | -16/+4 | |
| | | ||||||
| * | mention openantivirus.org | Gerald Carter | 2002-10-02 | 1 | -0/+24 | |
| | | ||||||
* | | Remove SAM files - they belong in HEAD | Jelmer Vernooij | 2002-10-30 | 3 | -307/+0 | |
| | | ||||||
* | | Sync with HEAD | Jelmer Vernooij | 2002-10-28 | 1 | -0/+12 | |
| | | ||||||
* | | Give recycle 3 arguments as required by the VFS interface (patch by metze) | Jelmer Vernooij | 2002-10-24 | 1 | -1/+2 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-10-01 | 1 | -0/+39 | |
|\| | ||||||
| * | README.OtherModules | Gerald Carter | 2002-09-30 | 1 | -0/+39 | |
| | | ||||||
| * | Change pdb_xml functions to return NTSTATUS | Jelmer Vernooij | 2002-09-26 | 1 | -14/+15 | |
| | | ||||||
| * | Change pdb_mysql function to return NTSTATUS | Jelmer Vernooij | 2002-09-26 | 1 | -65/+76 | |
| | | ||||||
| * | Make functions return NTSTATUS instead of BOOL | Jelmer Vernooij | 2002-09-26 | 1 | -14/+14 | |
| | | ||||||
* | | remove files not in HEAD | Gerald Carter | 2002-09-26 | 5 | -501/+0 | |
| | | ||||||
* | | syncing up with HEAD again.... | Gerald Carter | 2002-09-26 | 3 | -93/+105 | |
| | | ||||||
* | | removed autogenerated file | Gerald Carter | 2002-09-25 | 1 | -25/+0 | |
| | | ||||||
* | | sync'ing up for 3.0alpha20 release | Gerald Carter | 2002-09-25 | 10 | -307/+613 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-09-25 | 5 | -0/+755 | |
|\| | ||||||
| * | - Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵ | Jelmer Vernooij | 2002-09-24 | 1 | -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 and | Richard Sharpe | 2002-09-24 | 2 | -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 metze | Jelmer Vernooij | 2002-09-09 | 1 | -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 Sorce | 2002-09-08 | 1 | -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 Sorce | 2002-09-07 | 2 | -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 Sorce | 2002-09-06 | 4 | -479/+0 | |
| | | | | | | | | | | | | later. simo | |||||
| * | move everything to flat VFS/ directory | Simo Sorce | 2002-09-06 | 4 | -29/+1 | |
| | | ||||||
| * | Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the | Andrew Bartlett | 2002-09-06 | 1 | -25/+25 | |
| | | | | | | | | SAM_ASSERT if we are not going to crash. | |||||
| * | Adding makefile for sam_skel module | Jelmer Vernooij | 2002-08-29 | 1 | -0/+28 | |
| | | ||||||
| * | SAM_CONTEXT is const | Jelmer Vernooij | 2002-08-29 | 1 | -5/+1 | |
| | | ||||||
| * | Example sam module (skeleton) from metze | Jelmer Vernooij | 2002-08-29 | 2 | -0/+290 | |
| | | ||||||
| * | Removed C++ style comment. | Jeremy Allison | 2002-08-28 | 1 | -1/+1 | |
| | | | | | | | | Jeremy. | |||||
| * | patch from metze | Simo Sorce | 2002-08-27 | 1 | -10/+15 | |
| | | ||||||
| * | add the netatalk module | Simo Sorce | 2002-08-27 | 4 | -7/+476 | |
| | | ||||||
| * | avoid using libtool for VFS modules | Simo Sorce | 2002-08-27 | 4 | -65/+47 | |
| | | | | | | | | | | change a name in block.c it was hiding a function name add a comment in configure | |||||
| * | Add entry about block.so | Jelmer Vernooij | 2002-08-18 | 1 | -0/+7 | |
| | | ||||||
| * | Better coding style | Jelmer Vernooij | 2002-08-17 | 2 | -40/+19 | |
| | | ||||||
| * | Better coding style | Jelmer Vernooij | 2002-08-17 | 2 | -18/+8 | |
| | | | | | | | | Move out last Makefile.pdb dependencies | |||||
* | | sync 3_0 branch with HEAD | Jelmer Vernooij | 2002-08-17 | 7 | -480/+248 | |
| | | ||||||
* | | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'. | cvs2svn Import User | 2002-08-17 | 12 | -0/+2014 | |
|\| |