Jeremy Allison
335c35318a
r16245: Cope with string being zero len. Klocwork bug #410 . Jeremy.
...
(This used to be commit 46c12de07f
)
2007-10-15 13:20:40 +02:00
jmcd
3c258755b5
Volker's fix for bug #668 . Change the \n after the password prompt to go to tty instead of stdout.
...
(This used to be commit 0cd1ed0424
)
2007-10-15 13:20:40 +02:00
Stefan Metzmacher
65f16c7fed
reapply: Allow ^C to interrupt smbpasswd if using our getpass. from Jeremy
...
metze
(This used to be commit d4ae42b1b2
)
2007-10-15 13:20:40 +02:00
Stefan Metzmacher
7fedf44eff
reformat getpass() replacement code
...
metze
(This used to be commit 3e8f43e3cf
)
2007-10-15 13:20:39 +02:00
Stefan Metzmacher
2ecbed36b2
missing stuff from samba4's libreplace
...
metze
(This used to be commit 0177158d85
)
2007-10-15 13:19:28 +02:00
metze
804396dce9
don't imply "system/network.h" within replace.h,
...
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 ec8e3f7f92
)
2007-10-15 13:19:28 +02:00
Günter Kukkukk
d3a7f49c6f
Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctool
...
In addition some cleanup has been done to avoid compiler warnings.
(This used to be commit 29eb4d0e2d
)
2007-10-15 12:31:21 +02:00
Volker Lendecke
c9165b99e9
Fix one more place for IFF_LOOPBACK
...
(This used to be commit add1294562
)
2007-10-14 19:00:49 +02:00
Volker Lendecke
5b53d34626
Fix get_interfaces detection
...
During configure, we don't have config.h around yet, and we need strlcpy now.
(This used to be commit 483cf289c8
)
2007-10-14 13:45:02 +02:00
Jelmer Vernooij
466925b007
Merge commit '5e95c548864bc8b075b8343e69a69e1a22c92456' into 3.2-trivial
...
(This used to be commit f8580abbd5
)
2007-10-14 00:56:27 +02:00
Jelmer Vernooij
f25df89780
Ignore vim backup files.
...
(This used to be commit 84660aaab0
)
2007-10-13 23:39:46 +02:00
Jelmer Vernooij
823872f9fb
Fix typo.
...
(This used to be commit 3072b11ac4
)
2007-10-13 23:36:16 +02:00
Volker Lendecke
478ad87cb3
Use strlcpy instead of strncpy
...
(This used to be commit 5e95c54886
)
2007-10-13 21:44:58 +02:00
Volker Lendecke
70b416a174
Fix an uninitialized variable warning
...
(This used to be commit d0f25bb89a
)
2007-10-13 21:44:58 +02:00
Volker Lendecke
3d89bad41f
Fix a segfault with an unknown interface
...
"interfaces = foo" with "foo" not being a known interface segfaulted for me.
(This used to be commit 556c33702c
)
2007-10-13 21:44:58 +02:00
Volker Lendecke
e8b83d79b1
Also find loopback interfaces
...
Not sure if a loopback interface is actually a broadcast one.
(This used to be commit 76d8dedc36
)
2007-10-13 21:44:58 +02:00
Stefan Metzmacher
0bb74d2f8c
remove unused print_test.c code
...
metze
(This used to be commit 9e5ad21e67
)
2007-10-13 15:09:24 +02:00
Jeremy Allison
6c8225445b
Dummy formatting commit to check I've set up my home git
...
correctly.
(This used to be commit a1166e9e65
)
2007-10-12 21:50:41 -07:00
Jeremy Allison
e9cf3a8ca2
Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()
...
lefto to do then I can fix the lib/access.c functions.
Jeremy.
(This used to be commit 3403c6c330
)
2007-10-12 13:38:04 -07:00
Jelmer Vernooij
98075c5542
Merge branch 'v3-2-stable' into my_branch
...
(This used to be commit 754671b8be
)
2007-10-12 19:41:01 +02:00
Jelmer Vernooij
20d1141ed8
Fix valgrind window title.
...
(This used to be commit 4ac867f558
)
2007-10-12 18:42:45 +02:00
Stefan Metzmacher
2e21f1e30e
cleanup and extent .gitignore
...
metze
(This used to be commit 9475993dae
)
2007-10-12 16:46:24 +02:00
Michael Adam
d93f851ec1
Revert "Remove superfluous quotation marks around samba version"
...
This reverts commit 016795c550
.
These quotation marks are not superfluous at all... sorry!
Michael
(This used to be commit 3a1b096522
)
2007-10-12 16:15:28 +02:00
Michael Adam
876ae0a830
Remove superfluous quotation marks around samba version
...
vendor suffix.
Michael
(This used to be commit 016795c550
)
2007-10-12 14:39:35 +02:00
Michael Adam
ea33a1c22f
Add become_root/unbecome_root around one call of getsampwsid()
...
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 e68671b595
)
2007-10-12 13:20:07 +02:00
Günther Deschner
862a7e6cb1
Fix the build WITH_DNS_UPDATES.
...
Jeremy, please have a look.
Guenther
(This used to be commit 4dfda879a3
)
2007-10-12 11:37:03 +02:00
Stefan Metzmacher
9d29664b33
offsetof() is always present as shown in some
...
libreplace testing.
metze
(This used to be commit 4f084efd6a
)
2007-10-12 10:06:27 +02:00
Jeremy Allison
f4fd12acc8
Try and fix segfault found by Guenther on Fedora. Fedora
...
seems to return bogus values for the interface entries on
vmnet and tun interfaces.
Jeremy.
(This used to be commit 12c0b1d828
)
2007-10-11 18:03:12 -07:00
Jeremy Allison
cb5436bcc3
Add const to the get_peer_addr() and get_socket_addr()
...
calls. Use the IPv6 varient for get_peer_addr().
Jeremy.
(This used to be commit baf1f52e34
)
2007-10-11 15:36:13 -07:00
Volker Lendecke
58a0a60bd1
Remove bogus comment
...
(This used to be commit 142b80bf15
)
2007-10-11 15:36:32 +02:00
Guenther Deschner
89d33395e3
Merge commit 'origin/v3-2-test' into my_branch
...
(This used to be commit fbe5edec37
)
2007-10-11 15:18:50 +02:00
Guenther Deschner
6b441e9e74
Rename krb5 locator plugin to "winbind_krb5_locator".
...
Guenther
(This used to be commit 6ae4066bbb
)
2007-10-11 15:12:12 +02:00
Stefan Metzmacher
edfcfefa37
prepare the mkversion.sh infrastructure for git branches in the build-farm
...
metze
(This used to be commit 1bf4c7fb20
)
2007-10-11 12:27:38 +02:00
Stefan Metzmacher
ad8aacfbf1
SAMBA_VERSION_VENDOR_SUFFIX doesn't need an extra '-'
...
metze
(This used to be commit b03b4489c2
)
2007-10-11 10:53:55 +02:00
Jeremy Allison
1a2d1628f7
Added missing is_ipaddress is_ipaddress_v4 not in initial
...
port from old svn code.
Jeremy.
(This used to be commit 169c5857b7
)
2007-10-10 18:47:41 -07:00
Jeremy Allison
8e54530b52
Add start of IPv6 implementation. Currently most of this is avoiding
...
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 3f6bd0e1ec
)
2007-10-10 18:25:16 -07:00
Jeremy Allison
0ec55a2462
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA_3_2_0
...
(This used to be commit 3f1ac564c0
)
2007-10-10 17:56:55 -07:00
Jeremy Allison
81a70d4ac5
Merge from metze of libreplace header changes
...
(This used to be commit d39ce8e37e
)
2007-10-10 17:56:19 -07:00
Guenther Deschner
e1222ec7ea
Merge commit 'origin/v3-2-test' into my_branch
...
(This used to be commit 52ca48f188
)
2007-10-11 02:43:29 +02:00
Guenther Deschner
31152a4981
Merge commit 'origin/v3-2-test' into my_branch
...
(This used to be commit 83fe2b4261
)
2007-10-11 02:33:07 +02:00
Jeremy Allison
d588123885
Merge branch 'v3-2-test' of git://git.samba.org/samba into SAMBA_3_2
...
(This used to be commit e00ea359d6
)
2007-10-10 17:28:21 -07:00
Guenther Deschner
f28dc0280d
Display ace_objects in security descriptors.
...
Guenther
(This used to be commit 5fa3fc81b7
)
2007-10-11 02:25:44 +02:00
Jeremy Allison
39d30c5499
Fix valgrind-found memory overwrite.
...
(This used to be commit 183df4754b
)
2007-10-10 17:24:44 -07:00
Gerald (Jerry) Carter
eb7a53a556
Adding a draft section for 3.2.0pre2
...
Add the header and "commits since 3.2.0pre1" sections in preparation
for another preview release althought we might decide to go stright
to RC from here.
(This used to be commit be916777da
)
2007-10-10 19:21:52 -05:00
Gerald (Jerry) Carter
ba4bb7429c
Copy release notes from 3.2.0pre1
...
(This used to be commit 631464e265
)
2007-10-10 19:16:57 -05:00
Gerald (Jerry) Carter
a839f84e1c
Set -test in the vendor version
...
(This used to be commit 1e048ef75e
)
2007-10-10 19:16:45 -05:00
Gerald (Jerry) Carter
e5a951325a
[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.
...
(This used to be commit 5c6c8e1fe9
)
2007-10-10 15:34:30 -05:00
Michael Adam
57482469b3
r25598: Add missing become_root/unbecome_root around calls of add_aliases.
...
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 ba8c48244e
)
2007-10-10 12:31:17 -05:00
Günther Deschner
07cbec10b1
r25593: Add missing security_secinfo bits as seen while managing security descriptor
...
inheritance with regedit.
Guenther
(This used to be commit 534ee13596
)
2007-10-10 12:31:16 -05:00
Günther Deschner
5de28a07cc
r25592: Allow to set sec_info for registry security descriptor queries.
...
Guenther
(This used to be commit 09e10d1d29
)
2007-10-10 12:31:16 -05:00