summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Add WERR_SERVICE_ALREADY_RUNNING.Günther Deschner2-0/+2
2007-10-15rename getsmbpass -> rep_getpass and provide the function prototypeStefan Metzmacher2-2/+3
2007-10-15use "system/*.h" to get the system includesStefan Metzmacher1-15/+3
2007-10-15fix the compilation of getpass.c and it's configure testStefan Metzmacher2-13/+2
2007-10-15r16320: Ensure variable is not null before calling fclose. Klocwork #412. Jer...Jeremy Allison1-1/+1
2007-10-15r16245: Cope with string being zero len. Klocwork bug #410. Jeremy.Jeremy Allison1-2/+4
2007-10-15Volker's fix for bug #668. Change the \n after the password prompt to go to t...jmcd1-2/+3
2007-10-15reapply: Allow ^C to interrupt smbpasswd if using our getpass. from JeremyStefan Metzmacher1-4/+32
2007-10-15reformat getpass() replacement codeStefan Metzmacher1-62/+58
2007-10-15missing stuff from samba4's libreplaceStefan Metzmacher2-1/+4
2007-10-15don't imply "system/network.h" within replace.h,metze2-4/+18
2007-10-15Latest ipv6 changes broke (deprecated) smbmount, smbmnt and smbctoolGünter Kukkukk3-10/+10
2007-10-14Fix one more place for IFF_LOOPBACKVolker Lendecke1-1/+1
2007-10-14Fix get_interfaces detectionVolker Lendecke1-0/+8
2007-10-14Merge commit '5e95c548864bc8b075b8343e69a69e1a22c92456' into 3.2-trivialJelmer Vernooij5-154/+133
2007-10-13Fix typo.Jelmer Vernooij1-1/+1
2007-10-13Use strlcpy instead of strncpyVolker Lendecke1-12/+8
2007-10-13Fix an uninitialized variable warningVolker Lendecke1-2/+2
2007-10-13Fix a segfault with an unknown interfaceVolker Lendecke1-1/+7
2007-10-13Also find loopback interfacesVolker Lendecke1-1/+1
2007-10-13remove unused print_test.c codeStefan Metzmacher2-82/+1
2007-10-12Dummy formatting commit to check I've set up my home gitJeremy Allison1-1/+2
2007-10-12Convert get_peer_addr() to IPv6. Only is_myname_or_ipaddr()Jeremy Allison1-55/+112
2007-10-12Merge branch 'v3-2-stable' into my_branchJelmer Vernooij1-1/+1
2007-10-12Fix valgrind window title.Jelmer Vernooij1-1/+1
2007-10-12Revert "Remove superfluous quotation marks around samba version"Michael Adam1-1/+1
2007-10-12Remove superfluous quotation marks around samba versionMichael Adam1-1/+1
2007-10-12Add become_root/unbecome_root around one call of getsampwsid()Michael Adam1-1/+6
2007-10-12Fix the build WITH_DNS_UPDATES.Günther Deschner1-2/+8
2007-10-12offsetof() is always present as shown in someStefan Metzmacher1-4/+0
2007-10-11Try and fix segfault found by Guenther on Fedora. FedoraJeremy Allison1-2/+5
2007-10-11Add const to the get_peer_addr() and get_socket_addr()Jeremy Allison6-22/+24
2007-10-11Remove bogus commentVolker Lendecke1-5/+0
2007-10-11Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner53-753/+1411
2007-10-11Rename krb5 locator plugin to "winbind_krb5_locator".Guenther Deschner3-8/+8
2007-10-11prepare the mkversion.sh infrastructure for git branches in the build-farmStefan Metzmacher3-81/+32
2007-10-11SAMBA_VERSION_VENDOR_SUFFIX doesn't need an extra '-'Stefan Metzmacher1-1/+1
2007-10-10Added missing is_ipaddress is_ipaddress_v4 not in initialJeremy Allison1-1/+1
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison46-662/+1363
2007-10-10Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into SAMBA...Jeremy Allison1-2/+39
2007-10-10Merge from metze of libreplace header changesJeremy Allison2-6/+12
2007-10-11Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner1-2/+2
2007-10-11Merge commit 'origin/v3-2-test' into my_branchGuenther Deschner1-2/+2
2007-10-10Merge branch 'v3-2-test' of git://git.samba.org/samba into SAMBA_3_2Jeremy Allison1-2/+2
2007-10-11Display ace_objects in security descriptors.Guenther Deschner1-2/+39
2007-10-10Fix valgrind-found memory overwrite.Jeremy Allison1-2/+2
2007-10-10Set -test in the vendor versionGerald (Jerry) Carter1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter204-25617/+10005
2007-10-10r25598: Add missing become_root/unbecome_root around calls of add_aliases.Michael Adam1-0/+4
2007-10-10r25593: Add missing security_secinfo bits as seen while managing security des...Günther Deschner3-1/+13