Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Add code to delete values ... | Richard Sharpe | 2003-04-20 | 1 | -9/+104 | |
| | | | | | | | | | | | | This needs a lot more testing and debugging, but it does delete values. Next to see if it can add values ... | |||||
| * | Begin the code that handles key values ... Delete a key value and add a | Richard Sharpe | 2003-04-20 | 1 | -4/+58 | |
| | | | | | | | | | | key value, and tidy up processing of key values when reading in the registry file ... | |||||
| * | Complete most of the coding for adding keys. We can now add a key. | Richard Sharpe | 2003-04-20 | 1 | -26/+32 | |
| | | | | | | | | Next, we have to add the code for adding values etc. | |||||
| * | The code is a bit of a mess right now. | Richard Sharpe | 2003-04-20 | 1 | -51/+146 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 :-( | |||||
| * | More functionality, esp around adding keys and inheritance of security | Richard Sharpe | 2003-04-20 | 1 | -1/+26 | |
| | | | | | | | | descriptors etc ... | |||||
| * | MOre functionality ... got to test it. | Richard Sharpe | 2003-04-20 | 1 | -3/+23 | |
| | | ||||||
| * | More update stuff - not finished (ofcourse!) | John Terpstra | 2003-04-20 | 1 | -0/+103 | |
| | | ||||||
| * | Fix typo. | John Terpstra | 2003-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | Updates and additions. | John Terpstra | 2003-04-19 | 3 | -33/+248 | |
| | | ||||||
| * | Some more work added ... | Richard Sharpe | 2003-04-19 | 1 | -5/+20 | |
| | | ||||||
| * | Address gcc warnings. | Volker Lendecke | 2003-04-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | 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 | |||||
| * | Squelch some warnings, and move a bit of code around to make some future | Richard Sharpe | 2003-04-19 | 1 | -8/+11 | |
| | | | | | | | | | | | | things easier ... now on to more functionality. Hope Jerry fixes the breakage, BTW :-) | |||||
| * | some readline completion exancements | Simo Sorce | 2003-04-19 | 2 | -23/+188 | |
| | | | | | | | | still need working, does not complete remote names yet | |||||
| * | use gid_t for gids not uid_t | Simo Sorce | 2003-04-19 | 1 | -1/+1 | |
| | | ||||||
| * | fixes | Simo Sorce | 2003-04-19 | 4 | -5/+21 | |
| | | | | | | | | | | | | | | | | 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 | |||||
| * | Regenerate docs | Jelmer Vernooij | 2003-04-19 | 73 | -5519/+5691 | |
| | | ||||||
| * | [merge from SAMBA_3_0] | Gerald Carter | 2003-04-19 | 4 | -2/+455 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>] | |||||
| * | uidPool and gidPool don't use cn anymore (but we don't use thsi anyways) | Gerald Carter | 2003-04-18 | 1 | -6/+6 | |
| | | ||||||
| * | More minor edits to add features ... | Richard Sharpe | 2003-04-18 | 1 | -0/+21 | |
| | | ||||||
| * | fix byte ordering when using CIDR notation in hosts allow/deny; spotted by ↵ | Gerald Carter | 2003-04-18 | 1 | -0/+4 | |
| | | | | | | | | Eloy Paris | |||||
| * | Survive a samdump with an alias that has no description | Volker Lendecke | 2003-04-18 | 1 | -3/+6 | |
| | | | | | | | | Volker | |||||
| * | Add notes on Japanese charsets from Monyo | Jelmer Vernooij | 2003-04-17 | 1 | -0/+26 | |
| | | ||||||
| * | Regenerate docs | Jelmer Vernooij | 2003-04-17 | 45 | -23/+11037 | |
| | | ||||||
| * | Regenerate docs | Jelmer Vernooij | 2003-04-17 | 50 | -15161/+14791 | |
| | | ||||||
| * | Always use DSSSL stylesheet | Jelmer Vernooij | 2003-04-17 | 1 | -8/+8 | |
| | | ||||||
| * | Fix syntax errors | Jelmer Vernooij | 2003-04-17 | 2 | -2/+4 | |
| | | ||||||
| * | Update SGML layout. | Jelmer Vernooij | 2003-04-17 | 1 | -1/+5 | |
| | | ||||||
| * | Fix syntax errors | Jelmer Vernooij | 2003-04-17 | 2 | -2/+1 | |
| | | ||||||
| * | Edits in progress. | John Terpstra | 2003-04-17 | 2 | -2/+88 | |
| | | ||||||
| * | seem that someone changed the semanthic of unix_strlower without fixing all | Simo Sorce | 2003-04-17 | 3 | -8/+15 | |
| | | | | | | | | | | | | places where it was used, this caused me segfaults in the last week :( add more debugging in idmap to chase down a problem | |||||
| * | Small edits. | John Terpstra | 2003-04-17 | 2 | -4/+4 | |
| | | ||||||
| * | Adding Mimir's edits. | John Terpstra | 2003-04-17 | 1 | -0/+119 | |
| | | ||||||
* | | * fix segfault when no vfs objects defined | Gerald Carter | 2003-04-21 | 3 | -8/+18 | |
| | | | | | | | | * add "sid=..." to 'net groupmap add' | |||||
* | | remove smbgroupedit from packaging scripts | Gerald Carter | 2003-04-21 | 4 | -7/+2 | |
| | | ||||||
* | | Make it easier to select which domain to show the sid for. | Andrew Bartlett | 2003-04-21 | 1 | -2/+2 | |
| | | ||||||
* | | The 'net' syntax has changed, so update the testsuite. | Andrew Bartlett | 2003-04-21 | 1 | -4/+4 | |
| | | ||||||
* | | Merge from HEAD - save the type of channel used to contact the DC. | Andrew Bartlett | 2003-04-21 | 24 | -201/+360 | |
| | | | | | | | | | | | | | | | | | | | | | | This allows us to join as a BDC, without appearing on the network as one until we have the database replicated, and the admin changes the configuration. This also change the SID retreval order from secrets.tdb, so we no longer require a 'net rpc getsid' - the sid fetch during the domain join is sufficient. Also minor fixes to 'net'. Andrew Bartlett | |||||
* | | Add const, static and fix a double free() (merge from HEAD). | Andrew Bartlett | 2003-04-21 | 1 | -6/+5 | |
| | | ||||||
* | | Merge whitespace and const from HEAD | Andrew Bartlett | 2003-04-21 | 1 | -9/+9 | |
| | | ||||||
* | | Header updates for smb signing merge | Andrew Bartlett | 2003-04-21 | 1 | -3/+4 | |
| | | ||||||
* | | Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD. | Andrew Bartlett | 2003-04-21 | 5 | -20/+50 | |
| | | ||||||
* | | Default to "passdb.xml" as default output filename instead of "-" | Jelmer Vernooij | 2003-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | - Fix modules build of pdb_mysql and pdb_xml | Jelmer Vernooij | 2003-04-21 | 3 | -10/+4 | |
| | | | | | | | | - Fix typo in script/installswat.sh | |||||
* | | Pdb modules are in $libdir/pdb not $libdir/passdb | Jelmer Vernooij | 2003-04-21 | 1 | -1/+1 | |
| | | ||||||
* | | Merge a trivial fix across from HEAD. Not that this | Volker Lendecke | 2003-04-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | would work now... Volker | |||||
* | | Address gcc warnings. | Volker Lendecke | 2003-04-19 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | 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 | |||||
* | | Added smbgroupedit to PROGS2 | John Terpstra | 2003-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | use gid_t for gids not uid_t | Simo Sorce | 2003-04-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merging smbgroupedit into 'net groupmap'. Not entirely done. | Gerald Carter | 2003-04-19 | 4 | -2/+463 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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> | |||||
* | | uidPool and gidPool don't use cn anymore (but we don't use thsi anyways) | Gerald Carter | 2003-04-18 | 1 | -2/+2 | |
| | |