summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r2133: Several fixes:Gerald Carter2007-10-109-266/+275
| | | | | | | | | | | | | | | | | | | | * BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 and 5.1 patch from Olaf Flebbe <o.flebbe@science-computing.de>. Will need to watch this one in the build farm. * Fix bug found by rwf@loonybin.net where the PRINT_ATTRIBUTE_PUBLISHED was getting reset by attempts to sanitize the defined attributes (PRINTER_ATTRIBUTE_SAMBA) * Resolve name conflict on DEC OSF-5.1 (inspired by patch from Adharsh Praveen <rprav@india.hp.com>) * Work around parsing error in the print change notify code (not that the alignment bug is still there but reording the entries in the array works around it). * remove duplicate declaration of getprintprocdir from rpcclient. (This used to be commit 7474c6a446037f3ca2546cb6984d800bfc524029)
* r2131: Fixup format string. The magic value format specifier was missing, soJim McDonough2007-10-101-1/+1
| | | | | | the logged offset was really the magic value, and the true offset was never displayed. (This used to be commit 30da4e777191c557226d5615cee5a9e28b198a8b)
* r2116: Ensure statcache has large enough tdb memory hash size (1031).Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit dad4d65787df7bd28351cb8f8724d3ae5387ca12)
* r2114: Shameless theft of iconv commit from Samba4 to keep the two libs more ↵Jeremy Allison2007-10-105-39/+69
| | | | | | | | | in sync :-). try to cope with a wider range of UTF-16 characters when we are using an external libiconv library. Jeremy. (This used to be commit 5d04cd6804f6fc3b556e7c3b53fa0d7af39797c1)
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2007-10-104-167/+59
| | | | | | Should be ready for the new directory code now... Jeremy. (This used to be commit c2eff8ef1b65570d2e590f62f026cc18f9142652)
* r2111: Fix memleak with valid names.Jeremy Allison2007-10-101-0/+1
| | | | | Jeremy. (This used to be commit 3f0707132afc66109701766528cb0bd1e1c7cd8c)
* r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid....Volker Lendecke2007-10-101-3/+0
| | | | | | | Thanks to Jonas Olsson for the bug report & fix. Volker (This used to be commit de0eaf7be7d0c3aaf4e17b63653ca68b4332c982)
* r2091: only use sAMAccountName and not userPrincipalName since the breaks ↵Gerald Carter2007-10-101-0/+6
| | | | | | winbindd (lookup_name() only works with the sAMAccountName) -- *please* test this change. My tests all pass but there is probably something I missed (This used to be commit 2bf08aaa37f41681b3154514792bf29a3abfdbfd)
* r2090: fix formatting that was bugging meGerald Carter2007-10-101-36/+18
| | | | (This used to be commit 5d3ba1fac0ccb7024b72fd3a672e14fab062ef0b)
* r2086: fix bug with winbindd_getpwnam() caused by Microsoft DC's not filling ↵Gerald Carter2007-10-103-4/+13
| | | | | | in the username in the user_info3 (This used to be commit 4703a71fa88dff8bdc932f6c9af3a9d25a88938f)
* r2083: Fix memleak on return code path.Jeremy Allison2007-10-101-5/+6
| | | | | Jeremy. (This used to be commit b0af241fd1fc58c1cbaadcbf6832b608923382ff)
* r2082: lp_path should be lp_pathname.Jeremy Allison2007-10-102-2/+3
| | | | | | Paranoia fix on mangle prefix. Jeremy. (This used to be commit cc91bbe20d9cb26e52ad417f279e2d60c85af2dc)
* r2080: Remove last traces of static migration to localhost. Needed to allow aGünther Deschner2007-10-104-24/+31
| | | | | | | | | | local netbios-alias bound to non-loopback interface as a migration target. It's now possible to migrate printers|shares|files from Server A to Server B while running the net-command on client C. Guenther (This used to be commit 0cfd2866dfe5e959ede169a77c39480790300de3)
* r2079: Clear the publish-bit from the attributes-mask when migratingGünther Deschner2007-10-101-0/+6
| | | | | | | printer-settings. publishing-info is not handled yet. Guenther (This used to be commit 1d76adb93c98857ed3460db241847e423c021a99)
* r2077: fix logic bug in the check for creating a user's home directory in ↵Gerald Carter2007-10-102-11/+18
| | | | | | register_vuid(); add a few extra debug lines (This used to be commit 02571e7f5040a577840c969ff9c46a1e533edc21)
* r2076: Removed old dir caching code - not being used now we have theJeremy Allison2007-10-104-127/+3
| | | | | | | statcache anyway. New dir caching will be done on nanosecond timestamps. Jeremy. (This used to be commit ba473a580245430009245a4c8b8dcaf9fc4b6406)
* r2073: Adding getprinter level 7 to rpcclient.Günther Deschner2007-10-103-0/+40
| | | | | | | Is there any other rpc-call to get the guid of a published printer? Guenther (This used to be commit 944ad569c7a88e1d2f14311eed10f80ea9861963)
* r2070: Let's try to overload srnlen and strndup for AIX where they are natly ↵Simo Sorce2007-10-102-2/+4
| | | | | | broken. (This used to be commit 98feb3318f54bb48ce56fc8f4721fec4967b9dd9)
* r2068: Use SMB_ASSERT to track down empty printername (thanks jerry).Günther Deschner2007-10-101-2/+1
| | | | | Guenther (This used to be commit 9d8fdd5f323951d3d9b581e9edbf89b05c897af7)
* r2067: Prevent nameless $LIBDIR/printing/.tdb from beeing created.Günther Deschner2007-10-101-0/+3
| | | | | | | | I've seen these on several sites now without knowing how they could get created. Guenther (This used to be commit 531a23d1d22a9951cce5f657df46bd27840eac3d)
* r2057: Although rarely used, prevent "net lookup kdc" from segfaulting whenGünther Deschner2007-10-102-1/+12
| | | | | | | | | | using our own implementation of krb5_lookup_kdc with heimdal. Also, heimdals krb5_krbhst_next() obviously does not retrieve the struct addrinfo in the krb5_krbhst_info-struct, using krb5_krbhst_get_addrinfo() instead. Guenther (This used to be commit cca660e109cc94b49ac6bf1f2802235d1d4d4383)
* r2032: If you're selecting a hash algorithm for tdb, you need to do it at ↵Jeremy Allison2007-10-104-33/+21
| | | | | | | | open time, it doesn't make sense anywhere else. Jeremy. (This used to be commit d7ea1ea8fb3420ca1ad8d95acdc43313898200ff)
* r2027: Fix for but #1657, used initialized variable, fromJeremy Allison2007-10-101-1/+1
| | | | | | Helmut Heinreichsberger <helmut.heinreichsberger@chello.at>. Jeremy. (This used to be commit 07f7aa6afb0945bb0e108981c4984a6c04c42a53)
* r2026: Simplify statcache to use an in-memory tdb. Modify tdb to useJeremy Allison2007-10-107-493/+100
| | | | | | | a customer hash function for this tdb (yes it does make a difference on benchmarks). Remove the no longer used hash.c code. Jeremy. (This used to be commit 3fbadac85b8cad89b93d295968e99c38c8677575)
* r2023: If there's garbage in the pidfile, we should not panic but assume ↵Volker Lendecke2007-10-101-0/+7
| | | | | | | | | that no one else is around. We can't find the other guy anyway. Volker (This used to be commit bf8773b094d41941478f0164ce33838027fadc09)
* r2022: Add net_copy_fileattr as a separate function to copy just ACLs, attrsGünther Deschner2007-10-101-101/+198
| | | | | | | and timestamps. This makes net_copy_file less complex. Guenther (This used to be commit 43af9e67dd7c0328f214def4b591041e9b69614a)
* r2018: updating syntax for enable-cups checkGerald Carter2007-10-101-1/+1
| | | | (This used to be commit 1acbd40b2651d49811c0afa0f1c3b5eacd3171a0)
* r2016: Add message to ease access-control-debugging.Günther Deschner2007-10-101-0/+1
| | | | | Guenther (This used to be commit bc64bb0d206c54487e372824a14c38a4ba8f3c5a)
* r2015: Reverting fix for #1474.Günther Deschner2007-10-101-8/+4
| | | | | | | | | | Jelmer, we need to find another way to solve this bug. This way, rpcclient is linked to libxml2, libmysqlclient and libpg (with according dependencies in samba-client.rpm's) if one just wants to build the more experimental pdb-modules as well. Guenther (This used to be commit 67bffc5034121cc0069007a7b79ce189ab0d10be)
* r2014: BUG 1656: rename auto.a to auto.smbGerald Carter2007-10-101-5/+1
| | | | (This used to be commit 2f4a699631b9c1cc5198b61ede338426a690d0ee)
* r2013: BUG 1658: little bit of const (patch from : Helmut ↵Gerald Carter2007-10-101-1/+1
| | | | | | Heinreichsberger <helmut.heinreichsberger@chello.at>) (This used to be commit 22cde8f665f7ed52785699a1d58db3271125ab89)
* r2009: compile-fix for #1626 (spotted by Olaf FlebbeGünther Deschner2007-10-101-1/+1
| | | | | | | <o.flebbe@science-computing.de>). Guenther (This used to be commit 2e954709de6d0048fafc653b0d70af05cdb0d3c2)
* r2007: Fix typo in Jeremy's copyright. From the output of cvs annotate a yearTim Potter2007-10-101-1/+1
| | | | | in the late 1990's may be more appropriate though. (This used to be commit 4c881b7a9e40307710ec860375985dc2145f2dd8)
* r2006: Fix bug 1653 discovered by Luke Mewburn. The script code to generate theTim Potter2007-10-101-2/+2
| | | | | svn version number broke out-of-tree builds. (This used to be commit bba8e7956a53067b0d51a12c6abfac24834e4603)
* r2001: Fix bug 1622. Thanks to Qiao Yang for the patch and Sven Thomsen for ↵Volker Lendecke2007-10-101-1/+3
| | | | | | | | | testing it. Volker (This used to be commit 0a3413fbe378bc378aea7ffe9a6af8b65ce49f4a)
* r1980: Re-apply (remember to remove entry from list on delete this time :-).Jeremy Allison2007-10-101-49/+25
| | | | | Jeremy. (This used to be commit 275a0010f487a06b3bc86f82e45d08c821a51b0e)
* r1978: Roll it back until I do it right.... :-).Jeremy Allison2007-10-101-24/+49
| | | | | Jeremy. (This used to be commit f16aa99f8c2f8a31f82e2aedfe3ea6a7276db504)
* r1976: Simplify, use standard dlist interface.Jeremy Allison2007-10-101-49/+24
| | | | | Jeremy. (This used to be commit 776c28133dfa29320608829f15da2f1056454e4c)
* r1974: Just use a simple linked list for this.Jeremy Allison2007-10-101-7/+5
| | | | | Jeremy. (This used to be commit 77bddd40b0a3cb9d2a95b61c098468d3d98e41b0)
* r1971: move counter.Günther Deschner2007-10-101-1/+1
| | | | | Guenther (This used to be commit 74287178d208fd2f5b152314a3b797dcfea698a7)
* r1968: Remove spurious "A" spotted by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison2007-10-101-1/+0
| | | | | Jeremy. (This used to be commit 80f7c3141c0925b858cba4a276b370228777263d)
* r1967: Fix a couple of krb5-DEBUG-messages.Günther Deschner2007-10-102-5/+7
| | | | | Guenther (This used to be commit 86a61c86a49a7e4d67e61201458c9b0229fb0825)
* r1966: further work on and cleanup of the net-migration-tool.Günther Deschner2007-10-105-60/+164
| | | | | | | | It's now possible to migrate files preserving dos-attributes and correct timestamps. Also added some small docu- and syntax-fixes. Guenther (This used to be commit 0e990582a0416933a8671ca660d22e980f828402)
* r1965: add cli_setattrE (inspired by samba4-code). needed for furtherGünther Deschner2007-10-101-0/+41
| | | | | | | migration-work. could someone possibly double-check the byte-count? Guenther (This used to be commit 27302905e88960d774c82eab6207ff6a918b0235)
* r1964: more schema fixes syncing between branchesGerald Carter2007-10-102-4/+39
| | | | (This used to be commit 49fba32217d9a9a186a28805011bdb567ac968de)
* r1962: fixing schema file; synching with trunk; trying to prevent this from ↵Gerald Carter2007-10-102-2/+77
| | | | | | happening again (This used to be commit f1a0fae13fa2e6baf66c4c5a51bef87d442d9ba6)
* r1960: sambaPasswordHistory had a duplicate OIDSimo Sorce2007-10-101-1/+1
| | | | | bump up the attribute number to 52 to avoid conflicts (This used to be commit 9368f0c1d2cb9942293cf2429474a1a100339572)
* r1948: Some fixes for path changesSimo Sorce2007-10-101-1/+2
| | | | (This used to be commit 6cf02ec9e788b624cc4ddc67efe45ffbf4f0c443)
* r1946: update debian stable package treeSimo Sorce2007-10-104-14/+15
| | | | (This used to be commit 7a96ed015ea79512b12195a9086f96d9634303b4)
* r1942: Add missing semicolon.John Terpstra2007-10-101-1/+1
| | | | (This used to be commit a0b80033c997d50562f66686e79a58fc9603217d)