Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Patch from waider to set exit code of last executed command specified | Tim Potter | 2003-04-23 | 1 | -2/+4 | |
| | | | | | | | | as an argument to -c. | |||||
| * | Add more code to store keys and other records ... still more to go | Richard Sharpe | 2003-04-23 | 1 | -10/+92 | |
| | | ||||||
| * | allow the unix group in a mapping to be changed; doesn't work with LDAP ↵ | Gerald Carter | 2003-04-23 | 1 | -1/+21 | |
| | | | | | | | | right now but should be ok with tdb's | |||||
| * | Limit the number of outstanding print notify messages for a process to | Jeremy Allison | 2003-04-23 | 2 | -1/+39 | |
| | | | | | | | | | | 1000. Jeremy. | |||||
| * | Added Stephen Roylance's patch to add buttons to start/stop/restart all three | John Terpstra | 2003-04-22 | 1 | -9/+38 | |
| | | | | | | | | daemons. | |||||
| * | don't reset the group type unless specified | Gerald Carter | 2003-04-22 | 1 | -14/+8 | |
| | | ||||||
| * | update copyright notice that is written to the logs | Gerald Carter | 2003-04-22 | 1 | -1/+1 | |
| | | ||||||
| * | Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic | Jeremy Allison | 2003-04-22 | 1 | -0/+27 | |
| | | | | | | | | | | error on Linux. Jeremy. | |||||
| * | parse_string is only used for the authentication negotiators. | Volker Lendecke | 2003-04-22 | 2 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | It can itself determine the length of the string it has to transfer. Andrew B., could you take a look at the length calculation? Is that safe? Thanks, Volker | |||||
| * | Always initialise this, to assist callers doing loops over this call. | Andrew Bartlett | 2003-04-22 | 1 | -0/+3 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Make the mangleing code actually use a common prefix, not just the same | Andrew Bartlett | 2003-04-22 | 1 | -4/+12 | |
| | | | | | | | | | | | | | | name for many files. Also report complete failure to create a filename as a failure of the test. Andrew Bartlett | |||||
| * | Setting the credentials for the netsec netlogon pipe connect upon each | Volker Lendecke | 2003-04-22 | 2 | -8/+5 | |
| | | | | | | | | | | | | | | samlogon call certainly breaks the credential chain. Do it once during the bind response. Volker | |||||
| * | Merge from 3.0 - try harder to get our real DNS domain name, and send this | Andrew Bartlett | 2003-04-22 | 2 | -8/+31 | |
| | | | | | | | | | | | | | | | | to the client when it asks for our DNS name and forest name. (needed for win2k to trust us as a trusted domain). Andrew Bartlett | |||||
| * | Bail out early when we fail on the rw_torture test. | Andrew Bartlett | 2003-04-22 | 1 | -2/+7 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Complete the space allocation code for HBIN blocks ... | Richard Sharpe | 2003-04-22 | 1 | -1/+25 | |
| | | ||||||
| * | Commit more code dealing with allocating space in the HBIN blocks ... | Richard Sharpe | 2003-04-22 | 1 | -7/+101 | |
| | | ||||||
| * | default new groups to domain groups | Gerald Carter | 2003-04-22 | 1 | -3/+3 | |
| | | ||||||
| * | Merge from 3.0 - fix domain joins not to always join as BDC. | Andrew Bartlett | 2003-04-22 | 2 | -6/+4 | |
| | | ||||||
| * | support referencing group by sid in all operations; allow group name to be ↵ | Gerald Carter | 2003-04-22 | 1 | -13/+60 | |
| | | | | | | | | changed | |||||
| * | another lost merge from 3.0; my fault | Gerald Carter | 2003-04-22 | 1 | -2/+2 | |
| | | ||||||
| * | wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get ↵ | Gerald Carter | 2003-04-22 | 1 | -0/+5 | |
| | | | | | | | | the credentials from secrets.tdb | |||||
| * | merging fixes from SAMBA_3_0 | Gerald Carter | 2003-04-22 | 1 | -5/+15 | |
| | | ||||||
| * | More infrastructure for storing registry | Richard Sharpe | 2003-04-22 | 1 | -17/+63 | |
| | | ||||||
| * | Tidyups of some dubious logic discovered whilst trying to track down a | Jeremy Allison | 2003-04-22 | 2 | -7/+6 | |
| | | | | | | | | | | strange oplock related issue on the PSA. Jeremy. | |||||
| * | Use the -W domain option to select the SID to show | Andrew Bartlett | 2003-04-21 | 1 | -2/+2 | |
| | | ||||||
| * | For NTLM2 (not yet even close to real implementation) we must use the | Andrew Bartlett | 2003-04-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | server hash for checking the server's signiture. Andrew Bartlett | |||||
| * | Remove unused (#ifdef'ed) code. | Andrew Bartlett | 2003-04-21 | 1 | -12/+0 | |
| | | ||||||
| * | Use fstrcpy/pstrcpy when that's what we really mean... | Andrew Bartlett | 2003-04-21 | 2 | -6/+7 | |
| | | | | | | | | Andrew Bartlett | |||||
| * | Correct comments about breadth first, as the registry tree is stored in a | Richard Sharpe | 2003-04-21 | 1 | -2/+28 | |
| | | | | | | | | | | | | depth first fashion in the file. Also add some more infrastructure needed to handle storing these trees. | |||||
| * | Start the outline of the code to store a registry tree ... | Richard Sharpe | 2003-04-21 | 1 | -2/+99 | |
| | | ||||||
| * | Some comments about the format of the on-disk reg file, as well as | Richard Sharpe | 2003-04-21 | 1 | -7/+86 | |
| | | | | | | | | | | partially implement some routines to construct a default ACL and SEC DESC etc. | |||||
| * | Default to "passdb.xml" as default output filename instead of "-" | Jelmer Vernooij | 2003-04-21 | 1 | -1/+1 | |
| | | ||||||
| * | Pdb modules are in $libdir/pdb not $libdir/passdb | Jelmer Vernooij | 2003-04-21 | 1 | -12/+5 | |
| | | ||||||
| * | Add a -f command-line flag to specify printing all paths or only terminal | Richard Sharpe | 2003-04-20 | 1 | -3/+11 | |
| | | | | | | | | paths. | |||||
| * | Well, we can now add keys and values and delete keys and values ... | Richard Sharpe | 2003-04-20 | 1 | -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. | |||||
| * | 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 | |
| | | ||||||
| * | 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 | |||||
| * | [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>] | |||||
| * | 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 |