summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25598: Add missing become_root/unbecome_root around calls of add_aliases.Michael Adam1-0/+4
This triggered a "cannot access LDAP when not root"-bug with "passdb backend = ldap" and "winbind nested groups = yes". This *might* be a step towards fixing bug #4308, since the failure was observerd when triggered by acl code. Michael (This used to be commit ba8c48244e140403b728d9a2ca297b40e8888964)
2007-10-10r25593: Add missing security_secinfo bits as seen while managing security ↵Günther Deschner3-1/+13
descriptor inheritance with regedit. Guenther (This used to be commit 534ee13596cd4d95b61ae973823b3041bd889216)
2007-10-10r25592: Allow to set sec_info for registry security descriptor queries.Günther Deschner1-8/+16
Guenther (This used to be commit 09e10d1d2936fd8c841de2a3323a1d0a1f6bd815)
2007-10-10r25587: Fix getaddrinfo detection code. From Timur.Jeremy Allison1-1/+9
Jeremy. (This used to be commit 3824a10fbcc3e061d569b0f74501ce97ec0a4414)
2007-10-10r25584: don't run WINBIND tests untill the faked users work with a running ↵Stefan Metzmacher1-0/+1
winbindd metze (This used to be commit a3ce4d7c32de0911ef61b5185edae2d25907875d)
2007-10-10r25583: it makes no sense to run blackbox.kinit against samba3Stefan Metzmacher1-0/+1
metze (This used to be commit a9c6d8fa8b45dadc819b8eb315ca093263f0b0fe)
2007-10-10r25575: Document S-1-5-12 (restriced code sid).Günther Deschner1-1/+7
Guenther (This used to be commit 109b09edef4bcad06c3b850edf7db74419c3ad78)
2007-10-10r25573: Add my (C) as wellSimo Sorce1-0/+1
(This used to be commit a024e27e7136deb87aeed995348a1c494a850ce6)
2007-10-10r25572: Fix warnings (values are always true).Jelmer Vernooij1-6/+3
(This used to be commit 2c77c3c58e75d6a9c08d723976c37d899a53c99a)
2007-10-10r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher5-41/+87
metze (This used to be commit abbb36a37c1dba2218a6c7ec31739eba5f250127)
2007-10-10r25570: move code of the locator child into its own fileStefan Metzmacher3-64/+91
metze (This used to be commit 2dbc168e543b84d05b85bc0a44aa8fc10adc4511)
2007-10-10r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2-12/+12
metze (This used to be commit 953229f040580071f6ee09413f67f7edd3227728)
2007-10-10r25568: move idmap related functions into their own file.Stefan Metzmacher3-741/+779
the final goal is to have 3 child dispatch tables 'domain', 'idmap' and 'locator' instead of one. metze (This used to be commit 97c63f1b95190f3bcc1d9f34765934c97ffb720c)
2007-10-10r25567: make do_async() non staticStefan Metzmacher1-6/+6
metze (This used to be commit badc714d7f82f8d7c21ecfeab137efb57e970210)
2007-10-10r25565: Fix unintended consequence change for IPv6 noticedJeremy Allison1-1/+6
by Volker. We used to return 0.0.0.0 for the text address of an uninitialized socket - ensure we still do so. Once uninitialized address is as good as any other. Jeremy. (This used to be commit 2827bbe0f853d413b6fcb0eb676048c041cea713)
2007-10-10r25564: Pass sharename to delete_share_security()Volker Lendecke3-9/+11
(This used to be commit d100bfffe2a503b8820889faedc6ed57100ca7af)
2007-10-10r25563: Show which local-substitute subtest failsVolker Lendecke1-28/+32
(This used to be commit 2b3392df1024539d326fb0f560ab2b0a29124a06)
2007-10-10r25561: Make use of [un]marshall_sec_descVolker Lendecke3-81/+73
Minor cleanup only (This used to be commit 4dc4364b68b6b68ae0951a84475e2f9ea8cb1f8c)
2007-10-10r25560: Merge from Jelmer. "Define HAVE_* for other gai functions to prevent ↵Jeremy Allison1-0/+2
problems with libroken." Jeremy. (This used to be commit 3cd783e3a51c0f9e514f0702531b40bf9776e61a)
2007-10-10r25557: merge libreplace fixes from samba4Jelmer Vernooij5-44/+46
(This used to be commit 8c1669997c53f0f7bfb9a794083afd01b131f676)
2007-10-10r25538: Revert r25533Volker Lendecke2-5/+29
(This used to be commit 1e02208c43cb27ca4b43d268a7f0324f2a9b2cfd)
2007-10-10r25534: Apply some constVolker Lendecke14-27/+27
Why? It moves these structs from the data into the text segment, so they will never been copy-on-write copied. Not much, but as in German you say "Kleinvieh macht auch Mist...." (This used to be commit 0141e64ad4972232de867137064d0dae62da22ee)
2007-10-10r25533: remove a pstringVolker Lendecke2-29/+5
(This used to be commit 0f2552e20fb66b0b80006a8a7b999ccf6f54c656)
2007-10-10r25528: Only do transactions on registry.tdb if anything changesVolker Lendecke1-4/+48
I got annoyed by the fsync calls clobbering my harddrive when smbd started up for debugging. ... things you do on a plane without internet (This used to be commit e0927a7cbf4b806bcc93ad4af9552bc91292e78b)
2007-10-10r25526: Fix usage output.Günther Deschner1-5/+5
Guenther (This used to be commit 31a0bf7b8cae3322a379dc147be6493441c2f13d)
2007-10-10r25525: Add "net rpc registry getsd <keyname>" to display security descriptors.Günther Deschner1-0/+83
Guenther (This used to be commit 550ae11ad1243c4c2af68345349c96d38a5e1ef8)
2007-10-10r25511: Fix sockaddr_in6 detection.Jeremy Allison1-2/+4
Jeremy. (This used to be commit 9fe14b5a78b0a9a9546fa07d184d0f320fb1a7be)
2007-10-10r25510: Now we're returning the port instead of using a global,Jeremy Allison2-3/+3
remember to use ntohs. Hopefully will fix the build farm. Jeremy. (This used to be commit 5174acccb589edbfbe4ba633f4178f7200d7d6c4)
2007-10-10r25508: Reformatting.Jeremy Allison1-55/+69
Jeremy. (This used to be commit b412ba6fb3e526f5cd83e6cabd952ad7c303c346)
2007-10-10r25507: Fix definition of struct sockaddr_storage ifJeremy Allison2-1/+19
struct sockaddr_in6 is defined. Jeremy. (This used to be commit 4cf17df5caeb2b0220f6a7dd82d5fed5aca56850)
2007-10-10r25505: Add a replacement (IPv4 only) implementation of getaddrinfo/freeaddrinfoJeremy Allison7-18/+721
under the 2 clause *BSD license for future use in IPv6 code. Original code was from PostgreSQL and I've maintained their license even though I've rewritten large parts of it (I probably should donate this back to them). Jeremy. (This used to be commit 760d993340a966269d71acfb7a6b5e4d3776ac5d)
2007-10-10r25503: ignore failing WINBIND testsStefan Metzmacher2-0/+9
we should get the them going without ignoring error... metze (This used to be commit 3d3881a3d1fb5fe56cd41c80c0bfbf7747843b19)
2007-10-10r25502: Fix bug 5006Volker Lendecke1-1/+1
Thanks to Joerg.Bernau at web.de (This used to be commit 492977016fa66ce0e98a5bdd1c0f00eacdf13f0c)
2007-10-10r25499: Fix rpc_file_list_internalsVolker Lendecke1-0/+3
(This used to be commit da5736f2103be2229cc3d4421c68f33b3242fa6d)
2007-10-10r25498: Remove checks that are always true.Jelmer Vernooij1-2/+2
(This used to be commit 2f2bdfa0df758104a9a2fcafe49d6215d8753536)
2007-10-10r25495: Fixup definitions for missing sockaddr_storage.Jeremy Allison1-1/+2
Jeremy. (This used to be commit d980ee5040f2ab9e7408218d13962dd64e2b33b1)
2007-10-10r25494: Sanity check --with-samba4srcdir argument.Jelmer Vernooij1-3/+12
(This used to be commit d05bf1fbeeb5504d3b372b03db1ab5fd535f7b2e)
2007-10-10r25493: Fix typo in Jeremy's thread-safe winbind patch:Jim McDonough1-1/+1
lock->unlock (would have tried to lock a mutex at the end of a function). Cut-n-paste error. (This used to be commit 281c6191547c352a51d73920c7a31d9236b37351)
2007-10-10r25492: Start adding IPv6 compatible code to lib/util_sock.c and deal withJeremy Allison8-364/+519
the ripple effects this causes. utmp has to change etc. Remove some global varables and store address/port in the unexpected db. Jeremy. (This used to be commit 18c6a2211d9e25233d01715b3f78977edcd6d869)
2007-10-10r25487: Try fix the build - fix socklen_t and sa_family_t.Jeremy Allison2-2/+51
Jeremy. (This used to be commit 2cab82563409eca79ac5f518a3dcb8cdbdcded7e)
2007-10-10r25484: Fix srvsrc_NetFileEnum listing only for one userVolker Lendecke1-37/+57
(This used to be commit 9e1f513916d8836914580806580c4f8c38e5f2be)
2007-10-10r25482: Slightly simplify logicVolker Lendecke1-48/+48
Instead of one big if-branch for if (process_exists(..)) return if (!process_exists(..)) (This used to be commit 3acc00132c97b36e026162ae11a23953269dfbed)
2007-10-10r25481: Fix some typos, don't panic as non-root on net getdomainsidVolker Lendecke2-4/+13
Thanks to Karolin Seeger <ks@sernet.de> (This used to be commit 5ae4b2739853e2cd91e839909eb868dbb56be431)
2007-10-10r25480: Fix a segfaultVolker Lendecke1-1/+1
(This used to be commit 7e72a3046d5c318247d1e69b51bcb74e897e3eae)
2007-10-10r25476: Finally fix up new interface detection code :-).Jeremy Allison2-3/+3
Jeremy. (This used to be commit fffdad52859b5a8bc5dd61912d80b93e8c030c8f)
2007-10-10r25475: Fix braindead mistakes I made pointed out by Simo andJeremy Allison1-2/+6
James (how did this compile ? :-). Jeremy. (This used to be commit ae8efc60aa1ddff795d16b1fb1bfe8cc392f49b3)
2007-10-10r25474: Try and fix the build on Mac OS X 10.4.9.Jeremy Allison2-4/+4
Shuffle sa_family_t around. Jeremy. (This used to be commit f1b8c5de0ae96e04e340029f5cd544de9ac57b32)
2007-10-10r25473: Reformatting only. Prepare for new ip functions.Jeremy Allison1-254/+240
Jeremy. (This used to be commit 2a8f3dd55074eeb3d96a1b478981780651bbe88b)
2007-10-10r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison9-72/+255
new standard getifaddrs() and freeifaddrs() interfaces. Currently we only return IPv4 af_families. Needs fixing for binds to IPv6 but this has to be careful work. Jeremy. (This used to be commit 327875182c9219aeba687e10aaea93546d9a70ea)
2007-10-10r25470: use --immediate like in samba4 to get more usefull outputStefan Metzmacher1-3/+3
metze (This used to be commit f5b089370a4a8e23d656276d06febb041729743d)