Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit 33c7a296b3bdfab276ed91ea77077eedbeed3757)
|
|
(This used to be commit 4206ebb160e947c70f15e5c434dd1d4df287e665)
|
|
(This used to be commit 12c49861fd21fb57ba38537c73a6576ca034913a)
|
|
(This used to be commit 3d0b7981d086ecdf0d2d660f19cf2a39a8ab02f8)
|
|
(This used to be commit 25cd49d76650a5f059f956ae955569be340d3729)
|
|
(This used to be commit 93cb8b47c48d0492e3e699542bdc521aafb8d1b7)
|
|
(This used to be commit 834fcd23959ed202a84069bf19390103f563540c)
|
|
(This used to be commit fa056769a08c93f086f05baf9095ee93217f92f1)
|
|
(This used to be commit 6347d40eff03ad780446bdae0f1dfe0bc9edf824)
|
|
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)
|
|
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)
|
|
Shouldn't we use dynamic debug classes here?
(This used to be commit db0f742e0ea619e69457f15cdb3740ae7c85cebd)
|
|
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)
|
|
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)
|
|
later.
simo
(This used to be commit 830f9910bb77562aa2dbef2f479c01493928692d)
|
|
(This used to be commit d383c309d4a259fb28d7541777a8b3b53cca23bf)
|
|
SAM_ASSERT if we are not going to crash.
(This used to be commit f91fcb166107e45ffb3de95a3da65c79992341eb)
|
|
(This used to be commit b91fd5a77c493d0c90b45de6a70fb84bbef3f9f1)
|
|
(This used to be commit 3b4cf8f67c2970e7b099ae2382bdd802b79d1dd2)
|
|
(This used to be commit b2b2c8b9cb94ce84938422132279c26faa231bf7)
|
|
Jeremy.
(This used to be commit 3803770edaf4212ceac826e039bb075f098a4fab)
|
|
(This used to be commit cc8e6ebc0ec840d882211c8327cafdcafbcafbd7)
|
|
(This used to be commit 2a156995329699c776772fe01672cfe763b3f988)
|
|
change a name in block.c it was hiding a function name
add a comment in configure
(This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
|
|
(This used to be commit 6973344fb5207341e98576b1ddbe58a745225e10)
|
|
(This used to be commit 09cb706dd1347ff29893ef33214332990be86b43)
|
|
Move out last Makefile.pdb dependencies
(This used to be commit 2dc8b48632b0f14834db79f851a06469d2c0c00b)
|
|
Added some consts to pdb_test to follow pdb_methods struct more strictly
(This used to be commit bb1c4501992650a5e26b4bc743aeae551852becc)
|
|
(This used to be commit 72d36c9b2596cda6c3c25c18ddb4c58d55519ff8)
|
|
(This used to be commit 3e6a11f56a3878e75c4354db214971208d911be3)
|
|
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)
|
|
(This used to be commit 590c4ee076dcc14cb516c9ea04b47b1665c48ece)
|
|
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)
|
|
(This used to be commit fb89be135575561f759a299048ed1eb5363183c3)
|
|
Andrew Bartlett
(This used to be commit 0a64ff4c9984c751ed6bd9e9bc8d16c70abec02d)
|
|
- convert net to popt
- convert status to popt
- adapt examples/pdb/ to multiple passdb system
- add dynamic debug class example to examples/pdb/
and some reformatting to better match the samba coding style.
Andrew Bartlett
(This used to be commit 2498bc69d4e5c38ec385f640489daa94c508c726)
|
|
<hetzels@westbend.net>.
Jeremy
(This used to be commit 68b83335de0215314c2234aa83069d8fb8265b80)
|
|
(This used to be commit e8ede079b5af4187573f1b8ed0d94b6f03cbbd22)
|
|
<jelmer@nl.linux.org>.
This patch also includes major rework of pdbedit to use popt, and the addition
of -i paramter (allowing the user to specify which PDBs is being
operated on) and -e to export a pdb - useful for backup and testing etc.
Use of -i and -e gets us pdb2pdb functionality for transition between backends,
much like the sam2sam in TNG.
Andrew Bartlett
(This used to be commit c10def37f506d3f2bab442418ac08fdb62659b02)
|
|
fail.
Jeremy.
(This used to be commit 42981c819a07dd35296ecc1ee733ea587f69bcce)
|
|
Jeremy.
(This used to be commit e758bdc8a8f37e1d1e1fb0d1d27990dba2067920)
|
|
(This used to be commit fbfb7ee896469e79043fab02481bacd2621a302d)
|
|
(This used to be commit bb574aab8f3f4ac2f7ae919790481a419f8173cb)
|
|
(This used to be commit 46bd77a02a47c26c4981472c8cea09e64c2ef4d2)
|
|
here at the UofM was burned today because they had left that line in its
default location.
(This used to be commit fd4d3496e142574e2bd25faab5c8f1534a21558f)
|
|
some problems under *BSD and etc ...
(This used to be commit 6bd91973bbacc718de5d32a6819cc7e6ae98dd6f)
|
|
(This used to be commit 3d4adad1501fc02ee0c60c69c01a92bdb16a1711)
|
|
(This used to be commit 9e3b432c57747e6fd876c53a576858ef1227ba8e)
|
|
(This used to be commit 241b5218ea5ad83ecb02a0f838e84abee0672371)
|
|
(This used to be commit aca58b0b72d2eb5024b4d5103fde5b281212d714)
|