summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-21Merged the two browsing documents into one. Added locking module to ↵John Terpstra4-838/+901
global.ent file. (This used to be commit 1027525be23e7db97677e2ed3e2706d271ad0a0b)
2003-04-21Use the -W domain option to select the SID to showAndrew Bartlett1-2/+2
(This used to be commit 715bd4cf4e2d9d11db031ef3ed5e614b4c1a8a13)
2003-04-21Replacing file with correct version.John Terpstra1-103/+0
(This used to be commit f0dc3e6da89728259ed5e10cb7f9193c711f65fc)
2003-04-21More docs are up to date now...Jelmer Vernooij1-23/+7
(This used to be commit 280ba59b8187a88f45c3b6db448e76839c3c6f1e)
2003-04-21Add question about scope id'sJelmer Vernooij3-40/+14
(This used to be commit 2c258e5951aa35fc85b92cbf6d0b7ae1cbe8feb4)
2003-04-21Move information about locking to seperate chapter andJelmer Vernooij3-67/+61
information about scope id's to the faq (This used to be commit f2c333822f34be8a2bb85124319ead4dc44c2891)
2003-04-21Add new part 'Troubleshooting'Jelmer Vernooij1-3/+7
(This used to be commit a24e89ea443fbe77924cccf7e7679aec80a05088)
2003-04-21Create ../textdocs, ../htmldocs or ../manpages if they don't exist alreadyJelmer Vernooij1-8/+22
(This used to be commit 8dc7087cf0306271e07a25ac2538206ef3eaa497)
2003-04-21Fix syntax errorJelmer Vernooij1-2/+2
(This used to be commit e76eaf0f17de19eb2492572b0c79fc4b2657c504)
2003-04-21Remove obsolete information from Speed.sgml and move client-specificJelmer Vernooij2-150/+52
info to Other-Clients.sgml (This used to be commit b0d5e1b177808c3bd3494d0b2f6cf4c8c4bcfdd5)
2003-04-21More updates - still a work in progress.John Terpstra1-29/+195
(This used to be commit 63589f958b399534bc0bc8c50213ad2f6a380689)
2003-04-21For NTLM2 (not yet even close to real implementation) we must use theAndrew Bartlett1-1/+1
server hash for checking the server's signiture. Andrew Bartlett (This used to be commit 61255a2b3694ba13c72a2a33e5956d14c7d4d2c1)
2003-04-21Remove unused (#ifdef'ed) code.Andrew Bartlett1-12/+0
(This used to be commit c11465b285d5eb3c42a84095a5dc41af7e07267d)
2003-04-21Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2-6/+7
Andrew Bartlett (This used to be commit e8aa615591dc44de4de85322d455a47b3122b9eb)
2003-04-21Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe1-2/+28
depth first fashion in the file. Also add some more infrastructure needed to handle storing these trees. (This used to be commit f993f7187c7ae49f443aa1966584aa88787bd7ca)
2003-04-21Start the outline of the code to store a registry tree ...Richard Sharpe1-2/+99
(This used to be commit 03fce4ed0f73586928424e75bd6d7db9ff7105dd)
2003-04-21Some comments about the format of the on-disk reg file, as well asRichard Sharpe1-7/+86
partially implement some routines to construct a default ACL and SEC DESC etc. (This used to be commit 043374a3c0be6769b4fee2228dcff42abbb74028)
2003-04-21Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij1-1/+1
(This used to be commit aa4c11370bb09bfd20d02da509ebdd6dc475439d)
2003-04-21Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij1-12/+5
(This used to be commit 9822af500cf36e83fce54e49a062a8847d1c5431)
2003-04-20Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe1-3/+11
paths. (This used to be commit 0741369c59bcb6057f6b32d3fe4f6dec08ce4ae3)
2003-04-20Well, we can now add keys and values and delete keys and values ...Richard Sharpe1-4/+6
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. (This used to be commit 562b36510c704eba84b036aacdb1f984339afafc)
2003-04-20Add code to delete values ...Richard Sharpe1-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)
2003-04-20Begin the code that handles key values ... Delete a key value and add aRichard Sharpe1-4/+58
key value, and tidy up processing of key values when reading in the registry file ... (This used to be commit 53ea4c0de88a350b99e36c0dc514c5f2821ff7f8)
2003-04-20Complete most of the coding for adding keys. We can now add a key.Richard Sharpe1-26/+32
Next, we have to add the code for adding values etc. (This used to be commit 266fc6c9f2283c81de97e526e9f289288948cb27)
2003-04-20The code is a bit of a mess right now.Richard Sharpe1-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)
2003-04-20More functionality, esp around adding keys and inheritance of securityRichard Sharpe1-1/+26
descriptors etc ... (This used to be commit b8e85afefbe52701317632d1c1a446785ed66abf)
2003-04-20MOre functionality ... got to test it.Richard Sharpe1-3/+23
(This used to be commit e3c4f8c91394eecc8c77bbf0f9685cdb18c617b1)
2003-04-20More update stuff - not finished (ofcourse!)John Terpstra1-0/+103
(This used to be commit 5d72c6cfca41accc783eda166d8b9154d21f4aec)
2003-04-19Fix typo.John Terpstra1-1/+1
(This used to be commit a4f89aabfa28a6763008a6eab944ad11dabf5e4c)
2003-04-19Updates and additions.John Terpstra3-33/+248
(This used to be commit 9b35377f0cf5022519385a2b70237c05c7978158)
2003-04-19Some more work added ...Richard Sharpe1-5/+20
(This used to be commit 31ded623b1817156b247170130237c1e5fd67a5b)
2003-04-19Address gcc warnings.Volker Lendecke1-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)
2003-04-19Squelch some warnings, and move a bit of code around to make some futureRichard Sharpe1-8/+11
things easier ... now on to more functionality. Hope Jerry fixes the breakage, BTW :-) (This used to be commit c7d39a7426e5970b15ece89737d2f0ba3d5c0835)
2003-04-19some readline completion exancementsSimo Sorce2-23/+188
still need working, does not complete remote names yet (This used to be commit 625eee8e03c3905a245e078ef9f1c26200e33d7c)
2003-04-19use gid_t for gids not uid_tSimo Sorce1-1/+1
(This used to be commit dd8009bf599a6111440cd807dcc022039f19de15)
2003-04-19fixesSimo Sorce4-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)
2003-04-19Regenerate docsJelmer Vernooij73-5519/+5691
(This used to be commit 4f1865f7c234f3f4a7f5dba19db4a5d139db5a48)
2003-04-19[merge from SAMBA_3_0]Gerald Carter4-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)
2003-04-18uidPool and gidPool don't use cn anymore (but we don't use thsi anyways)Gerald Carter1-6/+6
(This used to be commit 4c92994dfd231acb09411f89fd67a21a40400de0)
2003-04-18More minor edits to add features ...Richard Sharpe1-0/+21
(This used to be commit 882799ca113566b91e42c3c852a9c1986552daaa)
2003-04-18fix byte ordering when using CIDR notation in hosts allow/deny; spotted by ↵Gerald Carter1-0/+4
Eloy Paris (This used to be commit c2580e15d6e7ad7c8dde81753e35670fa52636ff)
2003-04-18Survive a samdump with an alias that has no descriptionVolker Lendecke1-3/+6
Volker (This used to be commit 408a94b64d4d799f256c11a2009e161b27553cbb)
2003-04-17Add notes on Japanese charsets from MonyoJelmer Vernooij1-0/+26
(This used to be commit 571e14bd07148d95e3e83167e83362bec0502d55)
2003-04-17Regenerate docsJelmer Vernooij45-23/+11037
(This used to be commit 381f75134a8d7dd2c3983f64b6598944a63a07b2)
2003-04-17Regenerate docsJelmer Vernooij50-15161/+14791
(This used to be commit 13a4cd540a1c193e77d973b9dac5bc2d9e7a5353)
2003-04-17Always use DSSSL stylesheetJelmer Vernooij1-8/+8
(This used to be commit aee2c48c729c4c9d7187556a9fabc4becb4045dd)
2003-04-17Fix syntax errorsJelmer Vernooij2-2/+4
(This used to be commit c7f18b38e683bf3b341504e02af448ce13fad248)
2003-04-17Update SGML layout.Jelmer Vernooij1-1/+5
(This used to be commit 934dbcb1ae47811cae69c3b0677ba89e4f8eabee)
2003-04-17Fix syntax errorsJelmer Vernooij2-2/+1
(This used to be commit 0a55ff6738f9a8bdc480cb71c43e7372e45af216)
2003-04-17Edits in progress.John Terpstra2-2/+88
(This used to be commit c1dea19852d8eedf590323ac464f863eb3b92c83)