summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison64-1489/+2235
2007-10-24Fix for AIX interface code from Kyle Stemen <kstemen@centeris.com>Jeremy Allison1-9/+16
2007-10-24handle wellknown sids in winbindd_passwd.cStefan Metzmacher1-1/+2
2007-10-24[crash fix] don't use already free'ed memoryStefan Metzmacher1-2/+2
2007-10-23added a syncops VFS module for filesystems which do not guarantee meta-data o...Andrew Tridgell3-1/+217
2007-10-22Reorder pthread mutex check so that it doesn't output its resultJames Peach1-12/+13
2007-10-22r25573: Add my (C) as wellSimo Sorce1-0/+1
2007-10-22r25571: split up child_dispatch_table into domain, idmap and locator tablesStefan Metzmacher5-41/+87
2007-10-22r25570: move code of the locator child into its own fileStefan Metzmacher3-64/+91
2007-10-22r25569: move more idmap stuff into winbindd_idmap.cStefan Metzmacher2-12/+12
2007-10-22r25568: move idmap related functions into their own file.Stefan Metzmacher3-741/+779
2007-10-22r25567: make do_async() non staticStefan Metzmacher1-6/+6
2007-10-21Fix compile error caused by unknown variable.Gerald (Jerry) Carter1-1/+1
2007-10-21Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-testGerald (Jerry) Carter1-0/+13
2007-10-21Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCHGerald (Jerry) Carter2-4/+4
2007-10-21Don't segfault if locking.tdb can't be openedVolker Lendecke1-0/+13
2007-10-21Fix two type-punned warningsVolker Lendecke1-3/+3
2007-10-20fix move to OPT_LOG_STDOUTStefan Metzmacher1-1/+1
2007-10-19Fix an incompatible pointer type warningVolker Lendecke1-2/+2
2007-10-19Merge branch 'v3-2-test' of ssh://git.samba.org/data/git/samba into v3-2-testGerald (Jerry) Carter5-31/+32
2007-10-19Streamline logic, reducing the amount of indentation.Michael Adam1-16/+15
2007-10-19Add test for "struct in6_addr" to the HAVE_IPV6 configure test.Gerald (Jerry) Carter5-13/+14
2007-10-19Move the test for the AIX specific interface code to the end.Gerald (Jerry) Carter1-18/+18
2007-10-19Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter1-1/+2
2007-10-19Fix a crash in resolve_hosts() caused by an out-of-bounds array reference.Gerald (Jerry) Carter1-1/+2
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison15-88/+205
2007-10-19Merge Tridge's fix for the winbind 32/64bit padding.Günther Deschner2-3/+3
2007-10-19fix startup of smbd, nmbd, winbinddStefan Metzmacher3-20/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison446-5335/+5308
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