summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-18remove reference to removed codeStefan Metzmacher1-4/+0
2007-10-18Add net rap file userKarolin Seeger2-7/+22
2007-10-18don't skip some tests which samba3 passes (at least on my laptop)Stefan Metzmacher1-3/+3
2007-10-18make gdb_backtrace executableStefan Metzmacher1-0/+0
2007-10-18remove configure checks which are now in libreplaceStefan Metzmacher1-62/+0
2007-10-18[libreplace] fix the standalone build of libreplaceStefan Metzmacher2-28/+34
2007-10-18r16050: Set the session key "SystemLibraryDTC" on ntlmssp binds. We only do I...Volker Lendecke1-2/+22
2007-10-17Reformatting fix for new coding guidelines. BOOL ->bool.Jeremy Allison1-264/+320
2007-10-17delete empty file lib/replace/system/getaddrinfo.hStefan Metzmacher1-0/+0
2007-10-17r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke1-4/+16
2007-10-17fix crash bug in pidl generated client code, thisStefan Metzmacher7-84/+84
2007-10-16Improve IPv4 detection.Jeremy Allison1-1/+1
2007-10-16Move #defined for getaddrinfo into network.h (as otherJeremy Allison2-84/+91
2007-10-16Added in missing def for AI_ADDRCONFIG.Jeremy Allison1-0/+4
2007-10-16Fix access control code to be IPv6/v4 protocol independent.Jeremy Allison3-175/+237
2007-10-16Fix default domains support using compat syntax.Simo Sorce1-14/+29
2007-10-15Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2-1/+8
2007-10-15Move to protocol independent code in most of lib/util_sock.cJeremy Allison6-240/+314
2007-10-15Fix warning messages for unused variables.Jeremy Allison1-1/+3
2007-10-15Correctly free memory in regfio pathsAlexander Bokovoy2-1/+8
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