1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-16 09:57:47 +03:00

11672 Commits

Author SHA1 Message Date
Richard Sharpe
53ea4c0de8 Begin the code that handles key values ... Delete a key value and add a
key value, and tidy up processing of key values when reading in the registry
file ...
-
Richard Sharpe
266fc6c9f2 Complete most of the coding for adding keys. We can now add a key.
Next, we have to add the code for adding values etc.
-
Richard Sharpe
fc691a9a5e The code is a bit of a mess right now.
Added code to add keys to the in-momory key tree.
Added code to convert SID strings to SIDs in memory format.
Added code to construct initial security descriptors and to inherit
security descriptors.

A couple of more hours should see the code to add keys and values complete.

Then I have to start on the code to write out a registry :-(
-
Richard Sharpe
b8e85afefb More functionality, esp around adding keys and inheritance of security
descriptors etc ...
-
Richard Sharpe
e3c4f8c913 MOre functionality ... got to test it. -
John Terpstra
5d72c6cfca More update stuff - not finished (ofcourse!) -
John Terpstra
a4f89aabfa Fix typo. -
John Terpstra
9b35377f0c Updates and additions. -
Richard Sharpe
31ded623b1 Some more work added ... -
Volker Lendecke
dcbbbd66a9 Address gcc warnings.
I could not fix the "passing arg 5 of `ldap_search_s'" completely with
gcc -Wall. A non-developer compile does not complain though.

Volker
-
Richard Sharpe
c7d39a7426 Squelch some warnings, and move a bit of code around to make some future
things easier ... now on to more functionality.

Hope Jerry fixes the breakage, BTW :-)
-
Simo Sorce
625eee8e03 some readline completion exancements
still need working, does not complete remote names yet
-
Simo Sorce
dd8009bf59 use gid_t for gids not uid_t -
Simo Sorce
bc95de4ebb fixes
fix debug, add "idmap" string to the list of classes
fix idmap, check init failures, and enhance debugging
fix idmap_tdb, _do_ init uid and gid low,high states (too bad I missed that
before)
fix smbd/uid.c, use gid_t for gids and uid_t for uids
-
Jelmer Vernooij
4f1865f7c2 Regenerate docs -
Gerald Carter
0fd28bc3a8 [merge from SAMBA_3_0]
Merging smbgroupedit into 'net groupmap'.  Not entirely done.
Need to check on where the privilege code is sitting
and update the docs.

Examples:

root# bin/net help groupmap
net groupmap add
  Create a new group mapping
net groupmap modify
  Update a group mapping
net groupmap delete
  Remove a group mapping
net groupmap list
  List current group map

# bin/net groupmap add
Usage: net groupmap add rid=<int> name=<string> type=<domain|local|builtin> [comment=<string>]

# bin/net groupmap delete
Usage: net groupmap delete name=<string|SID>

# bin/net groupmap modify
Usage: net groupmap modify name=<string|SID> [comment=<string>] [type=<domain|local>]
-
Gerald Carter
4c92994dfd uidPool and gidPool don't use cn anymore (but we don't use thsi anyways) -
Richard Sharpe
882799ca11 More minor edits to add features ... -
Gerald Carter
c2580e15d6 fix byte ordering when using CIDR notation in hosts allow/deny; spotted by Eloy Paris -
Volker Lendecke
408a94b64d Survive a samdump with an alias that has no description
Volker
-
Jelmer Vernooij
571e14bd07 Add notes on Japanese charsets from Monyo -
Jelmer Vernooij
381f75134a Regenerate docs -
Jelmer Vernooij
13a4cd540a Regenerate docs -
Jelmer Vernooij
aee2c48c72 Always use DSSSL stylesheet -
Jelmer Vernooij
c7f18b38e6 Fix syntax errors -
Jelmer Vernooij
934dbcb1ae Update SGML layout. -
Jelmer Vernooij
0a55ff6738 Fix syntax errors -
John Terpstra
c1dea19852 Edits in progress. -
Simo Sorce
6393105bda seem that someone changed the semanthic of unix_strlower without fixing all
places where it was used, this caused me segfaults in the last week :(

add more debugging in idmap to chase down a problem
-
John Terpstra
f75624dad4 Small edits. -
John Terpstra
c77c4e57dc Adding Mimir's edits. -
Richard Sharpe
410451f947 More updates ... -
Richard Sharpe
22d1819011 Updates to editreg.c to provide more functionality ...
Hopefully more coming ...
-
Alexander Bokovoy
eefe0322e2 Fix typos -
Andrew Bartlett
b12164729d I've changed 'net rpc join', so I should doco it...
Andrew Bartlett
-
Alexander Bokovoy
63767ab985 Fix a typo spotted when working on PDF version -
Jeremy Allison
ec82e8e9f4 Fixes to make SCHANNEL work against a W2K DC. Still need to fix
multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC.
Jeremy.
-
Jelmer Vernooij
502f332345 Add -berok to LDSHFLAGS on AIX so modules build on AIX 5 (reported
by Stephen D. Roylance)
-
Jelmer Vernooij
17243c61b5 Only use backtrace variables when we can use them -
Jelmer Vernooij
84fba11ff0 Check for -1 not EOF as return value of poptGetNextOpt -
Andrew Bartlett
8ba6148c69 Fix segfault by getting this the right way around -
Andrew Bartlett
015924491e Up the debug level for the second run of the test (client side) -
Andrew Bartlett
0048a81abe We changed 'net' so change the torture tests that use it. -
Andrew Bartlett
87f491d6a6 Adjust comment to respect change to no longer use unixsam by default... -
Andrew Bartlett
c98bbc7507 This code is no longer referenced - moved to the new libsmb/ldap.c
Andrew Bartlett
-
Andrew Bartlett
3d2d19b910 Expand this magic number into the #defines it is made up of. -
Andrew Bartlett
3bdbd320b0 Add some static and #ifdef DEVELOPER -
Andrew Bartlett
3fdddade0f Put this comment in a better place... -
Andrew Bartlett
aeaa60c843 NTSTATUS strings are much more use than raw numbers... -
Andrew Bartlett
6e6b7b79ed Store the type of 'sec channel' that we establish to the DC. If we are a
workstation, we have to use the workstation type, if we have a BDC account,
we must use the BDC type - even if we are pretending to be a workstation
at the moment.

Also actually store and retreive the last change time, so we can do
periodic password changes again (for RPC at least).

And finally, a couple of minor fixes to 'net'.

Andrew Bartlett
-