summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * More code to do with constructing SK records and self relative SDs.Richard Sharpe2003-04-241-3/+27
| | | | | | | | (This used to be commit 7105265238de850f5b7effef3be8fb3f5d383669)
| * More functions to compute the space taken up by SIDs, ACEs, ACLs, SECRichard Sharpe2003-04-241-3/+96
| | | | | | | | | | DESCs etc, so we can store these in an output file. (This used to be commit 7607a1c3cd5ffb69b8db0bfe50283bda97047c42)
| * Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij2003-04-241-6/+6
| | | | | | | | (This used to be commit f56a18853235e9090fbf962aa981688dc2e15426)
| * Patch from Stefan Metzmacher to add default parameters to the lp_parm()Jelmer Vernooij2003-04-246-127/+173
| | | | | | | | | | | | smb.conf parameters along with some other small fixes. Binary compatible with older modules. (This used to be commit aa07b12fda732ca19d8dc41cebc7bb09e2549a30)
| * Added patch from Stephen Roylance.John Terpstra2003-04-242-26/+26
| | | | | | | | (This used to be commit 308e3848622de0da7f1b73369c0429ac54d672ef)
| * For deep referrals, track consumed path using a counter, and calculate theShirish Kalele2003-04-231-10/+11
| | | | | | | | | | consumed count only if and when it is needed. Check into HEAD. (This used to be commit 11281c39209b501a69f4e6f32ea2081d15947f0a)
| * Merge case handling table changes from 3.0 to HEAD.Andrew Bartlett2003-04-231-10/+8
| | | | | | | | (This used to be commit 263407e132dcb1f7fc85cded9842e60918f8ef4b)
| * Patch from waider to set exit code of last executed command specifiedTim Potter2003-04-231-2/+4
| | | | | | | | | | as an argument to -c. (This used to be commit 048aeefcdc12d93bc728d104bbf38ea8becfb16c)
| * Add more code to store keys and other records ... still more to goRichard Sharpe2003-04-231-10/+92
| | | | | | | | (This used to be commit 39f298fd395b91a0cf4bcadf3938b58a9a14c95f)
| * allow the unix group in a mapping to be changed; doesn't work with LDAP ↵Gerald Carter2003-04-231-1/+21
| | | | | | | | | | | | right now but should be ok with tdb's (This used to be commit 039e77e1d5b6e68cf85bdcc71ff309ebe6528728)
| * Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-232-1/+39
| | | | | | | | | | | | 1000. Jeremy. (This used to be commit aabaac05c6adbb510ed27f87115de3e83e27158c)
| * Added Stephen Roylance's patch to add buttons to start/stop/restart all threeJohn Terpstra2003-04-221-9/+38
| | | | | | | | | | daemons. (This used to be commit 2172e558fbb75937592583e81355da4471897032)
| * don't reset the group type unless specifiedGerald Carter2003-04-221-14/+8
| | | | | | | | (This used to be commit cb852a047413a3499fde68a353011afdcaa92ef2)
| * update copyright notice that is written to the logsGerald Carter2003-04-221-1/+1
| | | | | | | | (This used to be commit 5f1fe04a87a407297eb9d4ad0e5c6bb35b33c067)
| * Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
| | | | | | | | | | | | error on Linux. Jeremy. (This used to be commit 5d2b2b5607faa4bf2c418987776c1ee327b098c6)
| * parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-222-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 (This used to be commit d5f1082753f84f0e3a22739055b6b9cbde29faa9)
| * Always initialise this, to assist callers doing loops over this call.Andrew Bartlett2003-04-221-0/+3
| | | | | | | | | | Andrew Bartlett (This used to be commit 6da9fd157b4e61fe72f569e4657166ca9d9ab6dc)
| * Make the mangleing code actually use a common prefix, not just the sameAndrew Bartlett2003-04-221-4/+12
| | | | | | | | | | | | | | | | name for many files. Also report complete failure to create a filename as a failure of the test. Andrew Bartlett (This used to be commit ce572df77f941c3c3f445be2c9708c096a9186ef)
| * Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-222-8/+5
| | | | | | | | | | | | | | | | samlogon call certainly breaks the credential chain. Do it once during the bind response. Volker (This used to be commit 616b6dd60fe621a968fef34e66550f86b7b735bc)
| * Merge from 3.0 - try harder to get our real DNS domain name, and send thisAndrew Bartlett2003-04-222-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 (This used to be commit 2a1015eb57da7b69caafd1221b871b6bff1af2fb)
| * Bail out early when we fail on the rw_torture test.Andrew Bartlett2003-04-221-2/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit 65855d2ce920053a43882919a6ae509bbd86e54b)
| * Complete the space allocation code for HBIN blocks ...Richard Sharpe2003-04-221-1/+25
| | | | | | | | (This used to be commit ae5f8e4b5f7b8880293cc94c9bbe0df81a56959e)
| * Commit more code dealing with allocating space in the HBIN blocks ...Richard Sharpe2003-04-221-7/+101
| | | | | | | | (This used to be commit cfa67f23e3e2ba4c7abd40405227b0a8b1b76fc8)
| * default new groups to domain groupsGerald Carter2003-04-221-3/+3
| | | | | | | | (This used to be commit f0c7d9def78db31b0f7f1e97a4cb6dac3382e217)
| * Merge from 3.0 - fix domain joins not to always join as BDC.Andrew Bartlett2003-04-222-6/+4
| | | | | | | | (This used to be commit 09bc2dd51c8407536b68aaeaeba4546f93256ec2)
| * support referencing group by sid in all operations; allow group name to be ↵Gerald Carter2003-04-221-13/+60
| | | | | | | | | | | | changed (This used to be commit 00dfaa7c2c9227a082ca17ed14aefc19d9087a57)
| * another lost merge from 3.0; my faultGerald Carter2003-04-221-2/+2
| | | | | | | | (This used to be commit 2e5e68617345beca4d1cab27d64944ebd42e899b)
| * wrap pdb_enum_group_mapping() in [un]become_root() so LDAP queries can get ↵Gerald Carter2003-04-221-0/+5
| | | | | | | | | | | | the credentials from secrets.tdb (This used to be commit cf6af44a2464cf1d9bea909dbc0e20829bdc2665)
| * merging fixes from SAMBA_3_0Gerald Carter2003-04-221-5/+15
| | | | | | | | (This used to be commit 8c3be38f6acbc85454f2c9bb74c358c99ee5d22a)
| * More infrastructure for storing registryRichard Sharpe2003-04-221-17/+63
| | | | | | | | (This used to be commit de337632c99080f4be73a6e49839d424b49c8cc3)
| * Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
| | | | | | | | | | | | strange oplock related issue on the PSA. Jeremy. (This used to be commit f8021af2a7b790e739a7ecc67c908289b0a9b719)
| * Use the -W domain option to select the SID to showAndrew Bartlett2003-04-211-2/+2
| | | | | | | | (This used to be commit 715bd4cf4e2d9d11db031ef3ed5e614b4c1a8a13)
| * For NTLM2 (not yet even close to real implementation) we must use theAndrew Bartlett2003-04-211-1/+1
| | | | | | | | | | | | | | server hash for checking the server's signiture. Andrew Bartlett (This used to be commit 61255a2b3694ba13c72a2a33e5956d14c7d4d2c1)
| * Remove unused (#ifdef'ed) code.Andrew Bartlett2003-04-211-12/+0
| | | | | | | | (This used to be commit c11465b285d5eb3c42a84095a5dc41af7e07267d)
| * Use fstrcpy/pstrcpy when that's what we really mean...Andrew Bartlett2003-04-212-6/+7
| | | | | | | | | | Andrew Bartlett (This used to be commit e8aa615591dc44de4de85322d455a47b3122b9eb)
| * Correct comments about breadth first, as the registry tree is stored in aRichard Sharpe2003-04-211-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)
| * Start the outline of the code to store a registry tree ...Richard Sharpe2003-04-211-2/+99
| | | | | | | | (This used to be commit 03fce4ed0f73586928424e75bd6d7db9ff7105dd)
| * Some comments about the format of the on-disk reg file, as well asRichard Sharpe2003-04-211-7/+86
| | | | | | | | | | | | partially implement some routines to construct a default ACL and SEC DESC etc. (This used to be commit 043374a3c0be6769b4fee2228dcff42abbb74028)
| * Default to "passdb.xml" as default output filename instead of "-"Jelmer Vernooij2003-04-211-1/+1
| | | | | | | | (This used to be commit aa4c11370bb09bfd20d02da509ebdd6dc475439d)
| * Pdb modules are in $libdir/pdb not $libdir/passdbJelmer Vernooij2003-04-211-12/+5
| | | | | | | | (This used to be commit 9822af500cf36e83fce54e49a062a8847d1c5431)
| * Add a -f command-line flag to specify printing all paths or only terminalRichard Sharpe2003-04-201-3/+11
| | | | | | | | | | paths. (This used to be commit 0741369c59bcb6057f6b32d3fe4f6dec08ce4ae3)
| * Well, we can now add keys and values and delete keys and values ...Richard Sharpe2003-04-201-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)
| * 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)
| * 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)