summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add code to delete values ...Richard Sharpe2003-04-201-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 aRichard Sharpe2003-04-201-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 Sharpe2003-04-201-26/+32
| | | | | | | | Next, we have to add the code for adding values etc.
| * The code is a bit of a mess right now.Richard Sharpe2003-04-201-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 securityRichard Sharpe2003-04-201-1/+26
| | | | | | | | descriptors etc ...
| * MOre functionality ... got to test it.Richard Sharpe2003-04-201-3/+23
| |
| * More update stuff - not finished (ofcourse!)John Terpstra2003-04-201-0/+103
| |
| * Fix typo.John Terpstra2003-04-191-1/+1
| |
| * Updates and additions.John Terpstra2003-04-193-33/+248
| |
| * Some more work added ...Richard Sharpe2003-04-191-5/+20
| |
| * Address gcc warnings.Volker Lendecke2003-04-191-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 futureRichard Sharpe2003-04-191-8/+11
| | | | | | | | | | | | things easier ... now on to more functionality. Hope Jerry fixes the breakage, BTW :-)
| * some readline completion exancementsSimo Sorce2003-04-192-23/+188
| | | | | | | | still need working, does not complete remote names yet
| * use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| |
| * fixesSimo Sorce2003-04-194-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 docsJelmer Vernooij2003-04-1973-5519/+5691
| |
| * [merge from SAMBA_3_0]Gerald Carter2003-04-194-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 Carter2003-04-181-6/+6
| |
| * More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
| |
| * fix byte ordering when using CIDR notation in hosts allow/deny; spotted by ↵Gerald Carter2003-04-181-0/+4
| | | | | | | | Eloy Paris
| * Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
| | | | | | | | Volker
| * Add notes on Japanese charsets from MonyoJelmer Vernooij2003-04-171-0/+26
| |
| * Regenerate docsJelmer Vernooij2003-04-1745-23/+11037
| |
| * Regenerate docsJelmer Vernooij2003-04-1750-15161/+14791
| |
| * Always use DSSSL stylesheetJelmer Vernooij2003-04-171-8/+8
| |
| * Fix syntax errorsJelmer Vernooij2003-04-172-2/+4
| |
| * Update SGML layout.Jelmer Vernooij2003-04-171-1/+5
| |
| * Fix syntax errorsJelmer Vernooij2003-04-172-2/+1
| |
| * Edits in progress.John Terpstra2003-04-172-2/+88
| |
| * seem that someone changed the semanthic of unix_strlower without fixing allSimo Sorce2003-04-173-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 Terpstra2003-04-172-4/+4
| |
| * Adding Mimir's edits.John Terpstra2003-04-171-0/+119
| |
* | * fix segfault when no vfs objects definedGerald Carter2003-04-213-8/+18
| | | | | | | | * add "sid=..." to 'net groupmap add'
* | remove smbgroupedit from packaging scriptsGerald Carter2003-04-214-7/+2
| |
* | Make it easier to select which domain to show the sid for.Andrew Bartlett2003-04-211-2/+2
| |
* | The 'net' syntax has changed, so update the testsuite.Andrew Bartlett2003-04-211-4/+4
| |
* | Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-2124-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 Bartlett2003-04-211-6/+5
| |
* | Merge whitespace and const from HEADAndrew Bartlett2003-04-211-9/+9
| |
* | Header updates for smb signing mergeAndrew Bartlett2003-04-211-3/+4
| |
* | Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-215-20/+50
| |
* | Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| |
* | - Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2003-04-213-10/+4
| | | | | | | | - Fix typo in script/installswat.sh
* | Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-1/+1
| |
* | Merge a trivial fix across from HEAD. Not that thisVolker Lendecke2003-04-201-1/+1
| | | | | | | | | | | | would work now... Volker
* | Address gcc warnings.Volker Lendecke2003-04-191-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 PROGS2John Terpstra2003-04-191-1/+1
| |
* | use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| |
* | Merging smbgroupedit into 'net groupmap'. Not entirely done.Gerald Carter2003-04-194-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 Carter2003-04-181-2/+2
| |