summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Minor cleanup of enum domain groups/aliases:Tim Potter2003-04-251-12/+18
| | | | | | | | | | | | | | | | | | | | | | - return NT_STATUS_NO_MEMORY instead of NT_STATUS_UNSUCESSFUL if a talloc fails - don't try and tallocate memory when the number of entries returned was zero - rename some cut&pasted variable names in enum domain aliases function (This used to be commit cb94b2b2d141c3df1209b2b389b0cd6752ac2b6b)
| * When calling cli_samr_enum_{dom,als}_groups in a while loop, theTim Potter2003-04-251-2/+2
| | | | | | | | | | | | | | terminating condition should be result != STATUS_MORE_ENTRIES, not result == NT_STATUS_OK otherwise we get stuck in an infinite loop when there's any sign of trouble. (This used to be commit 2266d281a4bb0a034461ba3e72513609f86e9a38)
| * Corrections and edits from Jesse Jacobs <jesse@eazy.homeip.net>John Terpstra2003-04-246-26/+26
| | | | | | | | (This used to be commit 2b28e69ddfb017290674298b7497ce780d189976)
| * Updates: ADS typo fix, ProfileMgmt: Additional docs on how to disable ↵John Terpstra2003-04-242-6/+63
| | | | | | | | | | | | roaming profiles. (This used to be commit efd8872989b13bd8daa814b6b91cab1fd30ff170)
| * Don't store UID or GIDJelmer Vernooij2003-04-242-48/+13
| | | | | | | | (This used to be commit b2d9d450493f6fc0ceb94dd0007cedf56371bb4b)
| * Move pdb_mysql and pdb_xml from modules/ to passdb/, just like they areJelmer Vernooij2003-04-244-5/+5
| | | | | | | | | | in 3_0 (This used to be commit 9b969f877f8057930fb53da99ee8a0574b4f5531)
| * Complain about duplicate charsets at debug level 0 instead of 2Jelmer Vernooij2003-04-241-1/+1
| | | | | | | | (This used to be commit d29407d41eb2ed9cf370e278cb4c95c6c341a08d)
| * Declare static function before using itJelmer Vernooij2003-04-241-0/+2
| | | | | | | | (This used to be commit d501946ef6e417b9d3fa4b492dd20991e3e56baf)
| * Get rid of module_path_get_name()Jelmer Vernooij2003-04-241-10/+5
| | | | | | | | (This used to be commit 9f9bdd97dbbabde7b2979c62dfdf150fae8670ec)
| * Update from LanDude <landude@comcast.net>John Terpstra2003-04-241-4/+28
| | | | | | | | (This used to be commit d8f8794d10c4add9b7b850341b98c29c67028c4a)
| * Check for absolute paths by only checking the first character of the module ↵Jelmer Vernooij2003-04-241-1/+1
| | | | | | | | | | | | | | name. Don't use strchr_m, which caused race conditions. (This used to be commit 9411e3336ebe781da2b418219dd5803fecfc42fe)
| * Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
| | | | | | | | (This used to be commit ce56ccf932e5ae89b7d46da31ec9b17551206491)
| * groupmap delete should take a name or a SIDGerald Carter2003-04-241-2/+13
| | | | | | | | (This used to be commit 4c7ee6e6b82c69ead96bc90c75cbdfab19486bb5)
| * 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)
| * remove smbgroupedit entityGerald Carter2003-04-241-1/+0
| | | | | | | | (This used to be commit 5de29a84b3039cd951367ac78879ec8bfd4a08d1)
| * Fix for bad macro error.John Terpstra2003-04-241-1/+1
| | | | | | | | (This used to be commit 076882b91c3b08d4438499b185b8e8bc0f4ba716)
| * 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)
| * update net man page for groupmap optionsGerald Carter2003-04-241-3/+58
| | | | | | | | (This used to be commit 465510e39f3366a2477ffb6e7fb121ed6c88d04a)
| * Added patch from Stephen Roylance.John Terpstra2003-04-242-26/+26
| | | | | | | | (This used to be commit 308e3848622de0da7f1b73369c0429ac54d672ef)
| * updating group mapping HOWTO.Gerald Carter2003-04-242-34/+60
| | | | | | | | (This used to be commit 4244e21971a21b8c8c80753e962eb2420fb1a1de)
| * Tidy up only.John Terpstra2003-04-241-148/+153
| | | | | | | | (This used to be commit b87ebad1ae15bf59466da3ca7c39a31c4631031b)
| * fix SGML syntax errorsGerald Carter2003-04-245-11/+14
| | | | | | | | (This used to be commit 43e169ce23a037b1df152b6e3fe6cfe55192b3d3)
| * More updates: Fix typo in VFS docs, added docs on pam_smbpass.so to PAM.John Terpstra2003-04-242-22/+203
| | | | | | | | (This used to be commit a1d6d56ba0af75282fb0d90db84ae8bbfa1836e0)
| * More updates.John Terpstra2003-04-232-56/+409
| | | | | | | | (This used to be commit 6678c325d77f18fb4b63a0cd436b6024f83366f3)
| * 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)
| * Missed two references to a renamed file.Paul Green2003-04-232-2/+2
| | | | | | | | (This used to be commit cf69c69594797032d1427de3266af86d12b15cb2)
| * Merge case handling table changes from 3.0 to HEAD.Andrew Bartlett2003-04-231-10/+8
| | | | | | | | (This used to be commit 263407e132dcb1f7fc85cded9842e60918f8ef4b)
| * Move build farm template files to their own subdirectory so that theirPaul Green2003-04-239-2/+5
| | | | | | | | | | | | names can be shortened to 30 characters. Helps Stratus VOS, which has a 32-character file name limit. (This used to be commit 58a4be041ee92434672959b9df888cf1366bb02e)
| * 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)
| * Update - closed off for nowJohn Terpstra2003-04-231-13/+199
| | | | | | | | (This used to be commit 8511042ff6f664eb2f5cc80a59859fb004f5be13)
| * 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)
| * Merged the changes I made in the 3.0 doc tree (wrong place) andChristopher R. Hertel2003-04-221-11/+13
| | | | | | | | | | fiddled the entry for jCIFS (thanks, John!). (This used to be commit 43c1ba0ab2aa538d0defad4cdec385561d3563df)
| * Added jCIFS to projects.John Terpstra2003-04-221-0/+4
| | | | | | | | (This used to be commit ef0f6b8957f3d8b46fdffa8c655c1906c9698254)
| * 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)
| * Update.John Terpstra2003-04-221-0/+1
| | | | | | | | (This used to be commit 0f8f94b6adc477a8e7ccae7444e2b7f4670ef071)
| * 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)