summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * r19181: merge from samba4:Stefan Metzmacher2006-10-091-1/+6
| | | | | | | | | | | | | | | | | | | | | with "export MAKE_TEST_KEEP_PCAP=yes" make test doesn't delete the generated pcap files metze
| | * r19179: remove difference with samba4Stefan Metzmacher2006-10-081-0/+4
| | | | | | | | | | | | metze
| | * r19177: merge from samba4:Stefan Metzmacher2006-10-081-9/+34
| | | | | | | | | | | | | | | | | | | | | fix the standalone build of socket_wrapper by not using samba's DLIST_ macros metze
| | * r19172: merge from samba4:Stefan Metzmacher2006-10-082-36/+72
| | | | | | | | | | | | | | | | | | | | | change the socket wrapper license to what heimdal uses... metze
| | * r19170: use a very clever trick to pass the binary name to theStefan Metzmacher2006-10-082-2/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | gdb_backtrace script, I never noticed that %$(envvar) exists... Thanks to Bjoern Jacke for the suggestion! metze
| | * r19169: port the trick to only display the smbd and nmbd log outputStefan Metzmacher2006-10-081-4/+27
| | | | | | | | | | | | | | | | | | of the current test metze
| | * r19168: use the correct configurationStefan Metzmacher2006-10-081-4/+4
| | | | | | | | | | | | metze
| | * r19164: merge the gdb_backtrace script from samba4Stefan Metzmacher2006-10-071-25/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this more portable and try to make use of ladebug on Tru64, but that only works when the binary is passed as 2nd arg to gdb_backtrace as Tru64 doesn't know /proc/${PID}/exe we need to find a way to pass the progname in 'panic action' in samba3 metze
| | * r19163: pass always a mem_ctx to functions and a ldb_context where neededStefan Metzmacher2006-10-075-20/+23
| | | | | | | | | | | | | | | | | | | | | It would be nice if someone can merge that to samba4, otherwise I'll merge that to samba4 on monday metze
| | * r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner2006-10-074-1/+179
| | | | | | | | | | | | | | | | | | | | | gives just any DC), also make sure to set timeouts in rpcclient accordingly so that we actually get the DC's reply. Guenther
| | * r19160: Add new WERR codes seen by working with NETLOGON getdcname.Günther Deschner2006-10-072-0/+4
| | | | | | | | | | | | Guenther
| | * r19159: The getdc call can take a long time. Allow for timeouts.Jeremy Allison2006-10-061-1/+9
| | | | | | | | | | | | Jeremy.
| | * 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