summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a portable version of strlcpy and strlcat and convertJeremy Allison2007-12-121-36/+70
| | | | | | | all strncpy/strcat calls to them. Convert all sprintf calls to snprintf. Safety first ! Jeremy. (This used to be commit eff2b368e891d523de38b43ced95798b74ae101e)
* Fix bug #4784. Patch from Steve Langasek <vorlon@debian.org>.Jeremy Allison2007-12-121-1/+1
| | | | | Jeremy. (This used to be commit 4f503ea8912eb787209c8df364bfdb161dbb212c)
* Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison2007-12-121-1/+1
| | | | | | Hopefully this should fix the buildfarm. Jeremy. (This used to be commit 087489b7f2a8cd5868b54dbed3f3eed5d0709ba7)
* Only add the non-root escape on !developer.Jeremy Allison2007-12-121-1/+1
| | | | | Jeremy. (This used to be commit a50c2d159c754c6ff88649ed859f2b3f9c24f6a1)
* Fix the buildfarm until I figure out how to allowJeremy Allison2007-12-121-0/+2
| | | | | | smbpasswd -L for non-root on the buildfarm only. Jeremy. (This used to be commit 1bb5ce824f800d967e2a92e946dd6ce7c4580b93)
* Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison2007-12-124-1/+21
| | | | | Jeremy. (This used to be commit 0723760ba47a465d2ff5a22a680f1b5196eca7d8)
* Make heimdal and MIT happy when iterating through auth data.Günther Deschner2007-12-121-3/+3
| | | | | Guenther (This used to be commit 507247dcbf0ef02825a6c5c5f313813714df2d99)
* Vista SP1-rc1 appears to break against Samba-3.0.27aGuenther Deschner2007-12-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Jason, Jason Haar wrote: > Patched 3.0.28, compiled, installed and here's the log file. > > Hope it helps. BTW I don't think it matters, but this is on 32bit > CentOS4.5 systems. yes, it helps. Thanks for that. Very interesting, there are two auth data structures where the first one is a PAC and the second something unknown (yet). Can you please try the attached fix ? It should make it work again. Guenther - -- Günther Deschner GPG-ID: 8EE11688 Red Hat gdeschner@redhat.com Samba Team gd@samba.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFHX9ZESOk3aI7hFogRAivSAJ9bMcD+PcsIzjYYLtAUoLNfVVEl1QCfV/Qd MPsZW4G31VOVu64SPjgnJiI= =Co+H -----END PGP SIGNATURE----- (This used to be commit c9adc07ca2a3bb1e0ea98e3b4f68e1a87e5c0196)
* Fix logic and prevent segfaults in secrets trustdom tdb pack code.Michael Adam2007-12-121-14/+14
| | | | | | | | | New size calculation logic in tdb_trusted_dom_pass_pack() and tdb_sid_pack() used accumulated sizes as successive offsets to buffer pointer. Michael (This used to be commit 9c24713b402978e74dc8691be5cab71d8666eb41)
* Fix secrets_store_trusted_domain_password() after pstring removal.Michael Adam2007-12-121-1/+1
| | | | | | | Jeremy, this small "&" sign has given me a headache... :-) Michael (This used to be commit 7590b12a994cc3c5f299ce7f3299c76adad1c599)
* Allow cliconnect to loop through multiple ip addressesJeremy Allison2007-12-122-23/+130
| | | | | | | | for a server. We should have been doing this for a while, but it's more critical with IPv6. Original patch fixed up by James. Jeremy. (This used to be commit 5c7f7629a97ef0929e00e52f1fae4386c984000b)
* Don't restart winbind if a corrupted tdb is found during initialization.Andreas Schneider2007-12-122-17/+10
| | | | | | The tdb is validated before it gets initialized. Since then sighandlers changed a restart isn't needed anymore. (This used to be commit aabe9b33fcaed8af98b1ed6b736253e196d87d48)
* winbindd: remove unused WINBINDD_DUMP_MAPS supportStefan Metzmacher2007-12-126-178/+0
| | | | | | | | | Also the design of this function was really bad, instead do the dump into a file, the client should get back the list of mappings. metze (This used to be commit ce7fe8acf41e90553431c7cda6823700701835c7)
* winbindd: remove unused WINBINDD_DUAL_NAME2*ID and WINBINDD_DUAL_*ID2NAME callsStefan Metzmacher2007-12-122-260/+0
| | | | | | | | | | WINBINDD_DUAL_UID2NAME WINBINDD_DUAL_NAME2UID WINBINDD_DUAL_GID2NAME WINBINDD_DUAL_NAME2GID metze (This used to be commit fd4499ee438e4947990200db529363d51bd2c956)
* Add lp_include_registry_globals().Günther Deschner2007-12-121-0/+5
| | | | | Guenther (This used to be commit d30b945e99390761e405492e40c90e84da4fe482)
* Some cleanups for "net dom join".Günther Deschner2007-12-121-4/+9
| | | | | Guenther (This used to be commit 3f426f394f3b1454c52d92331c14f41dd1474516)
* Add split_domain_user() (not to mix with winbind variants).Günther Deschner2007-12-121-0/+24
| | | | | Guenther (This used to be commit bd5308e5f63e4f692761557d0ecdee7226b66a15)
* Make decode_wkssvc_join_password_buffer() return WERRORs.Günther Deschner2007-12-121-5/+14
| | | | | Guenther (This used to be commit 88e9da2f14b41a62bdb478f9ffc2de66643bbf14)
* Fix warning message about data type always true.Jeremy Allison2007-12-111-2/+2
| | | | | Jeremy. (This used to be commit 0a3be0aad7220eb97fe39460e20f36c8ae9ce474)
* Add patches for bug #4866 from jiri sasek - Sun Microsystems - Prague Czech ↵Jeremy Allison2007-12-113-1/+15
| | | | | | | | Republic <Jiri.Sasek@Sun.COM> - slightly modified - Jiri please check ! to allow Solaris to get passwords > 8 chars. Jeremy. (This used to be commit 657bf8c3479d6192f269e3daef1517e77a9fa9cb)
* winbindd: pass const char *logfile to winbindd_dump_maps_async()Stefan Metzmacher2007-12-112-7/+15
| | | | | metze (This used to be commit a52237e3a10aa4ac15cd9e7b859a54c46bfa9cdf)
* Convert the posix_pending_close_db to dbwrap_rbtVolker Lendecke2007-12-111-126/+130
| | | | (This used to be commit 841f4ccbfb5f79ac4f447342e9dd6ef73cacbc65)
* separate out create_file_unixpath()Volker Lendecke2007-12-111-171/+242
| | | | (This used to be commit deaacf971e0fbffd0e5fe24f225ebf645a77e133)
* Move more stuff out of the wayVolker Lendecke2007-12-111-7/+7
| | | | (This used to be commit ae422fce01cd7520d6dd72e08719a5cd003cb640)
* Move INTERNAL_OPEN_ONLY calculation out of the wayVolker Lendecke2007-12-111-4/+4
| | | | (This used to be commit 0e96549b56e288c596ed8772197f97ffa5ade300)
* When building nsswitch, make sure to also build smbcontrol.Günther Deschner2007-12-111-1/+2
| | | | | Guenther (This used to be commit 3954313d4e3d3a782f0ba41afa5d81b7cc5adac9)
* Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner2007-12-113-8/+8
| | | | | Guenther (This used to be commit cfc6e7a2e657ee55364b739d9fe0093e4f7c8b27)
* winbindd: rename child table struct elementsStefan Metzmacher2007-12-114-57/+150
| | | | | | | | Add struct_ prefix to struct based protocol specific elemetens struct winbindd_child_dispatch_table. metze (This used to be commit 4ab9a8aab72a8406659a72e87b2d2a1ec2a2eabf)
* idmap: add a const to idmap_dump_maps()Stefan Metzmacher2007-12-111-1/+1
| | | | | metze (This used to be commit de31913f0a4fd407d935ec4e27a6123ab7847ab5)
* vlp: Build vlp (virtual line printer) against current git on makeKai Blin2007-12-111-1/+15
| | | | | everything. (This used to be commit 212ab58a3a7f03bb97c6ad3430e2776f9faba7c9)
* Don't need an fstring here, we can talloc.Jeremy Allison2007-12-102-10/+9
| | | | | Jeremy. (This used to be commit 3f6cc826378729c9157ea68e7cf5c7b584bbb585)
* Ensure we have a non-null flags. Pointed out by Andreas Schneider ↵Jeremy Allison2007-12-101-0/+7
| | | | | | | <anschneider@suse.de>. Jeremy. (This used to be commit cafde6c37259de587d3775a2d229abd253d2376d)
* Fix errors from next_token conversion. Spotted byJeremy Allison2007-12-101-9/+5
| | | | | | Andreas Schneider <anschneider@suse.de>. Jeremy. (This used to be commit b40efc2fe63a3420b62fbf1ea8936112c5a24bdc)
* Fix bug leftover from pstring conversion noticed by ceezJeremy Allison2007-12-101-3/+1
| | | | | | on irc. Jeremy. (This used to be commit 70950b419a57465c38bb36722644b95b1d14f76d)
* Remove two completely unnecessary globalsVolker Lendecke2007-12-101-61/+51
| | | | | | | Can someone look over this? To me it looks as if bufr was only made static to save a malloc during an included smb.conf file. I think that's pretty much pointless. (This used to be commit 068e8de72ceb49ef2e02cca1913b6d2197bab5e0)
* Fix return values for invalid printers. Found by kblinJeremy Allison2007-12-101-5/+14
| | | | | | spoolss test. Jeremy. (This used to be commit bb8c044d425cf62b76e487103c8fb0b6cd4c83c2)
* Forgot build options was generated... fix.Jeremy Allison2007-12-101-12/+12
| | | | | Jeremy. (This used to be commit d78e081043124bbd80cf56d4a991ddf24ff46ef6)
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-1055-149/+406
| | | | | | | them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. (This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05)
* use dbwrap_rbt in loadparm.cVolker Lendecke2007-12-101-4/+2
| | | | (This used to be commit e81629339589e2e7f464b3dca55730ff2d0877e4)
* Convert ServiceHash to dbwrapVolker Lendecke2007-12-101-26/+47
| | | | (This used to be commit 66bd6837b593a7127bd5098afc990d3fb7a5a35a)
* dbwrap_rbtVolker Lendecke2007-12-103-2/+388
| | | | | | | This is meant as a replacement for the internal tdb. To me it seems a bit silly that for in-memory structures we do our own memory management. With this rbt based approach we can make use of the system-supplied malloc. (This used to be commit 54e5d4404619443caed32e2acff8921cdbff9ed1)
* Make the Linux rbtrees compile within SambaVolker Lendecke2007-12-103-59/+55
| | | | (This used to be commit c871fd802f3c0c5ef1f63b2d01a636c885f22b23)
* Add rbtree.[ch] from the Linux kernelVolker Lendecke2007-12-102-0/+558
| | | | | These are copies taken from 94545baded0bfbabdc30a3a4cb48b3db479dd6ef from Linus' kernel tree (This used to be commit 8a3289f913fc0432211b0e9937da1d71d4e18893)
* Add db_tdb_fetchVolker Lendecke2007-12-101-0/+27
| | | | (This used to be commit efa8764c21edfbd09f535900ba37359d72903bf8)
* Add dbwrap bystring service routinesVolker Lendecke2007-12-102-0/+47
| | | | (This used to be commit 1e214b536b0628db299d701839e62a4ac52727c9)
* Correctly unbecome_root() on errorVolker Lendecke2007-12-101-0/+2
| | | | (This used to be commit aec5f1512660953168a2c55b2890cd6c076b8a92)
* Simplify add_session_userVolker Lendecke2007-12-101-33/+25
| | | | (This used to be commit f98082ccf048a2de6fea8d922264879305b3d2c8)
* Increase debug levelVolker Lendecke2007-12-101-1/+1
| | | | (This used to be commit 4e6df5547167fc235971498cb296a5f74dec8b8b)
* Move stuff from data to textVolker Lendecke2007-12-101-2/+2
| | | | (This used to be commit 49f06a2fa70e469bcb5fe17852af011dac32994b)
* int->boolVolker Lendecke2007-12-101-2/+2
| | | | (This used to be commit 874258195278bc8c6bb3011c153c5d646fff9e75)