summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* Tiny simplificationsVolker Lendecke2007-12-108-21/+22
| | | | | | | locking.c:open_read_only was unused don't export the silly boolean flag locking_init(bool read_only) (This used to be commit 2f3c865707010bc7c463a02782dbee3dc2479da1)
* Remove a staticVolker Lendecke2007-12-101-11/+9
| | | | (This used to be commit 1f317f471af72f8bbc6c9fdd3e79a27c59e6fb6e)
* Remove two staticsVolker Lendecke2007-12-101-39/+17
| | | | (This used to be commit 8ee502e1e59960fd8db037f0adf1171b2a18cec5)
* remove a staticVolker Lendecke2007-12-101-12/+18
| | | | (This used to be commit 0006b14d38b80562458b37f616c9b68a3168fe64)
* Many systems don't have sa_len as part of struct sockaddr.Jeremy Allison2007-12-091-1/+1
| | | | | | | Revert 5c347cb46d85d04bbba7c99dca7ff9628f977d84 "Choose a better default for sockaddr length.". Jeremy. (This used to be commit 677ac6adc38b0747f825ee597e0502277a8f74b1)
* Support fetching very long server lists with RAP_NetServerEnum3.James Peach2007-12-091-42/+125
| | | | | | | | Use the RAP_NetServerEnum3 server list continuation API for retrieving server lists that are too long to fit in a single reply. Patch from George Colley <gcolley@apple.com>. (This used to be commit 40c26d55736ae08934e18c27168fff10dd15442f)
* Choose a better default for sockaddr length.James Peach2007-12-091-1/+1
| | | | (This used to be commit 5c347cb46d85d04bbba7c99dca7ff9628f977d84)
* Specifically ask for IP4 addresses if we don't have IP6 support.James Peach2007-12-091-0/+5
| | | | (This used to be commit 4786654992e3cb2280b77406f9217fcec981602c)
* Make sure NULL is defined to the IPv6 test doesn't spuriously fail.James Peach2007-12-091-0/+1
| | | | (This used to be commit 87c302e250aacc4d5d6a3cce3f134dd13fa457bf)