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 ... (This used to be commit 02e6782243a7ef9e182db449ad377b0d168a40b2)
| * 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 ... (This used to be commit 53ea4c0de88a350b99e36c0dc514c5f2821ff7f8)
| * 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. (This used to be commit 266fc6c9f2283c81de97e526e9f289288948cb27)
| * 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 :-( (This used to be commit fc691a9a5e86686ebd0b3bab75a286488ab6ca57)
| * More functionality, esp around adding keys and inheritance of securityRichard Sharpe2003-04-201-1/+26
| | | | | | | | | | descriptors etc ... (This used to be commit b8e85afefbe52701317632d1c1a446785ed66abf)
| * MOre functionality ... got to test it.Richard Sharpe2003-04-201-3/+23
| | | | | | | | (This used to be commit e3c4f8c91394eecc8c77bbf0f9685cdb18c617b1)
| * More update stuff - not finished (ofcourse!)John Terpstra2003-04-201-0/+103
| | | | | | | | (This used to be commit 5d72c6cfca41accc783eda166d8b9154d21f4aec)
| * Fix typo.John Terpstra2003-04-191-1/+1
| | | | | | | | (This used to be commit a4f89aabfa28a6763008a6eab944ad11dabf5e4c)
| * Updates and additions.John Terpstra2003-04-193-33/+248
| | | | | | | | (This used to be commit 9b35377f0cf5022519385a2b70237c05c7978158)
| * Some more work added ...Richard Sharpe2003-04-191-5/+20
| | | | | | | | (This used to be commit 31ded623b1817156b247170130237c1e5fd67a5b)
| * 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 (This used to be commit dcbbbd66a9be799998476701a9e1059c14e4f061)
| * 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 :-) (This used to be commit c7d39a7426e5970b15ece89737d2f0ba3d5c0835)
| * some readline completion exancementsSimo Sorce2003-04-192-23/+188
| | | | | | | | | | still need working, does not complete remote names yet (This used to be commit 625eee8e03c3905a245e078ef9f1c26200e33d7c)
| * use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| | | | | | | | (This used to be commit dd8009bf599a6111440cd807dcc022039f19de15)
| * 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 (This used to be commit bc95de4ebb014080bc70173e7df94c672cea8df6)
| * Regenerate docsJelmer Vernooij2003-04-1973-5519/+5691
| | | | | | | | (This used to be commit 4f1865f7c234f3f4a7f5dba19db4a5d139db5a48)
| * [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>] (This used to be commit 0fd28bc3a803ca1ec3dcd8cc6236d4ecc3134584)
| * uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)Gerald Carter2003-04-181-6/+6
| | | | | | | | (This used to be commit 4c92994dfd231acb09411f89fd67a21a40400de0)
| * More minor edits to add features ...Richard Sharpe2003-04-181-0/+21
| | | | | | | | (This used to be commit 882799ca113566b91e42c3c852a9c1986552daaa)
| * fix byte ordering when using CIDR notation in hosts allow/deny; spotted by ↵Gerald Carter2003-04-181-0/+4
| | | | | | | | | | | | Eloy Paris (This used to be commit c2580e15d6e7ad7c8dde81753e35670fa52636ff)
| * Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
| | | | | | | | | | Volker (This used to be commit 408a94b64d4d799f256c11a2009e161b27553cbb)
| * Add notes on Japanese charsets from MonyoJelmer Vernooij2003-04-171-0/+26
| | | | | | | | (This used to be commit 571e14bd07148d95e3e83167e83362bec0502d55)
| * Regenerate docsJelmer Vernooij2003-04-1745-23/+11037
| | | | | | | | (This used to be commit 381f75134a8d7dd2c3983f64b6598944a63a07b2)
| * Regenerate docsJelmer Vernooij2003-04-1750-15161/+14791
| | | | | | | | (This used to be commit 13a4cd540a1c193e77d973b9dac5bc2d9e7a5353)
| * Always use DSSSL stylesheetJelmer Vernooij2003-04-171-8/+8
| | | | | | | | (This used to be commit aee2c48c729c4c9d7187556a9fabc4becb4045dd)
| * Fix syntax errorsJelmer Vernooij2003-04-172-2/+4
| | | | | | | | (This used to be commit c7f18b38e683bf3b341504e02af448ce13fad248)
| * Update SGML layout.Jelmer Vernooij2003-04-171-1/+5
| | | | | | | | (This used to be commit 934dbcb1ae47811cae69c3b0677ba89e4f8eabee)
| * Fix syntax errorsJelmer Vernooij2003-04-172-2/+1
| | | | | | | | (This used to be commit 0a55ff6738f9a8bdc480cb71c43e7372e45af216)
| * Edits in progress.John Terpstra2003-04-172-2/+88
| | | | | | | | (This used to be commit c1dea19852d8eedf590323ac464f863eb3b92c83)
| * 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 (This used to be commit 6393105bda12fb3f6211e4f0128aabf588431b49)
| * Small edits.John Terpstra2003-04-172-4/+4
| | | | | | | | (This used to be commit f75624dad4183748fcf31390e249b945716c333a)
| * Adding Mimir's edits.John Terpstra2003-04-171-0/+119
| | | | | | | | (This used to be commit c77c4e57dcecd6eeaadffe1b1f78483eaaa79217)
* | * fix segfault when no vfs objects definedGerald Carter2003-04-213-8/+18
| | | | | | | | | | * add "sid=..." to 'net groupmap add' (This used to be commit e5f6676639b5552f7dec90091c53cf14e78088ee)
* | remove smbgroupedit from packaging scriptsGerald Carter2003-04-214-7/+2
| | | | | | | | (This used to be commit efa4e08210ff7c3bd703f0bb3ddf8da8bb84850a)
* | Make it easier to select which domain to show the sid for.Andrew Bartlett2003-04-211-2/+2
| | | | | | | | (This used to be commit 4c7efe25c3f2336938050086ffe5f4cfe462e6f6)
* | The 'net' syntax has changed, so update the testsuite.Andrew Bartlett2003-04-211-4/+4
| | | | | | | | (This used to be commit b750b8c542508ff4d084d8eaf3abcad858ee8fd0)
* | 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 (This used to be commit 876e00fd112e4aaf7519eec27f382eb99ec7562a)
* | Add const, static and fix a double free() (merge from HEAD).Andrew Bartlett2003-04-211-6/+5
| | | | | | | | (This used to be commit 9ba88c7314168b87b72a7e9dc3c7588dcce86893)
* | Merge whitespace and const from HEADAndrew Bartlett2003-04-211-9/+9
| | | | | | | | (This used to be commit 88fdc36f9373c63706907e48be317007aeba06d6)
* | Header updates for smb signing mergeAndrew Bartlett2003-04-211-3/+4
| | | | | | | | (This used to be commit 2e4b45cd2efe46477c2849faffe0e8401132ef88)
* | Merge SMB signing, cli buffer clobber and NTLMSSP signing tweaks from HEAD.Andrew Bartlett2003-04-215-20/+50
| | | | | | | | (This used to be commit c6c4f69b8ddc500890a65829e1b9fb7a3e9839e9)
* | Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| | | | | | | | (This used to be commit dfbd2a2e7a5f0f2713bc48daa24d43b07f187d14)
* | - Fix modules build of pdb_mysql and pdb_xmlJelmer Vernooij2003-04-213-10/+4
| | | | | | | | | | - Fix typo in script/installswat.sh (This used to be commit 8d2aec7a73d41a9d32c10abd1c8833ebfd41dd77)
* | Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-1/+1
| | | | | | | | (This used to be commit 9c9d969c93400d91a12e78635d54e1c5f90efab8)
* | Merge a trivial fix across from HEAD. Not that thisVolker Lendecke2003-04-201-1/+1
| | | | | | | | | | | | | | would work now... Volker (This used to be commit 8c70f657cfb2f2b32fbaa31112d7953a3a6dc775)
* | 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 (This used to be commit cf923d713305620278e3759599247d3cf7aa0e2f)
* | Added smbgroupedit to PROGS2John Terpstra2003-04-191-1/+1
| | | | | | | | (This used to be commit bed69decea61881ab7071be3e34be71df9b178a1)
* | use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
| | | | | | | | (This used to be commit a369c2ff2637dc808035217eaada4cf923c5cf6d)
* | 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> (This used to be commit f2fd0ab41ffbc0355db95529b6bda1b21aa4860a)
* | uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)Gerald Carter2003-04-181-2/+2
| | | | | | | | (This used to be commit 7f0fd03f699f24094e32a92dbb0ec55d9a602c36)