summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added in missing def for AI_ADDRCONFIG.Jeremy Allison2007-10-161-0/+4
| | | | | Jeremy. (This used to be commit 3ef3c3afc3f56b0f4fdb384d55d2e712060fbedf)
* Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison2007-10-163-175/+237
| | | | | | | Make unix_wild_match() talloc, not pstring based. Next will be name resolution code, and client code. Jeremy. (This used to be commit f6a01b82c5a47957659df08ea84e335dfbba1826)
* Fix default domains support using compat syntax.Simo Sorce2007-10-161-14/+29
| | | | | | Without this fix idmap_rid can't be used with the compatible syntax. Includes fix to keep trusted domains working (This used to be commit 8c770c367c71d118651964fef63e2fd0fa4a05a5)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-10-152-1/+8
|\ | | | | | | | | | | v3-2-test (This used to be commit 5c8adce3f368d51a67d74ae168a0f59a20e1d64c)
| * Correctly free memory in regfio pathsAlexander Bokovoy2007-10-152-1/+8
| | | | | | | | (This used to be commit 97f9a90b823887e808cca96eca7a041f121e6111)
* | Move to protocol independent code in most of lib/util_sock.cJeremy Allison2007-10-156-240/+314
| | | | | | | | | | | | | | | | | | | | We don't use gethostbyname any more except in one case where we're looking for host aliases (I don't know how to do that with getaddrinfo yet). New function should be getaddrinfo(). Next step will be fixing lib/access.c, and then changing libsmb/namequery.c to cope with IPv6 address returns. Jeremy. (This used to be commit 4a56b697b6adcf095e25895c4a9ba3192ed34124)
* | Fix warning messages for unused variables.Jeremy Allison2007-10-151-1/+3
|/ | | | | Jeremy. (This used to be commit 406737cd9a34ac498e5823b380e1768d41e16c1b)
* Add WERR_SERVICE_ALREADY_RUNNING.Günther Deschner2007-10-152-0/+2
| | | | | Guenther (This used to be commit 357f00384994946485a5190b6a9c493aeee53cd2)
* rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2007-10-152-2/+3
| | | | | metze (This used to be commit 96820f8d8f6522fc264efda0f069e2f6a420ac2e)
* use "system/*.h" to get the system includesStefan Metzmacher2007-10-151-15/+3
| | | | | metze (This used to be commit d20c2fa274297e9577ed28b8ed04806a425bdc57)
* fix the compilation of getpass.c and it's configure testStefan Metzmacher2007-10-152-13/+2
| | | | | metze (This used to be commit f4c0961a16a84dcdfe6e2faafb75c76983e6d466)
* r16320: Ensure variable is not null before calling fclose. Klocwork #412. ↵Jeremy Allison2007-10-151-1/+1
| | | | | | Jeremy. (This used to be commit 33ee0cfb190a883229d0824d7194898fd8966ceb)
* r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Jeremy Allison2007-10-151-2/+4
| | | | (This used to be commit 46c12de07fe6f44bcf58ca9de276e7932384843d)
* Volker's fix for bug #668. Change the \n after the password prompt to go to ↵jmcd2007-10-151-2/+3
| | | | | | tty instead of stdout. (This used to be commit 0cd1ed0424ce87f60070d43caffda41be6706d59)
* reapply: Allow ^C to interrupt smbpasswd if using our getpass. from JeremyStefan Metzmacher2007-10-151-4/+32
| | | | | metze (This used to be commit d4ae42b1b2982dd786d6da16d7fa964d25fd3356)
* reformat getpass() replacement codeStefan Metzmacher2007-10-151-62/+58
| | | | | metze (This used to be commit 3e8f43e3cf97f10be4717978643ef3edca8650a5)
* missing stuff from samba4's libreplaceStefan Metzmacher2007-10-152-1/+4
| | | | | metze (This used to be commit 0177158d85797e0d22c81d88175a77d4ad5ed711)
* don't imply "system/network.h" within replace.h,metze2007-10-152-4/+18
| | | | | | | | | | as this brings in the socket_wrapper.h in unexpected code and we endup with a missing 'swrap_close' while linking metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25602 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit ec8e3f7f92522c65ec472058321db8a7ac30ec4c)
* Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctoolGünter Kukkukk2007-10-153-10/+10
| | | | | In addition some cleanup has been done to avoid compiler warnings. (This used to be commit 29eb4d0e2d8ce4a0bd2a081265417684c8c69d6d)
* Fix one more place for IFF_LOOPBACKVolker Lendecke2007-10-141-1/+1
| | | | (This used to be commit add1294562b76c38d5e471f280ca1167b4d8a93d)
* Fix get_interfaces detectionVolker Lendecke2007-10-141-0/+8
| | | | | During configure, we don't have config.h around yet, and we need strlcpy now. (This used to be commit 483cf289c884f48df43f2ddce86b05b9c3e84920)
* Merge commit '5e95c548864bc8b075b8343e69a69e1a22c92456' into 3.2-trivialJelmer Vernooij2007-10-145-154/+133
|\ | | | | | | (This used to be commit f8580abbd5a90622187bbd11ab3ebed6e2d541a0)
| * Use strlcpy instead of strncpyVolker Lendecke2007-10-131-12/+8
| | | | | | | | (This used to be commit 5e95c548864bc8b075b8343e69a69e1a22c92456)
| * Fix an uninitialized variable warningVolker Lendecke2007-10-131-2/+2
| | | | | | | | (This used to be commit d0f25bb89a2268c8f789dd362010f8b785489424)
| * Fix a segfault with an unknown interfaceVolker Lendecke2007-10-131-1/+7
| | | | | | | | | | "interfaces = foo" with "foo" not being a known interface segfaulted for me. (This used to be commit 556c33702ce6d6c7cde43ddfe965c78ebc2963d3)
| * Also find loopback interfacesVolker Lendecke2007-10-131-1/+1
| | | | | | | | | | Not sure if a loopback interface is actually a broadcast one. (This used to be commit 76d8dedc368ecb1594780ce58ffee2a35a6f4f73)
| * remove unused print_test.c codeStefan Metzmacher2007-10-132-82/+1
| | | | | | | | | | metze (This used to be commit 9e5ad21e6793981a01f63f2de1c4d496ade0bb54)
| * Dummy formatting commit to check I've set up my home gitJeremy Allison2007-10-121-1/+2
| | | | | | | | | | correctly. (This used to be commit a1166e9e651f4acdcf7926c5d8e9cf0c9108fe71)
| * Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()Jeremy Allison2007-10-121-55/+112
| | | | | | | | | | | | lefto to do then I can fix the lib/access.c functions. Jeremy. (This used to be commit 3403c6c330b886c86d6d856c3ffc13b043fd6fc1)
* | Ignore vim backup files.Jelmer Vernooij2007-10-131-0/+1
| | | | | | | | (This used to be commit 84660aaab02338f22669bdf20af0f98607b6db17)
* | Fix typo.Jelmer Vernooij2007-10-131-1/+1
|/ | | | (This used to be commit 3072b11ac42a7d89252599bdbbf9d8515b034a8d)
* Merge branch 'v3-2-stable' into my_branchJelmer Vernooij2007-10-121-1/+1
|\ | | | | | | (This used to be commit 754671b8be0bf73a9e1fe7ff420a1b7a1cd501b7)
| * Fix valgrind window title.Jelmer Vernooij2007-10-121-1/+1
| | | | | | | | (This used to be commit 4ac867f5588e902358eba7bcb4dbfd431181943d)
* | cleanup and extent .gitignoreStefan Metzmacher2007-10-121-3/+5
| | | | | | | | | | metze (This used to be commit 9475993dae06fa023f2eb63d04d5f7b07b0b4d93)
* | Revert "Remove superfluous quotation marks around samba version"Michael Adam2007-10-121-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 016795c550ee0b78fa46c508703fb5e1e40d8f36. These quotation marks are not superfluous at all... sorry! Michael (This used to be commit 3a1b0965229facdeab8ddc68e72bd4c5bbec70ac)
* | Remove superfluous quotation marks around samba versionMichael Adam2007-10-121-1/+1
| | | | | | | | | | | | | | vendor suffix. Michael (This used to be commit 016795c550ee0b78fa46c508703fb5e1e40d8f36)
* | Add become_root/unbecome_root around one call of getsampwsid()Michael Adam2007-10-121-1/+6
| | | | | | | | | | | | | | | | | | | | in create_token_from_username(). This caused set_nt_acl to partially fail in certain circumstances. This is expected to bring an improvement to bug #4308. Michael (This used to be commit e68671b59500d7e1b645c80ee264c49893f8df84)
* | Fix the build WITH_DNS_UPDATES.Günther Deschner2007-10-121-2/+8
| | | | | | | | | | | | | | Jeremy, please have a look. Guenther (This used to be commit 4dfda879a3ad44be7008702b9fbefe3858436118)
* | offsetof() is always present as shown in someStefan Metzmacher2007-10-121-4/+0
| | | | | | | | | | | | | | libreplace testing. metze (This used to be commit 4f084efd6ac39a8347d5cfc73b727940e40150cf)
* | Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison2007-10-111-2/+5
| | | | | | | | | | | | | | seems to return bogus values for the interface entries on vmnet and tun interfaces. Jeremy. (This used to be commit 12c0b1d82802ccd1b272a8b47ddb7d258e10477c)
* | Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-116-22/+24
| | | | | | | | | | | | calls. Use the IPv6 varient for get_peer_addr(). Jeremy. (This used to be commit baf1f52e34ae2465a7a34be1065da29ed97e7bea)
* | Remove bogus commentVolker Lendecke2007-10-111-5/+0
| | | | | | | | (This used to be commit 142b80bf1542f212dff66a3661c13f3f6845067f)
* | Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner2007-10-1153-753/+1411
|\ \ | | | | | | | | | (This used to be commit fbe5edec375c99421d19af086c4f597e70c963b8)
| * | prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher2007-10-113-81/+32
| | | | | | | | | | | | | | | metze (This used to be commit 1bf4c7fb2012a81e0b4e3d601a4df42d1113f5ef)
| * | SAMBA_VERSION_VENDOR_SUFFIX doesn't need an extra '-'Stefan Metzmacher2007-10-111-1/+1
| | | | | | | | | | | | | | | metze (This used to be commit b03b4489c27ed0bfd6fd13d4e6d76206e470dcc4)
| * | Added missing is_ipaddress is_ipaddress_v4 not in initialJeremy Allison2007-10-101-1/+1
| | | | | | | | | | | | | | | | | | port from old svn code. Jeremy. (This used to be commit 169c5857b7e7922fe3fffef997ced0e014e925a8)
| * | Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-1046-662/+1363
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IPv6 in winbindd, but moves most of the socket functions that were wrongly in lib/util.c into lib/util_sock.c and provides generic IPv4/6 independent versions of most things. Still lots of work to do, but now I can see how I'll fix the access check code. Nasty part that remains is the name resolution code which is used to returning arrays of in_addr structs. Jeremy. (This used to be commit 3f6bd0e1ec5cc6670f3d08f76fc2cd94c9cd1a08)
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-10-101-2/+39
| |\ \ | | | | | | | | | | | | | | | | | | | | SAMBA_3_2_0 (This used to be commit 3f1ac564c0ab6d498a47da84b4b5744d8d376f3b)
| | * \ Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner2007-10-111-2/+2
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit 52ca48f1881fc7b6ac9d1252468bb20eee174407)
| * | | | Merge from metze of libreplace header changesJeremy Allison2007-10-102-6/+12
| | |/ / | |/| | | | | | | | | | (This used to be commit d39ce8e37ed81f4a34a148f975874989d8d187a1)