Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-10-10 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA... | Jeremy Allison | 1 | -2/+39 |
2007-10-10 | Merge from metze of libreplace header changes | Jeremy Allison | 2 | -6/+12 |
2007-10-11 | Merge commit 'origin/v3-2-test' into my_branch | Guenther Deschner | 1 | -2/+2 |
2007-10-11 | Merge commit 'origin/v3-2-test' into my_branch | Guenther Deschner | 2 | -6/+267 |
2007-10-10 | Merge branch 'v3-2-test' of git://git.samba.org/samba into SAMBA_3_2 | Jeremy Allison | 2 | -6/+267 |
2007-10-11 | Display ace_objects in security descriptors. | Guenther Deschner | 1 | -2/+39 |
2007-10-10 | Fix valgrind-found memory overwrite. | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | Adding a draft section for 3.2.0pre2 | Gerald (Jerry) Carter | 1 | -5/+8 |
2007-10-10 | Copy release notes from 3.2.0pre1 | Gerald (Jerry) Carter | 1 | -4/+262 |
2007-10-10 | Set -test in the vendor version | Gerald (Jerry) Carter | 1 | -2/+2 |
2007-10-10 | [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. | Gerald (Jerry) Carter | 248 | -31630/+10009 |
2007-10-10 | r25598: Add missing become_root/unbecome_root around calls of add_aliases. | Michael Adam | 1 | -0/+4 |
2007-10-10 | r25593: Add missing security_secinfo bits as seen while managing security des... | Günther Deschner | 3 | -1/+13 |
2007-10-10 | r25592: Allow to set sec_info for registry security descriptor queries. | Günther Deschner | 1 | -8/+16 |
2007-10-10 | r25587: Fix getaddrinfo detection code. From Timur. | Jeremy Allison | 1 | -1/+9 |
2007-10-10 | r25584: don't run WINBIND tests untill the faked users work with a running wi... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r25583: it makes no sense to run blackbox.kinit against samba3 | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r25575: Document S-1-5-12 (restriced code sid). | Günther Deschner | 1 | -1/+7 |
2007-10-10 | r25573: Add my (C) as well | Simo Sorce | 1 | -0/+1 |
2007-10-10 | r25572: Fix warnings (values are always true). | Jelmer Vernooij | 1 | -6/+3 |
2007-10-10 | r25571: split up child_dispatch_table into domain, idmap and locator tables | Stefan Metzmacher | 5 | -41/+87 |
2007-10-10 | r25570: move code of the locator child into its own file | Stefan Metzmacher | 3 | -64/+91 |
2007-10-10 | r25569: move more idmap stuff into winbindd_idmap.c | Stefan Metzmacher | 2 | -12/+12 |
2007-10-10 | r25568: move idmap related functions into their own file. | Stefan Metzmacher | 3 | -741/+779 |
2007-10-10 | r25567: make do_async() non static | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r25565: Fix unintended consequence change for IPv6 noticed | Jeremy Allison | 1 | -1/+6 |
2007-10-10 | r25564: Pass sharename to delete_share_security() | Volker Lendecke | 3 | -9/+11 |
2007-10-10 | r25563: Show which local-substitute subtest fails | Volker Lendecke | 1 | -28/+32 |
2007-10-10 | r25561: Make use of [un]marshall_sec_desc | Volker Lendecke | 3 | -81/+73 |