summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter2003-07-305-7/+303
| | | | | trusted domains in a forest. (This used to be commit c691c7f7d9afb8af542dc83cf934df1dfd38ef17)
* Don't revert something until you've seen if volker has already fixed it :-).Jeremy Allison2003-07-301-4/+0
| | | | | Jeremy. (This used to be commit d57d9b99dfc2a83d91b952a11eb1ae4cf37e6467)
* Comment out mutex until I get dependencies sorted out...Jeremy Allison2003-07-301-0/+4
| | | | | Jeremy (This used to be commit 382d1732ca8e4d0909eb5a95f7327213913da37b)
* bin/net needs server_mutex as kerberos_verify now uses it.Volker Lendecke2003-07-301-1/+1
| | | | | Volker (This used to be commit ee09db891a9a45158e12fcd2a85092d64870fac4)
* Put mutex around access of replay cache for krb5 tickets. krb5 replay cacheJeremy Allison2003-07-291-4/+13
| | | | | | is not multi-process safe. Jeremy. (This used to be commit 9e0534a1b69bbd4f21b4925337cbab127d060fc6)
* split replace into replace and replace1 to allow setenv to be used byHerb Lewis2003-07-293-23/+48
| | | | | | nsswitch modules. Add required libraries to get rid of undefined functions for libns_winbind.so and libns_wins.so (This used to be commit cec5bf5f99ca98b0f5ee84636fc18f0cb3079683)
* Fix bug #226. Stop unmangle of name into a wildcard name from deleting moreJeremy Allison2003-07-291-9/+20
| | | | | | than was intended. Jeremy. (This used to be commit e2742e0d897a35820a7d8f184292c32a4c3952e3)
* Add NT quotas support. Users allowed now to manage quotas on systems with ↵Alexander Bokovoy2003-07-295-45/+373
| | | | | | sysquotas interface detected (Linux at least) using native Windows tools. Also move default quota support for NT quotas to VFS module default_quota. Code by Metze (This used to be commit e856a96c2c42c39843e5e1a3a6b0d538e7179900)
* Finish tridge's patch as referenced here :Jeremy Allison2003-07-291-0/+17
| | | | | | | | | | | | make sure we don't allow the creation of directories containing wildcard characters. I've only put this in mkdir at the moment, but I suspect this will apply to all places that can create new filenames. We need to allow the opening of existing filenames that contain wildcards, but not allow the creation of new ones. Jeremy. (This used to be commit 7f111e545d198faa5fa89f6d360db0d5c32a8bd7)
* Typo on my part. I typed KRB5_KDB_BAD_ENCTYPE when I meant to type ↵Jeremy Allison2003-07-291-1/+1
| | | | | | | | KRB5_BAD_ENCTYPE. Heimdal has the latter, not the former. Jeremy. (This used to be commit e8425df77c2e917c819592d93833a164ee3b5338)
* Fix the build on Heimdal. KRB5_KDB_BAD_ENCTYPE doesn't exist on Heimdal, andJim McDonough2003-07-291-1/+1
| | | | | | | | it's a different rc than KRB5_BAD_ENCTYPE (which exists on both MIT and Heimdal). This will just make the debug show up at level 3 always. Jeremy, you may want to revisit this, but it's probably not worth the hassle. (This used to be commit 4ff322ccf9c8485bcfe67e658d48f190f03547b0)
* This adds gss-spnego to ntlm_auth. It contains some new spnego supportVolker Lendecke2003-07-295-2/+586
| | | | | | | | | | from Jim McDonough. It is to enable cyrus sasl to provide the gss-spnego support. For a preliminary patch to cyrus sasl see http://samba.sernet.de/cyrus-gss-spnego.diff Volker (This used to be commit 45cef8f66e46abe4a25fd2b803a7d1051c1c6602)
* Typo fix for bug 258.Tim Potter2003-07-291-1/+1
| | | | (This used to be commit a4e342c20cbddbb4d9d6ac49258457751146d890)
* Improved debug messages whilst trying to track down kerb issues.Jeremy Allison2003-07-291-13/+20
| | | | | Jeremy. (This used to be commit 29dd71ddea480f6163ebbc9d8860a7930ae84066)
* More memory leak fixes from Brett! It turns out PyDict_SetItemStringTim Potter2003-07-291-16/+23
| | | | | | | didn't behave exactly as I thought it did. If you create an item using a PyFoo_FromBar function you must decrement the reference to that object afterwards (or use Py_BuildValue). (This used to be commit 2a960963fbe43de753d44d617a7666a7b258092e)
* Memory leak fixes from Brett A. Funderburg - don't use the connection tallocTim Potter2003-07-291-7/+20
| | | | | context for data that is only needed on a per-call basis. (This used to be commit 3cb39ddee456f55b96e593c67c86082bbd590d86)
* Add debug output api's from lsa/spoolss modules to smb module. PatchTim Potter2003-07-291-1/+33
| | | | | from Brett A. Funderburg. (This used to be commit 2cedaff044e5a5a03482b1e8f211218db5394930)
* Corrected description of SWAT FLAGS since they have changed as a result of theJohn Terpstra2003-07-281-5/+4
| | | | | cleanup of loadparm and swat.c (This used to be commit 6956eb9a0b878f6fae37e4de14573cccd2af2156)
* Cleanup of loadparm and swat to correctly display all parameters as required.John Terpstra2003-07-282-435/+422
| | | | | | No change to what is displayed has been made at this time. I do intend to change the display order before 3.0.0 ships. (This used to be commit de7d3063d9e07255da2cc4e67afa50c1e2ddf321)
* Add buttons to Printers ViewJohn Terpstra2003-07-271-0/+10
| | | | (This used to be commit 805c33b08902d0d02358b624ef9976dd0bde4909)
* Clarified what the SWAT FLAGS mean and what they do.John Terpstra2003-07-271-3/+5
| | | | | | Note: The comments in this file regarding the FLAGS has been in need of maintenance for some time. (This used to be commit a0d2fa0f25abe22008080df2ad2e58e7ee424a2b)
* Fix commentAndrew Bartlett2003-07-271-1/+1
| | | | (This used to be commit 2c395a3904395c2743df9c3035459c6f3866232d)
* the testsuite lib needs dummyroot too.Andrew Bartlett2003-07-271-1/+1
| | | | (This used to be commit e09a7c767ee4a7ff32f21f292b3967486a751532)
* Fix typo.John Terpstra2003-07-271-1/+1
| | | | (This used to be commit 4cf778937e84cfe486d5a65c550a2560d9e9c7c3)
* Use the specified workgroup in 'net ads'. (Defaults to lp_workgroup()).Andrew Bartlett2003-07-271-3/+3
| | | | | Andrew Bartlett (This used to be commit e6cc5ca780f24f19dda65a499fda95bd2d99ea93)
* Allow the stat cache to better handle invalid multibyte strings, by usingAndrew Bartlett2003-07-271-8/+25
| | | | | | | | | | | strdup_upper(). This function may fail - and we can just drop out of using the cache in that case. (Rather than panicing). This also should get us closer to supporting all of the weird 'longer/shorter' on uppercase/lowercase. Andrew Bartlett (This used to be commit d4c9261725578231079ed83e8e6584f12bd1cc43)
* Try again to fix up 'session request' name exchange. This time we actualyAndrew Bartlett2003-07-272-14/+7
| | | | | | | get the names... Andrew Bartlett (This used to be commit 7c9e204f7eb15139532f2cc522ed87d0ac34d118)
* If we strupper_m after the alpha_strcpy() we know that it is less likalyAndrew Bartlett2003-07-271-2/+2
| | | | | | | to contain multibyte charcters, as these should have been stripped. Andrew Bartlett (This used to be commit 0f7c1dda222d583212b8be2febe95ce7e1c0ba24)
* When removing an 'unused' function, it helps to remove the 'unused' callers...Andrew Bartlett2003-07-271-76/+0
| | | | | Andrew Bartlett (This used to be commit 605a89493e971f653413b06eda4bbca75029072b)
* Use push_ucs2_allocate(), rather than convert_string_allocate() directly.Andrew Bartlett2003-07-272-45/+9
| | | | | | | | | | Remove strdup_upper/strdup_lower from their old file, now that they have been moved to charcnv.c Note that string_replace assumes that s is a pstring. (doco change only) Andrew Bartlett (This used to be commit 6c9056029bb3dfadb244f301598e12e69493fff9)
* Some small fixes to our charset conversion code:Andrew Bartlett2003-07-273-57/+82
| | | | | | | | | | | | | | | | - Treat the NMB names in the 'session request' packet as 'ASCII'. This means that we do not get invalid multibyte from the wire, even if we truncate in the conversion. (Otherwise we panic when we try to strupper_m it). - Remove acnv_uxu2(), as it was duplicated by push_ucs2_allocate() - Remove acnv_dosu2(), as it is not used. - In push_ucs2(), with the STR_UPPER flag, do the case conversion *after* the UCS2 conversion, when it we know that the length can't change. Also faster, as we don't need to do another 2 UCS2 conversions. Andrew Bartlett (This used to be commit 912035af1178424583d0bf887a391a0cac2acd87)
* Adding idmap backend man page section.John Terpstra2003-07-271-0/+18
| | | | (This used to be commit c10a0a1a0fc8ca91472ec53f82169a6c3a9fea7b)
* Ensure all code paths set add_script.Jeremy Allison2003-07-271-4/+3
| | | | | Jeremy. (This used to be commit 0021c83ff645a1923b5a3d3c484d44b20d7813f0)
* Format tidy up.John Terpstra2003-07-261-6/+5
| | | | (This used to be commit 79d6e72af56838bdc1da437f76c905a47da0c0da)
* Fixes bug #243John Terpstra2003-07-262-1/+5
| | | | (This used to be commit 22d644505f7181e9951a76105d7f014d57fc98c6)
* Added buttons to change view mode. Fixes bug #212John Terpstra2003-07-261-1/+17
| | | | (This used to be commit 37d2eed445ec825e31082e4e71c858e1e6356566)
* remove unnceccsary $; spotted by Lee TaylorGerald Carter2003-07-261-1/+1
| | | | (This used to be commit 5cde975bec9c726857815c89cd479028bce64685)
* fix typo in debugGerald Carter2003-07-261-1/+1
| | | | (This used to be commit ed61628d8b051049636f48ec4372b2e19090628c)
* Updating missing flags.John Terpstra2003-07-261-0/+2
| | | | (This used to be commit 3b4693c3b28e9f428dc54b6c55298645431e0bda)
* Correctly detect an "add user script" - check that *lp_adduser_script() != '\0',Jeremy Allison2003-07-261-1/+1
| | | | | | not lp_adduser_script() != NULL. Jeremy. (This used to be commit 2eac65ebe7147b36a34e0ca1c3f455f559ab0361)
* Start the packet signing engine in the kerberos case in the same placeJeremy Allison2003-07-251-3/+8
| | | | | | as the ntlmssp case. Jeremy. (This used to be commit 79e0bf829875fc985f1940dc31ee418aad910ed6)
* W00t! Client smb signing is now working correctly with krb5 and w2k server.Jeremy Allison2003-07-257-19/+48
| | | | | | | | | | Server code *should* also work (I'll check shortly). May be the odd memory leak. Problem was we (a) weren't setting signing on in the client krb5 sessionsetup code (b) we need to ask for a subkey... (c). The client and server need to ask for local and remote subkeys respectively. Thanks to Paul Nelson @ Thursby for some sage advice on this :-). Jeremy. (This used to be commit 3f9e3b60709df5ab755045a093e642510d4cde00)
* Fix bug #184; set max_pw_age in account_pol to -1 so the default is never to ↵Gerald Carter2003-07-251-1/+1
| | | | | | expire (This used to be commit 833bc5c06018043cf0eb6bdcbb96922964286559)
* domain in schannel bind credentials must be the dest domain, not oursGerald Carter2003-07-252-1/+8
| | | | (This used to be commit e12f6a8c13f27c3caea96b467cc4294e20dad341)
* fix case where no realm or workgroup means to use our ownGerald Carter2003-07-251-2/+19
| | | | (This used to be commit 6edc7e0a744a5d8c6332758b800a2646ef16dd77)
* fix user_in_list to work with winbind groups again; my bugGerald Carter2003-07-251-1/+1
| | | | (This used to be commit 850f4fafdbaf19ea13273a8bf82433ba50a11868)
* fix some error returns and strings; patch from metzeGerald Carter2003-07-251-6/+14
| | | | (This used to be commit 948b1b138cf1fce18c93645fbdf948e589b19dc5)
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-2515-37/+37
| | | | | time. )-: (This used to be commit 59dae1da66a5eb7e128263bd578f167d8746e9f0)
* new swat icons from Marc Jacobsen @ HPGerald Carter2003-07-258-0/+0
| | | | (This used to be commit 01919208c658c79fdd2251ec460be5dc5853bf0e)
* call chkconfig --del winbind on removal (bug #238)Gerald Carter2003-07-251-0/+1
| | | | (This used to be commit 942c3ae6e0dc69c1ed4bbc6b765bec0c98582e7f)