John Terpstra
2172e558fb
Added Stephen Roylance's patch to add buttons to start/stop/restart all three
...
daemons.
-
Christopher R. Hertel
43c1ba0ab2
Merged the changes I made in the 3.0 doc tree (wrong place) and
...
fiddled the entry for jCIFS (thanks, John!).
-
John Terpstra
ef0f6b8957
Added jCIFS to projects.
-
Gerald Carter
cb852a0474
don't reset the group type unless specified
-
Gerald Carter
5f1fe04a87
update copyright notice that is written to the logs
-
Jeremy Allison
5d2b2b5607
Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic
...
error on Linux.
Jeremy.
-
Volker Lendecke
d5f1082753
parse_string is only used for the authentication negotiators.
...
It can itself determine the length of the string it has to
transfer. Andrew B., could you take a look at the length calculation?
Is that safe?
Thanks,
Volker
-
John Terpstra
0f8f94b6ad
Update.
-
Andrew Bartlett
6da9fd157b
Always initialise this, to assist callers doing loops over this call.
...
Andrew Bartlett
-
Andrew Bartlett
ce572df77f
Make the mangleing code actually use a common prefix, not just the same
...
name for many files. Also report complete failure to create a filename as
a failure of the test.
Andrew Bartlett
-
Volker Lendecke
616b6dd60f
Setting the credentials for the netsec netlogon pipe connect upon each
...
samlogon call certainly breaks the credential chain. Do it once during
the bind response.
Volker
-
Andrew Bartlett
2a1015eb57
Merge from 3.0 - try harder to get our real DNS domain name, and send this
...
to the client when it asks for our DNS name and forest name.
(needed for win2k to trust us as a trusted domain).
Andrew Bartlett
-
Andrew Bartlett
65855d2ce9
Bail out early when we fail on the rw_torture test.
...
Andrew Bartlett
-
Richard Sharpe
ae5f8e4b5f
Complete the space allocation code for HBIN blocks ...
-
Richard Sharpe
cfa67f23e3
Commit more code dealing with allocating space in the HBIN blocks ...
-
Gerald Carter
f0c7d9def7
default new groups to domain groups
-
Andrew Bartlett
09bc2dd51c
Merge from 3.0 - fix domain joins not to always join as BDC.
-
Gerald Carter
00dfaa7c2c
support referencing group by sid in all operations; allow group name to be changed
-
Gerald Carter
2e5e686173
another lost merge from 3.0; my fault
-
Gerald Carter
cf6af44a24
wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get the credentials from secrets.tdb
-
Gerald Carter
8c3be38f6a
merging fixes from SAMBA_3_0
-
Richard Sharpe
de337632c9
More infrastructure for storing registry
-
Jeremy Allison
f8021af2a7
Tidyups of some dubious logic discovered whilst trying to track down a
...
strange oplock related issue on the PSA.
Jeremy.
-
John Terpstra
042427c1f8
Adding more updates - maybe last one for today.
-
John Terpstra
585907f324
I hate typos!
-
Jelmer Vernooij
a9e978ba42
Add note from "Roylance, Stephen D." <SROYLANCE@PARTNERS.ORG> about Solaris9 and
...
winbind
-
John Terpstra
931ef8777e
Fix typo.
-
John Terpstra
27eafbec10
Updates.
-
John Terpstra
1027525be2
Merged the two browsing documents into one. Added locking module to global.ent file.
-
Andrew Bartlett
715bd4cf4e
Use the -W domain option to select the SID to show
-
John Terpstra
f0dc3e6da8
Replacing file with correct version.
-
Jelmer Vernooij
280ba59b81
More docs are up to date now...
-
Jelmer Vernooij
2c258e5951
Add question about scope id's
-
Jelmer Vernooij
f2c333822f
Move information about locking to seperate chapter and
...
information about scope id's to the faq
-
Jelmer Vernooij
a24e89ea44
Add new part 'Troubleshooting'
-
Jelmer Vernooij
8dc7087cf0
Create ../textdocs, ../htmldocs or ../manpages if they don't exist already
-
Jelmer Vernooij
e76eaf0f17
Fix syntax error
-
Jelmer Vernooij
b0d5e1b177
Remove obsolete information from Speed.sgml and move client-specific
...
info to Other-Clients.sgml
-
John Terpstra
63589f958b
More updates - still a work in progress.
-
Andrew Bartlett
61255a2b36
For NTLM2 (not yet even close to real implementation) we must use the
...
server hash for checking the server's signiture.
Andrew Bartlett
-
Andrew Bartlett
c11465b285
Remove unused (#ifdef'ed) code.
-
Andrew Bartlett
e8aa615591
Use fstrcpy/pstrcpy when that's what we really mean...
...
Andrew Bartlett
-
Richard Sharpe
f993f7187c
Correct comments about breadth first, as the registry tree is stored in a
...
depth first fashion in the file.
Also add some more infrastructure needed to handle storing these trees.
-
Richard Sharpe
03fce4ed0f
Start the outline of the code to store a registry tree ...
-
Richard Sharpe
043374a3c0
Some comments about the format of the on-disk reg file, as well as
...
partially implement some routines to construct a default ACL and SEC DESC
etc.
-
Jelmer Vernooij
aa4c11370b
Default to "passdb.xml" as default output filename instead of "-"
-
Jelmer Vernooij
9822af500c
Pdb modules are in $libdir/pdb not $libdir/passdb
-
Richard Sharpe
0741369c59
Add a -f command-line flag to specify printing all paths or only terminal
...
paths.
-
Richard Sharpe
562b36510c
Well, we can now add keys and values and delete keys and values ...
...
Lots more to do, like handling regular expressions for keys, and input of
the security descriptors, etc. However, I now have to work on writing the
in-memory tree out to a file in a format that Windows can understand.
-
Richard Sharpe
02e6782243
Add code to delete values ...
...
This needs a lot more testing and debugging, but it does delete values.
Next to see if it can add values ...
-