summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Propagate changes to WHATSNEW.txt from release tree so that they would not ↵Alexander Bokovoy2003-07-021-58/+59
| | | | | | be out of sync with reality. (This used to be commit 8deb6370efe9ca6baac54dc5d0b0a3df04d8258f)
* SAMBA_3_0 will now become beta3Gerald Carter2003-07-021-1/+1
| | | | | beta2 is captured in the release branch (This used to be commit 4b3a15917dd6935353d8998e918c750a6c090671)
* The default_realm parameter needs to be set in a minimal krb5.conf.Tim Potter2003-07-021-0/+3
| | | | (This used to be commit 32e872f23d573057b9719e8ef37c2bdbd3e12194)
* Fix poptOption definition for --no-pass and --kerberos options. The 'value'Tim Potter2003-07-021-2/+2
| | | | | | | | field for an option should be set to an identifier to use in a switch statement or zero if the the arg field is to be updated only. This fixes smbclient -k always prompting for a password which we don't need. (This used to be commit 0744e2dad372904a554019146ff6f6e31ca1b2d2)
* Suggest the user runs kinit if smbclient -k returns ↵Tim Potter2003-07-021-0/+4
| | | | | | NT_STATUS_MORE_PROCESSING_REQUIRED. (This used to be commit 66c4beb28672ef335ff4d6d6a3447e4c2c337f76)
* Update my email address.Tim Potter2003-07-021-1/+1
| | | | (This used to be commit 9648e9762561296c33401079389b5d201d1e8a2f)
* Uppercase first letter of debug level 0 statements.Tim Potter2003-07-021-2/+2
| | | | (This used to be commit 05679968e207f795237bbee7b6564f365415d02f)
* #ifdef out apparently unused function.Tim Potter2003-07-021-0/+4
| | | | (This used to be commit 9324703066cfdcb65208420a12e4ab8f358ccc09)
* Regenerate manpagesJelmer Vernooij2003-07-024-153/+290
| | | | (This used to be commit ace326ffe5adc957f4e058926e5af4e0c97bd892)
* Whitespace reformat before applying a patch.Jeremy Allison2003-07-021-184/+187
| | | | | Jeremy. (This used to be commit bbe1276b516e1803a4a9285691674784b989b72f)
* regenerate docsJelmer Vernooij2003-07-0186-16174/+3965
| | | | (This used to be commit cc02d3bc170fe5c8c4474156edb6c83720a47aa0)
* Fix for bug 189 from MORIYAMA Masayuki <msyk@mtg.biglobe.ne.jp>. IncorrectJeremy Allison2003-07-011-1/+1
| | | | | | call for Japanese characters. Jeremy. (This used to be commit c6de5df01d470c2dab48cdd6298f450fa94f9a8e)
* Adding jcmd's share ACL on XP patch. Thanks Jim !Jeremy Allison2003-07-013-4/+27
| | | | | Jeremy. (This used to be commit 7ed1118ae61a13de2c781a94fc2394090efd1f9b)
* Generate docs.Jelmer Vernooij2003-07-012-27885/+28069
| | | | (This used to be commit 4255b96134e4cd8cbb29219ac2702ad8346f62f8)
* Use entitiesJelmer Vernooij2003-07-011-1/+1
| | | | (This used to be commit d2ceb1ada0e8ae4b0154904ab450c3153e679feb)
* Fix some syntax errors and typo'sJelmer Vernooij2003-07-013-1/+5
| | | | (This used to be commit 371c9796bb3d6c0705f2e5af055a713cc9b4a652)
* Adding idmap uid/gid smb.conf man page entries. Marking winbind uid/gid as ↵John Terpstra2003-07-014-5/+40
| | | | | | deprecated. (This used to be commit 8bfaf39680ea1fa2a347fa19052f69d6789ed99d)
* Fix a typoJelmer Vernooij2003-07-011-1/+1
| | | | (This used to be commit aba86db38f2f930d2f7d9d1f9bb70d1eaa3118c0)
* Document "client use spnego"Jelmer Vernooij2003-07-011-0/+16
| | | | (This used to be commit b7b45794c233e37d3b78db19852ef1d44d63288c)
* sync with release branchGerald Carter2003-07-011-11/+62
| | | | (This used to be commit 57f9333668cc56f338d8b2252a6217612b694a9f)
* JMCD's fixes also.John Terpstra2003-07-011-4/+4
| | | | (This used to be commit adc1ca8fccbae8452026b66a473b72f459ac33ff)
* Fix typos, add a little clarification.John Terpstra2003-07-011-6/+7
| | | | (This used to be commit 8a063280cd7d547944f5c61a94a601c09fac53db)
* being a responsible developer for a change. Make sure toGerald Carter2003-07-014-35/+42
| | | | | | | | update the docs wrt to the recent code changes. Can someone regenerate these in the SAMBA_3_0 tree please? Thanks. (This used to be commit ba448e6eb866d70daf5fe629c0f1c8c5afb1d312)
* syncing newer files to SAMBA_3_0Gerald Carter2003-07-012-29/+13
| | | | (This used to be commit 1bd76a320e92b4c9d5de6ffceaf5f6ebac1ad459)
* removing nisplussamGerald Carter2003-07-013-1538/+2
| | | | (This used to be commit f75683995cf0d17df55a70dacd72ab2d6cd17989)
* * fixed volker's wbinfo -a lockup again. This one was my fault.Gerald Carter2003-07-012-61/+63
| | | | | | | | | | It was caused by the winbind_ping() call in is_trusted_domain() o if we are a DC then we check our own direct trust relationships we have to rely on winbindd to update the truatdom_cache o if we are a domain member, then we can update the trustdom_cache ourselves if winbindd is not there (This used to be commit 22dfcafb37f7109dc455f4fb6323a25ba4f097bc)
* initial draft of changesetGerald Carter2003-07-011-31/+123
| | | | (This used to be commit 0988e30ceaa76a165130e2fcb1785f2fac398b28)
* applying fix for group map conversion (patch from Kristyan Osborne)Gerald Carter2003-07-011-1/+1
| | | | (This used to be commit 6237fae9b8407ee04226b984a932150799191d29)
* fix compile problem with nisplussamGerald Carter2003-07-012-13/+20
| | | | (This used to be commit 2f7051e2bcaaa45a7315208fc9b5812e6ed657d9)
* Different fix for memleak just committed. This belongs intoVolker Lendecke2003-07-013-4/+1
| | | | | | | tdb_search_list_free. Volker (This used to be commit 0f3822c8e71426983b960ad49511efa8707159f9)
* Fix two memory leaks. tdb_search_keys allocates space for the keyVolker Lendecke2003-07-012-0/+4
| | | | | | | | | | | strings. Running 'net cache list' or secrets_get_trusted_domains through valgrind gives a *huge* amount of invalid reads of one byte beyond the indicated string length in libc's strncpy. Annoying... Volker (This used to be commit 0f8933ae778064ff58cdc832ce52c843631435bb)
* Fix a segfault found by metze & valgrind...Volker Lendecke2003-07-011-3/+5
| | | | | | | Don't overwrite past the end of a string. Volker (This used to be commit f036368efdcbe576552ea85a78e5e6199a2b2c6d)
* Don't set a mapping that is already there.Volker Lendecke2003-07-011-0/+15
| | | | | Volker (This used to be commit 9d317fb533c5236bef1701d322abd537beea02d5)
* Grr, the order of these arguments mattersAndrew Bartlett2003-07-011-2/+2
| | | | (This used to be commit 6babc35ef9c62a48a56ef63945d09e7e06229666)
* Make smbpasswd use the higher log level for the second run - this shouldAndrew Bartlett2003-07-011-2/+2
| | | | | | | help us debug failures in smbpasswd. Andrew Bartlett (This used to be commit dcdbd530a6c74ecf09a96067c40be5813dd646c8)
* fix typos in log messages and comments.Gerald Carter2003-07-012-3/+3
| | | | (This used to be commit fd24183ec30688f3699e466bd4d908b24918e328)
* * revert change to get_global_sam_name()Gerald Carter2003-07-012-11/+28
| | | | | | * add get_default_sam_name() to be used by make_user_info_map() * add comments describing get_*_sam_name() (This used to be commit 90470366ea4bdb8021a3453c4bbeb29f009668c1)
* * fix the trustdom_cache to work when winbindd is not running.Gerald Carter2003-07-016-39/+250
| | | | | | smbd will update the trustdom_cache periodically after locking the timestamp key (This used to be commit 7bc4b65b91f98271089335cc301146d5f0c76c3a)
* Fixed the latest complaint from jcmd :-). We were storing -1 for theJeremy Allison2003-07-011-6/+10
| | | | | | | | CREATOR_OWNER/CREATOR_GROUP uid/gid entries in the SAMBA_PAI attribute. Creator Owner and Creator group now show up as inherited correctly (I think :-). Jim please test. Jeremy. (This used to be commit dbbd8dd15582f95fb9c160c6c42ce9f0971ac4b7)
* Merge of Volkers patch to make the logic clearer (with my mod).Jeremy Allison2003-06-302-45/+45
| | | | | Jeremy. (This used to be commit 1714eb6bef627ebcfb6db03e58fdd02ea502c6e1)
* Fix missing ret = found by Volker.Jeremy Allison2003-06-301-1/+1
| | | | | Jeremy. (This used to be commit ba112bb3fdb4e81d8f6ab1ccc4a68960f71ccb23)
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-308-306/+167
| | | | | | | | | | | | | | | | | | * is_trusted_domain() is broken without winbind. Still working on this. * get_global_sam_name() should return the workgroup name unless we are a standalone server (verified by volker) * Get_Pwnam() should always fall back to the username (minus domain name) even if it is not our workgroup so that TRUSTEDOMAIN\user can logon if 'user' exists in the local list of accounts (on domain members w/o winbind) Tested using Samba PDC with trusts (running winbindd) and a Samba 3.0 domain member not running winbindd. notes: make_user_info_map() is slightly broken now due to the fact that is_trusted_domain() only works with winbindd. disabled checks temporarily until I can sort this out. (This used to be commit e1d6094d066d4c16ab73075caba40a1ae6c56b1e)
* Valgrind found a bug (subtracting a pointer from a length rather than theJeremy Allison2003-06-301-1/+1
| | | | | | length of what the pointer points to). Jeremy. (This used to be commit 492a96e9922c1ef96b967f2965f8bba1f5bc8f23)
* Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison2003-06-302-27/+125
| | | | | | | not sorting returned ACE's correctly w.r.t. W2K - implemented the correct algorithm. Jeremy. (This used to be commit fa23a4158ec23c0b8dbdc6c53f29958243107dee)
* removing old codeGerald Carter2003-06-301-172/+0
| | | | (This used to be commit 80df684b72f273f9efc0c00646f26d17f1b4bc70)
* * rename samstrict auth method to samGerald Carter2003-06-306-137/+132
| | | | | | | | * rename original sam auth method to sam_ignoredomain * remove samstrict_dc auth method (now covered by 'sam') * fix wbinfo -a '...' and getent passwd bugs when running winbindd on a samba PDC (reported by Volker) (This used to be commit 52166faee793d337e045d64f7cb27ea7ac895f60)
* fix for platforms that don't have unsetenv().Gerald Carter2003-06-302-5/+9
| | | | | | we now have to check the value for _NO_WINBINDD. "1" enables, and != "1" disables (use "0" by convention). (This used to be commit 11eccaef1dc61d80a7db8d0fb4bc5a47d71a4390)
* Add the 'guest' passdb backend automatically ifVolker Lendecke2003-06-303-3/+28
| | | | | | | guest account != "" Volker (This used to be commit 21d330af107f744af9569b5577afc6e7ba6a269c)
* Yet more shadow variable warnings.Tim Potter2003-06-301-3/+3
| | | | (This used to be commit b401e78b6eb7efa2af74a7e645c3b34091041769)
* Fix more shadow variable warnings.Tim Potter2003-06-301-20/+20
| | | | (This used to be commit 10c51bbef83dabd99f129fc7ff0e3fe47c393c67)