summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2002-11-05Move pdb_mysql to source/passdbJelmer Vernooij3-1047/+0
(This used to be commit 1d742e14ad18070aee654071d159b8b7410d6f86)
2002-11-04testsmbc should only be in examplesJelmer Vernooij1-2/+1
(This used to be commit 7aad086c9a20c4c700dfce3f81d89ab982702198)
2002-11-04Don't pass any booleans to pdb_set_* functionsJelmer Vernooij1-9/+9
(This used to be commit 91f9c9e1d8b490eb384198ff012f65e22f834c39)
2002-11-04Don't pass true to pdb_set_* functionsJelmer Vernooij1-9/+9
(This used to be commit e803bfde3d0b199155a87975e8af65f13babe692)
2002-11-04Adapt to metze's PDB_SET patchJelmer Vernooij2-58/+58
(This used to be commit 33c7a296b3bdfab276ed91ea77077eedbeed3757)
2002-10-30Remove SAM files - they belong in HEADJelmer Vernooij3-307/+0
(This used to be commit fc77e68b2bb199e507804baaa46a77cfa4862668)
2002-10-28Sync with HEADJelmer Vernooij1-0/+12
(This used to be commit e8475eceb397f86c4bada063707f09a3c45bc14c)
2002-10-24Give recycle 3 arguments as required by the VFS interface (patch by metze)Jelmer Vernooij1-1/+2
(This used to be commit 15b9430d9ce43ba7e08338ab9fab657d6763dc02)
2002-10-21Small patch from metze to add 3 parameters to vfs_init, as it requiresJelmer Vernooij1-1/+2
(This used to be commit 4206ebb160e947c70f15e5c434dd1d4df287e665)
2002-10-05Fix a small mistake.Richard Sharpe1-1/+1
(This used to be commit 12c49861fd21fb57ba38537c73a6576ca034913a)
2002-10-02small update from RainerGerald Carter1-16/+4
(This used to be commit 3d0b7981d086ecdf0d2d660f19cf2a39a8ab02f8)
2002-10-02mention openantivirus.orgGerald Carter1-0/+24
(This used to be commit 25cd49d76650a5f059f956ae955569be340d3729)
2002-10-01This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User1-0/+39
used to be commit eb5ce70e2f0e3ebf6bab168108b410174e42818b)
2002-09-30README.OtherModulesGerald Carter1-0/+39
(This used to be commit 93cb8b47c48d0492e3e699542bdc521aafb8d1b7)
2002-09-26remove files not in HEADGerald Carter5-501/+0
(This used to be commit 9d9f7bbf87bf9a0e003e6da482615fe040d00852)
2002-09-26syncing up with HEAD again....Gerald Carter3-93/+105
(This used to be commit e026b84815ad1a5fa981c24fff197fefa73b4928)
2002-09-26Change pdb_xml functions to return NTSTATUSJelmer Vernooij1-14/+15
(This used to be commit 834fcd23959ed202a84069bf19390103f563540c)
2002-09-26Change pdb_mysql function to return NTSTATUSJelmer Vernooij1-65/+76
(This used to be commit fa056769a08c93f086f05baf9095ee93217f92f1)
2002-09-26Make functions return NTSTATUS instead of BOOLJelmer Vernooij1-14/+14
(This used to be commit 6347d40eff03ad780446bdae0f1dfe0bc9edf824)
2002-09-25removed autogenerated fileGerald Carter1-25/+0
(This used to be commit 832faf4b391d73e0dd794769542a6fcbd75e51a6)
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter10-307/+613
(This used to be commit 803715d96016767c55202362b17096fc80786c59)
2002-09-25This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User5-0/+755
used to be commit 9a5541595f78f2cbba16030552c6e780f6fddcf6)
2002-09-24- Don't put pointer to sam_domain_handle in sam_methods but single domainsid ↵Jelmer Vernooij1-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 (This used to be commit 50d2527eed0eb26c16f2f7e28badbf08d771380e)
2002-09-24Make sure that Alfred Perlstein's changes get into head as smbprint andRichard Sharpe2-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. (This used to be commit ef970a764eb97893ff2090f7cbf2f2ec06911d0f)
2002-09-09Use SAM debug class in skeleton - patch from metzeJelmer Vernooij1-7/+8
Shouldn't we use dynamic debug classes here? (This used to be commit db0f742e0ea619e69457f15cdb3740ae7c85cebd)
2002-09-08change parametric option name to vfs_recycle_bin it is more sane and do not ↵Simo Sorce1-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 (This used to be commit d904d50d3945f5f6a80b59850a82f3e37863c125)
2002-09-07recycle.c:Simo Sorce2-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 (This used to be commit e9f4bc77f84eeece82dea25f9c693cfb1d0a8464)
2002-09-06the current block module is completely broken, jelmer will commit a new one ↵Simo Sorce4-479/+0
later. simo (This used to be commit 830f9910bb77562aa2dbef2f479c01493928692d)
2002-09-06move everything to flat VFS/ directorySimo Sorce4-29/+1
(This used to be commit d383c309d4a259fb28d7541777a8b3b53cca23bf)
2002-09-06Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to theAndrew Bartlett1-25/+25
SAM_ASSERT if we are not going to crash. (This used to be commit f91fcb166107e45ffb3de95a3da65c79992341eb)
2002-08-29Adding makefile for sam_skel moduleJelmer Vernooij1-0/+28
(This used to be commit b91fd5a77c493d0c90b45de6a70fb84bbef3f9f1)
2002-08-29SAM_CONTEXT is constJelmer Vernooij1-5/+1
(This used to be commit 3b4cf8f67c2970e7b099ae2382bdd802b79d1dd2)
2002-08-29Example sam module (skeleton) from metzeJelmer Vernooij2-0/+290
(This used to be commit b2b2c8b9cb94ce84938422132279c26faa231bf7)
2002-08-28Removed C++ style comment.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 3803770edaf4212ceac826e039bb075f098a4fab)
2002-08-27patch from metzeSimo Sorce1-10/+15
(This used to be commit cc8e6ebc0ec840d882211c8327cafdcafbcafbd7)
2002-08-27add the netatalk moduleSimo Sorce4-7/+476
(This used to be commit 2a156995329699c776772fe01672cfe763b3f988)
2002-08-27avoid using libtool for VFS modulesSimo Sorce4-65/+47
change a name in block.c it was hiding a function name add a comment in configure (This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
2002-08-18Add entry about block.soJelmer Vernooij1-0/+7
(This used to be commit 6973344fb5207341e98576b1ddbe58a745225e10)
2002-08-17Better coding styleJelmer Vernooij2-40/+19
(This used to be commit 09cb706dd1347ff29893ef33214332990be86b43)
2002-08-17Better coding styleJelmer Vernooij2-18/+8
Move out last Makefile.pdb dependencies (This used to be commit 2dc8b48632b0f14834db79f851a06469d2c0c00b)
2002-08-17sync 3_0 branch with HEADJelmer Vernooij7-480/+248
(This used to be commit 19ab776bf9c91cf4e56887fd7a63d3253b7e36ef)
2002-08-17This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User12-0/+2014
used to be commit 6938b5b98abd9ba055a46583a05c4fc07e32f529)
2002-08-10Adding pdb_xml and pdb_mysql passdb modules.Jelmer Vernooij11-4/+1784
Added some consts to pdb_test to follow pdb_methods struct more strictly (This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
2002-07-31merge from SAMBA_2_2Gerald Carter1-0/+154
(This used to be commit 72d36c9b2596cda6c3c25c18ddb4c58d55519ff8)
2002-07-31forgot to change the makefile system, sorrySimo Sorce2-12/+10
(This used to be commit 3e6a11f56a3878e75c4354db214971208d911be3)
2002-07-30OK!Simo Sorce6-512/+276
Finally the cascaded VFS patch is in. Testing is very welcome, specially with layered multiple vfs modules. A big thank to Alexander Bokovoy for his work and patience :) Simo. (This used to be commit 56283601afe1836dafe0580532f014e29593c463)
2002-07-19merge from SAMBA_2_2 spotted by SimoGerald Carter1-2/+14
(This used to be commit 590c4ee076dcc14cb516c9ea04b47b1665c48ece)
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell7-34/+109
(This used to be commit 03ac082dcb375b6f3ca3d810a6a6367542bc23ce)
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User3-0/+171
used to be commit b8d39651fb90ef170055735412417239a63afc5d)
2002-06-22Add module versioning to the passdb module systemAndrew Bartlett2-4/+45
All passdb modules need to include a 'magic' macro that creates simple 'return my version number' function. (from metze and jelmer) Also fix up the dir_drive autosubsitute code to correctly use lp_logon_drive(). (from metze) Andrew Bartlett (This used to be commit 4a57c445dd4354034fc41b132a484afe6ab66e16)