Tim Potter
a520e3c76d
Ignore automatically generated Makefile.
...
(This used to be commit 152c530089191d1867ad018a54bba02a1a85c31e)
2002-11-20 03:01:55 +00:00
Richard Sharpe
7b581a60d2
One more small fix in tree.c
...
(This used to be commit 0674d5a2b0f7ee621940c93b3b58960efd91a763)
2002-11-15 22:55:15 +00:00
Richard Sharpe
b45c92f31e
Fix some problems with tree.c reported by users.
...
(This used to be commit b0772a1a0531896d5b343863434622d4d0ff437f)
2002-11-15 22:51:03 +00:00
Jelmer Vernooij
794ecd30f9
Update to use smb_register_passdb()
...
(This used to be commit b10541b71ba288783976e8c124b6667b7df3b12d)
2002-11-15 17:49:47 +00:00
Jelmer Vernooij
8d2514fc6a
a cups printing backend is now available as well
...
(This used to be commit 4cffb29d27253e0e2ca270640d86b21315cab91f)
2002-11-14 17:42:01 +00:00
Jelmer Vernooij
7fc28a91ed
Ignore Makefile
...
(This used to be commit 9c811e447821e9c934f9ecf841a38f7e1f7aa626)
2002-11-13 14:23:52 +00:00
Jelmer Vernooij
861bbd3c28
Move working VFS modules to source/modules/
...
(This used to be commit 14b129e301c94ccf47b9105bda1bd9d142feb1b5)
2002-11-13 13:11:04 +00:00
Jelmer Vernooij
0c4357e928
Move VFS documentation to the HOWTO collection
...
(This used to be commit b8c7ce0381e857c2de5658b25e917622ebea954e)
2002-11-13 13:08:56 +00:00
Jelmer Vernooij
bd4ed6eea0
Fix typo
...
(This used to be commit 9b469a2aca6de79a5940769b56d15d22e471b2b5)
2002-11-11 13:49:25 +00:00
Jelmer Vernooij
c9bd108a81
Add example for MySQL
...
(This used to be commit de136d294fce59bdc4d0a65d35071c2837ef92a5)
2002-11-10 12:07:54 +00:00
Jelmer Vernooij
82c714569d
Move pdb_xml to source/
...
(This used to be commit b68106a79e4536fa82d75dd330d07dba51bfeaf4)
2002-11-05 17:08:32 +00:00
Jelmer Vernooij
7dba784b5e
Convert pdb_mysql docs to sgml
...
(This used to be commit 6642f6c5a9d6fa52a41a382850ed8bb3e1ebf701)
2002-11-05 16:55:21 +00:00
Jelmer Vernooij
42f569f06c
Move pdb_mysql to source/passdb
...
(This used to be commit 1d742e14ad18070aee654071d159b8b7410d6f86)
2002-11-05 16:48:23 +00:00
Jelmer Vernooij
0bd559ad1d
testsmbc should only be in examples
...
(This used to be commit 7aad086c9a20c4c700dfce3f81d89ab982702198)
2002-11-04 17:10:08 +00:00
Jelmer Vernooij
d4a93bd8f0
Don't pass any booleans to pdb_set_* functions
...
(This used to be commit 91f9c9e1d8b490eb384198ff012f65e22f834c39)
2002-11-04 15:04:26 +00:00
Jelmer Vernooij
0a0cee218a
Don't pass true to pdb_set_* functions
...
(This used to be commit e803bfde3d0b199155a87975e8af65f13babe692)
2002-11-04 15:03:58 +00:00
Jelmer Vernooij
366da1ee37
Adapt to metze's PDB_SET patch
...
(This used to be commit 33c7a296b3bdfab276ed91ea77077eedbeed3757)
2002-11-04 14:36:34 +00:00
Jelmer Vernooij
e9fd0a2671
Small patch from metze to add 3 parameters to vfs_init, as it requires
...
(This used to be commit 4206ebb160e947c70f15e5c434dd1d4df287e665)
2002-10-21 13:41:34 +00:00
Richard Sharpe
76d111aed1
Fix a small mistake.
...
(This used to be commit 12c49861fd21fb57ba38537c73a6576ca034913a)
2002-10-05 20:29:59 +00:00
Gerald Carter
c7ca88ee40
small update from Rainer
...
(This used to be commit 3d0b7981d086ecdf0d2d660f19cf2a39a8ab02f8)
2002-10-02 19:12:40 +00:00
Gerald Carter
e086aca6c5
mention openantivirus.org
...
(This used to be commit 25cd49d76650a5f059f956ae955569be340d3729)
2002-10-02 13:24:59 +00:00
Gerald Carter
812c0a0f98
README.OtherModules
...
(This used to be commit 93cb8b47c48d0492e3e699542bdc521aafb8d1b7)
2002-09-30 15:25:40 +00:00
Jelmer Vernooij
791d9e8fac
Change pdb_xml functions to return NTSTATUS
...
(This used to be commit 834fcd23959ed202a84069bf19390103f563540c)
2002-09-26 15:03:26 +00:00
Jelmer Vernooij
f90e9ae244
Change pdb_mysql function to return NTSTATUS
...
(This used to be commit fa056769a08c93f086f05baf9095ee93217f92f1)
2002-09-26 14:52:54 +00:00
Jelmer Vernooij
2ef81d7517
Make functions return NTSTATUS instead of BOOL
...
(This used to be commit 6347d40eff03ad780446bdae0f1dfe0bc9edf824)
2002-09-26 14:29:09 +00:00
Jelmer Vernooij
2cd64003e3
- Don't put pointer to sam_domain_handle in sam_methods but single domainsid 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-24 20:18:39 +00:00
Richard Sharpe
05c557c31c
Make sure that Alfred Perlstein's changes get into head as smbprint and
...
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-24 06:44:37 +00:00
Jelmer Vernooij
eaa4ee9bc0
Use SAM debug class in skeleton - patch from metze
...
Shouldn't we use dynamic debug classes here?
(This used to be commit db0f742e0ea619e69457f15cdb3740ae7c85cebd)
2002-09-09 21:38:42 +00:00
Simo Sorce
79f54d28f8
change parametric option name to vfs_recycle_bin it is more sane and do not 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-08 03:55:37 +00:00
Simo Sorce
27cc26cec8
recycle.c:
...
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-07 04:05:42 +00:00
Simo Sorce
d0cef25c27
the current block module is completely broken, jelmer will commit a new one later.
...
simo
(This used to be commit 830f9910bb77562aa2dbef2f479c01493928692d)
2002-09-06 13:39:46 +00:00
Simo Sorce
afc1a220b7
move everything to flat VFS/ directory
...
(This used to be commit d383c309d4a259fb28d7541777a8b3b53cca23bf)
2002-09-06 13:37:40 +00:00
Andrew Bartlett
6c8e4faba1
Updates to sam_skel from metze, add sam/group.c and add a DEBUG() to the
...
SAM_ASSERT if we are not going to crash.
(This used to be commit f91fcb166107e45ffb3de95a3da65c79992341eb)
2002-09-06 13:00:37 +00:00
Jelmer Vernooij
afc5c6b2a1
Adding makefile for sam_skel module
...
(This used to be commit b91fd5a77c493d0c90b45de6a70fb84bbef3f9f1)
2002-08-29 17:08:13 +00:00
Jelmer Vernooij
408fb927c8
SAM_CONTEXT is const
...
(This used to be commit 3b4cf8f67c2970e7b099ae2382bdd802b79d1dd2)
2002-08-29 16:39:00 +00:00
Jelmer Vernooij
08d4898a70
Example sam module (skeleton) from metze
...
(This used to be commit b2b2c8b9cb94ce84938422132279c26faa231bf7)
2002-08-29 07:26:16 +00:00
Jeremy Allison
84a8efbf1a
Removed C++ style comment.
...
Jeremy.
(This used to be commit 3803770edaf4212ceac826e039bb075f098a4fab)
2002-08-28 12:55:20 +00:00
Simo Sorce
995bf62aae
patch from metze
...
(This used to be commit cc8e6ebc0ec840d882211c8327cafdcafbcafbd7)
2002-08-27 09:45:26 +00:00
Simo Sorce
709c7c1674
add the netatalk module
...
(This used to be commit 2a156995329699c776772fe01672cfe763b3f988)
2002-08-27 09:30:17 +00:00
Simo Sorce
7251f6b9ec
avoid using libtool for VFS modules
...
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-27 09:14:21 +00:00
Jelmer Vernooij
ec91716cb7
Add entry about block.so
...
(This used to be commit 6973344fb5207341e98576b1ddbe58a745225e10)
2002-08-18 20:12:43 +00:00
Jelmer Vernooij
36e9005cc2
Better coding style
...
(This used to be commit 09cb706dd1347ff29893ef33214332990be86b43)
2002-08-17 16:27:27 +00:00
Jelmer Vernooij
3312086d7a
Better coding style
...
Move out last Makefile.pdb dependencies
(This used to be commit 2dc8b48632b0f14834db79f851a06469d2c0c00b)
2002-08-17 16:25:39 +00:00
Jelmer Vernooij
3fce46ac7d
Adding pdb_xml and pdb_mysql passdb modules.
...
Added some consts to pdb_test to follow pdb_methods struct more strictly
(This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
2002-08-10 20:14:32 +00:00
Gerald Carter
c4d68a29c9
merge from SAMBA_2_2
...
(This used to be commit 72d36c9b2596cda6c3c25c18ddb4c58d55519ff8)
2002-07-31 14:56:40 +00:00
Simo Sorce
255288df65
forgot to change the makefile system, sorry
...
(This used to be commit 3e6a11f56a3878e75c4354db214971208d911be3)
2002-07-31 13:16:14 +00:00
Simo Sorce
edb9158f09
OK!
...
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-30 09:59:53 +00:00
Gerald Carter
af3d6270d7
merge from SAMBA_2_2 spotted by Simo
...
(This used to be commit 590c4ee076dcc14cb516c9ea04b47b1665c48ece)
2002-07-19 16:03:52 +00:00
Andrew Bartlett
ea7cdc4de0
Add module versioning to the passdb module system
...
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)
2002-06-22 12:19:35 +00:00
John Terpstra
0dd693bd98
x source path so this thing compiles.
...
(This used to be commit fb89be135575561f759a299048ed1eb5363183c3)
2002-06-15 07:34:06 +00:00