summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19158: Remove root and nobody users from ldif, from Björn JackeJim McDonough2006-10-061-63/+1
| | |
| | * r19157: Fix the buildVolker Lendecke2006-10-061-0/+12
| | |
| | * r19156: Make enumprinters use the share iterators.Volker Lendecke2006-10-061-25/+29
| | | | | | | | | | | | Volker
| | * r19155: Fix debug message.Jeremy Allison2006-10-061-1/+1
| | | | | | | | | | | | Jeremy.
| | * r19154: Trivial logic simplification: Get rid of two indentation levels. ↵Volker Lendecke2006-10-061-32/+51
| | | | | | | | | | | | | | | | | | | | | | | | Survives the consistency checks just checked into Samba4. Volker
| | * r19151: Create some dummy printers in the build farmVolker Lendecke2006-10-061-0/+11
| | |
| | * r19148: Finish last nights patch - make offlineJeremy Allison2006-10-064-51/+78
| | | | | | | | | | | | | | | work again. Still under test. Jeremy.
| | * r19147: This is WRONG, but the way the VFS works this is the only fix to get ↵Volker Lendecke2006-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | rid of this type-punned warning. Volker
| | * r19145: talloc_reference() can fail!Stefan Metzmacher2006-10-061-1/+3
| | | | | | | | | | | | metze
| | * r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner2006-10-066-22/+24
| | | | | | | | | | | | Guenther
| | * r19137: that looks nicer:-)Stefan Metzmacher2006-10-062-2/+2
| | | | | | | | | | | | metze
| | * r19135: fix bugs...Stefan Metzmacher2006-10-061-5/+4
| | | | | | | | | | | | | | | | | | | | | - passing mem_ctx as ldb_context is a bad idea! - naming a static function talloc_ is also bad and misleading metze
| | * r19133: More C++ warnings -- Merge across?Volker Lendecke2006-10-061-6/+12
| | |
| | * r19132: Fix some C++ warnings. Is there interest to have them in Samba4 as well?Volker Lendecke2006-10-066-14/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have some problems resolving the last 3 ones in attrib_handlers.c. In line 251 the function ldb_dn_explode_casefold is called with mem_ctx as the first argument. Looking at ldb_dn_explode_casefold I see that the first argument it expects is a struct ldb_context. I could certainly add a cast to (struct ldb_context *) to that call, but I would assume that this is the wrong fix. Is it possible that attrib_handlers.c:251 and :254 should have ldb and not mem_ctx as the first argument? Can anybody from Samba4 clarify this for me and apply the correct fix? Thanks a lot. Volker
| | * r19130: fix the logic for the AC_PROG_CC_C99 checkStefan Metzmacher2006-10-061-1/+1
| | | | | | | | | | | | metze
| | * r19127: Fix bug 4152Volker Lendecke2006-10-061-0/+6
| | |
| | * r19126: Fix some uninitialized variable warningsVolker Lendecke2006-10-061-4/+7
| | |
| | * r19125: merge from samba4Andrew Tridgell2006-10-063-45/+44
| | |
| | * r19124: merge from samba4:Stefan Metzmacher2006-10-061-1/+1
| | | | | | | | | | | | | | | | | | pass LDFLAGS from configure to Makefile metze
| | * r19121: try to get rid of the difference between in system/iconv.hStefan Metzmacher2006-10-061-6/+16
| | | | | | | | | | | | | | | | | | between samba 3 and 4. metze
| | * r19119: try to be more portable...Stefan Metzmacher2006-10-061-7/+7
| | | | | | | | | | | | metze
| | * r19105: Ok - this is currently untested (but I'm testing it atJeremy Allison2006-10-063-43/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the moment) but winbindd isn't run in the build farm so hopefully won't break anything too badly - I don't want to lose this. If winbindd starts offline then it falls back to using MS-RPC backend. On going online it needs to reset the backend and try and go to using the AD backend code if possible, as the MS-RPC sequence number fetch just returns 1 as the sequence number if run against an AD DC. In addition, the winbindd async child may end up with the AD backend whilst the main winbindd - which still contacts the DC for some non-async calls, is left using MS-RPC. This can cause some trouble (as you can imagine :-). Attempt to ensure both main winbindd and async children us AD backends on going online. Jeremy.
| | * r19104: Fix from Björn JACKE <bjoern@j3e.de>Jeremy Allison2006-10-051-1/+1
| | | | | | | | | | | | | | | "here's a small fix for gdb_backtrace." Jeremy.
| | * r19103: From "Björn JACKE <bjoern@j3e.DE>":Jeremy Allison2006-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The attached patch cleans up pam_winbind a tiny bit. Instead of making exceptions for all pam implementations except for Linux' it's better to make an exception for the only pam implementation which is different from all the others. This is equivalent to what pam_smb_auth does already. ----------------- Jeremy
| | * r19102: fix typo, thanks derrell!Stefan Metzmacher2006-10-051-1/+1
| | | | | | | | | | | | metze
| | * r19101: add sys_recv() wrapperStefan Metzmacher2006-10-051-1/+14
| | | | | | | | | | | | metze
| | * r19100: merge from samba4:Stefan Metzmacher2006-10-051-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | export MAKE_TEST_ENABLE_PCAP=yes enables SOCKET_WRAPPER_PCAP_FILE support in make test metze
| | * r19099: merge socket wrapper changes from samba4Stefan Metzmacher2006-10-051-14/+306
| | | | | | | | | | | | | | | | | | | | | | | | | | | including SOCKET_WRAPPER_PCAP_FILE support but I just noticed that samba don't use recv()/send() on the socket, so the capture only contain connect()/close() metze
| | * r19096: - fix the build with included poptStefan Metzmacher2006-10-051-3/+3
| | | | | | | | | | | | | | | | | | - and fix some whitespaces metze
| | * r19095: Fix some compile warnings.Günther Deschner2006-10-051-2/+2
| | | | | | | | | | | | Guenther
| | * r19094: Fix debug statement.Günther Deschner2006-10-051-1/+1
| | | | | | | | | | | | Guenther
| | * r19093: speed up the samba3 build from 8mins to 5mins:-)Stefan Metzmacher2006-10-052-282/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | we now don't compile mostly each .c file twice. - we use PICFLAG for all object files - PICFLAG defaults to PIE_CFLAGS and is then overwritten if the system supports shared libraries as we currently always use -fPIE if available (and at least on linux -fPIE produces the same code as -fPIC) it doesn't change anything in the resulting code. "high performance" binaries can be build with "--disable-pie --disable-shared" if someone really needs to... metze
| | * r19090: - the LIBREPLACE_C99 isn't needed in aclocal.m4Stefan Metzmacher2006-10-051-76/+0
| | | | | | | | | | | | | | | | | | - including the ldb configure tests via aclocal.m4 is wrong metze
| | * r19089: normalize KRB5_LIBS tooStefan Metzmacher2006-10-051-0/+1
| | | | | | | | | | | | metze
| | * r19088: filter out -Wl,-rpath combinations with /usr/lib tooStefan Metzmacher2006-10-051-5/+24
| | | | | | | | | | | | metze
| | * r19087: normalize vars before printing themStefan Metzmacher2006-10-051-8/+8
| | | | | | | | | | | | metze
| | * r19086: fix --disable-pie together with -CStefan Metzmacher2006-10-051-5/+5
| | | | | | | | | | | | metze
| | * r19085: merge from samba4:Stefan Metzmacher2006-10-051-0/+242
| | | | | | | | | | | | | | | | | | | | | - source and destination address handling - tcp handling metze
| | * r19083: Fix objectclassVolker Lendecke2006-10-051-1/+1
| | |
| | * r19080: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+7
| | |
| | * r19079: talloc_array can failVolker Lendecke2006-10-041-0/+1
| | |
| | * r19078: talloc_strdup can failVolker Lendecke2006-10-041-0/+6
| | |
| | * r19077: Fix an uninitialized variableVolker Lendecke2006-10-041-2/+2
| | |
| | * r19076: ldb_dn_copy_partial can failVolker Lendecke2006-10-041-0/+1
| | |
| | * r19075: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
| | |
| | * r19073: mapping_dn can failVolker Lendecke2006-10-041-2/+15
| | |
| | * r19072: Fix a potential NULL dereference. Simo/Tridge, not merging yet to ↵Volker Lendecke2006-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 4_0, I'd like you to comment. Volker
| | * r19071: Backport to SAMBA_3_0 as wellSimo Sorce2006-10-041-2/+2
| | |
| | * r19070: If there's an error in the data struct, there's no point to continue ↵Volker Lendecke2006-10-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | with asn1_pop_tag. Volker
| | * r19067: Fix a potential NULL dereferenceVolker Lendecke2006-10-041-0/+4
| | |