summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* missing stuff from samba4's libreplaceStefan Metzmacher2007-10-152-1/+4
* don't imply "system/network.h" within replace.h,metze2007-10-152-4/+18
* Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctoolGünter Kukkukk2007-10-153-10/+10
* Fix one more place for IFF_LOOPBACKVolker Lendecke2007-10-141-1/+1
* Fix get_interfaces detectionVolker Lendecke2007-10-141-0/+8
* Merge commit '5e95c548864bc8b075b8343e69a69e1a22c92456' into 3.2-trivialJelmer Vernooij2007-10-145-154/+133
|\
| * Use strlcpy instead of strncpyVolker Lendecke2007-10-131-12/+8
| * Fix an uninitialized variable warningVolker Lendecke2007-10-131-2/+2
| * Fix a segfault with an unknown interfaceVolker Lendecke2007-10-131-1/+7
| * Also find loopback interfacesVolker Lendecke2007-10-131-1/+1
| * remove unused print_test.c codeStefan Metzmacher2007-10-132-82/+1
| * Dummy formatting commit to check I've set up my home gitJeremy Allison2007-10-121-1/+2
| * Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()Jeremy Allison2007-10-121-55/+112
* | Fix typo.Jelmer Vernooij2007-10-131-1/+1
|/
* Merge branch 'v3-2-stable' into my_branchJelmer Vernooij2007-10-121-1/+1
|\
| * Fix valgrind window title.Jelmer Vernooij2007-10-121-1/+1
* | Revert "Remove superfluous quotation marks around samba version"Michael Adam2007-10-121-1/+1
* | Remove superfluous quotation marks around samba versionMichael Adam2007-10-121-1/+1
* | Add become_root/unbecome_root around one call of getsampwsid()Michael Adam2007-10-121-1/+6
* | Fix the build WITH_DNS_UPDATES.Günther Deschner2007-10-121-2/+8
* | offsetof() is always present as shown in someStefan Metzmacher2007-10-121-4/+0
* | Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison2007-10-111-2/+5
* | Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison2007-10-116-22/+24
* | Remove bogus commentVolker Lendecke2007-10-111-5/+0
* | Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner2007-10-1153-753/+1411
|\ \
| * | prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher2007-10-113-81/+32
| * | SAMBA_VERSION_VENDOR_SUFFIX doesn't need an extra '-'Stefan Metzmacher2007-10-111-1/+1
| * | Added missing is_ipaddress is_ipaddress_v4 not in initialJeremy Allison2007-10-101-1/+1
| * | Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-1046-662/+1363
| * | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA...Jeremy Allison2007-10-101-2/+39
| |\ \
| | * \ Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner2007-10-111-2/+2
| | |\ \
| * | | | Merge from metze of libreplace header changesJeremy Allison2007-10-102-6/+12
| | |/ / | |/| |
| * | | Merge branch 'v3-2-test' of git://git.samba.org/samba into SAMBA_3_2Jeremy Allison2007-10-101-2/+2
| |\ \ \
| * | | | Fix valgrind-found memory overwrite.Jeremy Allison2007-10-101-2/+2
| | |_|/ | |/| |
* | | | Rename krb5 locator plugin to "winbind_krb5_locator".Guenther Deschner2007-10-113-8/+8
| |_|/ |/| |
* | | Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner2007-10-111-2/+2
|\ \ \ | | |/ | |/|
| * | Set -test in the vendor versionGerald (Jerry) Carter2007-10-101-2/+2
| |/
* / Display ace_objects in security descriptors.Guenther Deschner2007-10-111-2/+39
|/
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-10204-25617/+10005
* r25598: Add missing become_root/unbecome_root around calls of add_aliases.Michael Adam2007-10-101-0/+4
* r25593: Add missing security_secinfo bits as seen while managing security des...Günther Deschner2007-10-103-1/+13
* r25592: Allow to set sec_info for registry security descriptor queries.Günther Deschner2007-10-101-8/+16
* r25587: Fix getaddrinfo detection code. From Timur.Jeremy Allison2007-10-101-1/+9
* r25584: don't run WINBIND tests untill the faked users work with a running wi...Stefan Metzmacher2007-10-101-0/+1
* r25583: it makes no sense to run blackbox.kinit against samba3Stefan Metzmacher2007-10-101-0/+1
* r25575: Document S-1-5-12 (restriced code sid).Günther Deschner2007-10-101-1/+7
* r25573: Add my (C) as wellSimo Sorce2007-10-101-0/+1
* r25572: Fix warnings (values are always true).Jelmer Vernooij2007-10-101-6/+3
* r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher2007-10-105-41/+87
* r25570: move code of the locator child into its own fileStefan Metzmacher2007-10-103-64/+91