index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-16
Improve IPv4 detection.
Jeremy Allison
1
-1
/
+1
2007-10-16
Move #defined for getaddrinfo into network.h (as other
Jeremy Allison
2
-84
/
+91
2007-10-16
Added in missing def for AI_ADDRCONFIG.
Jeremy Allison
1
-0
/
+4
2007-10-16
Fix access control code to be IPv6/v4 protocol independent.
Jeremy Allison
3
-175
/
+237
2007-10-16
Fix default domains support using compat syntax.
Simo Sorce
1
-14
/
+29
2007-10-15
Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...
Jeremy Allison
2
-1
/
+8
2007-10-15
Move to protocol independent code in most of lib/util_sock.c
Jeremy Allison
6
-240
/
+314
2007-10-15
Fix warning messages for unused variables.
Jeremy Allison
1
-1
/
+3
2007-10-15
Correctly free memory in regfio paths
Alexander Bokovoy
2
-1
/
+8
2007-10-15
Add WERR_SERVICE_ALREADY_RUNNING.
Günther Deschner
2
-0
/
+2
2007-10-15
rename getsmbpass -> rep_getpass and provide the function prototype
Stefan Metzmacher
2
-2
/
+3
2007-10-15
use "system/*.h" to get the system includes
Stefan Metzmacher
1
-15
/
+3
2007-10-15
fix the compilation of getpass.c and it's configure test
Stefan Metzmacher
2
-13
/
+2
2007-10-15
r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...
Jeremy Allison
1
-1
/
+1
2007-10-15
r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.
Jeremy Allison
1
-2
/
+4
2007-10-15
Volker's fix for bug #668. Change the \n after the password prompt to go to t...
jmcd
1
-2
/
+3
2007-10-15
reapply: Allow ^C to interrupt smbpasswd if using our getpass. from Jeremy
Stefan Metzmacher
1
-4
/
+32
2007-10-15
reformat getpass() replacement code
Stefan Metzmacher
1
-62
/
+58
2007-10-15
missing stuff from samba4's libreplace
Stefan Metzmacher
2
-1
/
+4
2007-10-15
don't imply "system/network.h" within replace.h,
metze
2
-4
/
+18
2007-10-15
Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctool
Günter Kukkukk
3
-10
/
+10
2007-10-14
Fix one more place for IFF_LOOPBACK
Volker Lendecke
1
-1
/
+1
2007-10-14
Fix get_interfaces detection
Volker Lendecke
1
-0
/
+8
2007-10-14
Merge commit '5e95c548864bc8b075b8343e69a69e1a22c92456' into 3.2-trivial
Jelmer Vernooij
5
-154
/
+133
2007-10-13
Ignore vim backup files.
Jelmer Vernooij
1
-0
/
+1
2007-10-13
Fix typo.
Jelmer Vernooij
1
-1
/
+1
2007-10-13
Use strlcpy instead of strncpy
Volker Lendecke
1
-12
/
+8
2007-10-13
Fix an uninitialized variable warning
Volker Lendecke
1
-2
/
+2
2007-10-13
Fix a segfault with an unknown interface
Volker Lendecke
1
-1
/
+7
2007-10-13
Also find loopback interfaces
Volker Lendecke
1
-1
/
+1
2007-10-13
remove unused print_test.c code
Stefan Metzmacher
2
-82
/
+1
2007-10-12
Dummy formatting commit to check I've set up my home git
Jeremy Allison
1
-1
/
+2
2007-10-12
Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()
Jeremy Allison
1
-55
/
+112
2007-10-12
Merge branch 'v3-2-stable' into my_branch
Jelmer Vernooij
1
-1
/
+1
2007-10-12
Fix valgrind window title.
Jelmer Vernooij
1
-1
/
+1
2007-10-12
cleanup and extent .gitignore
Stefan Metzmacher
1
-3
/
+5
2007-10-12
Revert "Remove superfluous quotation marks around samba version"
Michael Adam
1
-1
/
+1
2007-10-12
Remove superfluous quotation marks around samba version
Michael Adam
1
-1
/
+1
2007-10-12
Add become_root/unbecome_root around one call of getsampwsid()
Michael Adam
1
-1
/
+6
2007-10-12
Fix the build WITH_DNS_UPDATES.
Günther Deschner
1
-2
/
+8
2007-10-12
offsetof() is always present as shown in some
Stefan Metzmacher
1
-4
/
+0
2007-10-11
Try and fix segfault found by Guenther on Fedora. Fedora
Jeremy Allison
1
-2
/
+5
2007-10-11
Add const to the get_peer_addr() and get_socket_addr()
Jeremy Allison
6
-22
/
+24
2007-10-11
Remove bogus comment
Volker Lendecke
1
-5
/
+0
2007-10-11
Merge commit 'origin/v3-2-test' into my_branch
Guenther Deschner
53
-753
/
+1411
2007-10-11
Rename krb5 locator plugin to "winbind_krb5_locator".
Guenther Deschner
3
-8
/
+8
2007-10-11
prepare the mkversion.sh infrastructure for git branches in the build-farm
Stefan Metzmacher
3
-81
/
+32
2007-10-11
SAMBA_VERSION_VENDOR_SUFFIX doesn't need an extra '-'
Stefan Metzmacher
1
-1
/
+1
2007-10-10
Added missing is_ipaddress is_ipaddress_v4 not in initial
Jeremy Allison
1
-1
/
+1
2007-10-10
Add start of IPv6 implementation. Currently most of this is avoiding
Jeremy Allison
46
-662
/
+1363
[next]