Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3-selftest: fix locktest9 in make selftest. | Günther Deschner | 2010-06-17 | 4 | -5/+7 |
| | | | | Guenther | ||||
* | s3:configure: use cc for linking on IRIX and fix shlib usage | Björn Jacke | 2010-06-17 | 1 | -3/+2 |
| | |||||
* | s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of ↵ | Stefan Metzmacher | 2010-06-17 | 1 | -1/+2 |
| | | | | | | dcerpc_netr_LogonSamLogon() metze | ||||
* | selftest/Samba4: make the naming of passwords more consistent | Stefan Metzmacher | 2010-06-17 | 1 | -3/+3 |
| | | | | metze | ||||
* | selftest/Samba4: let localfl2000dc use 127.0.0.5 | Stefan Metzmacher | 2010-06-17 | 1 | -4/+4 |
| | | | | | | Now we have 127.0.0.6-10 available for more servers. metze | ||||
* | selftest/Samba4: let localvampiredc use 127.0.0.2 | Stefan Metzmacher | 2010-06-17 | 1 | -2/+3 |
| | | | | metze | ||||
* | selftest: use 127.0.0.11-16 for the client | Stefan Metzmacher | 2010-06-17 | 2 | -10/+10 |
| | | | | | | | | | This gives more room for servers. Note: socket_wrapper currently only supports 127.0.0.1-16 see MAX_WRAPPED_INTERFACES. metze | ||||
* | selftest/Samba3: remove unused create_clientconf() function | Stefan Metzmacher | 2010-06-17 | 1 | -33/+0 |
| | | | | metze | ||||
* | pidl/wscript: build manpages in build group 'final' | Stefan Metzmacher | 2010-06-17 | 1 | -1/+1 |
| | | | | | | So that waf --target=smbtorture doesn't build them metze | ||||
* | pidl/wscript: only try to build pidl manpages if pod2man is available | Stefan Metzmacher | 2010-06-17 | 1 | -6/+7 |
| | | | | metze | ||||
* | pidl/wscript: call pod2man with the detected perl version | Stefan Metzmacher | 2010-06-17 | 1 | -1/+2 |
| | | | | | | Some systems like SLES11 have a broken perl path in pod2man. metze | ||||
* | s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclient | Kai Blin | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | s3-waf: Add check for iconv | Kai Blin | 2010-06-17 | 2 | -1/+9 |
| | |||||
* | s3-waf: Work around missing *netgrent prototypes on OSX 10.4 | Kai Blin | 2010-06-17 | 2 | -5/+27 |
| | |||||
* | s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the read of the IP packet version | Matthias Dieter Wallnöfer | 2010-06-16 | 1 | -3/+4 |
| | | | | | | This should make it clearer by the use of the standardised "sa_family_t" type and hopefully fixes the problems on platforms other than Linux (NetBSD in the buildfarm for example). | ||||
* | s4:ldif_handlers.c - fix warning | Matthias Dieter Wallnöfer | 2010-06-16 | 1 | -3/+4 |
| | |||||
* | Remove an unused chunk of code (will make it easier to talloc'ize prs_XXX). | Jeremy Allison | 2010-06-16 | 1 | -49/+0 |
| | | | | Jeremy. | ||||
* | Remove two unused functions (prs_force_dynamic, prs_set_session_key). | Jeremy Allison | 2010-06-16 | 3 | -21/+0 |
| | | | | Jeremy. | ||||
* | codepages-waf: When built with --with-fhs, install to | Jelmer Vernooij | 2010-06-16 | 1 | -1/+1 |
| | | | | $prefix/share/samba, not $prefix/share. | ||||
* | lib/crypto: only include what is needed. | Günther Deschner | 2010-06-16 | 11 | -10/+15 |
| | | | | Guenther | ||||
* | pidl-waf: Avoid relying on MakeMaker when installing pidl manpages. | Jelmer Vernooij | 2010-06-16 | 3 | -17/+20 |
| | |||||
* | s4: Fix build when there is a system-provided ldb. | Jelmer Vernooij | 2010-06-16 | 4 | -4/+4 |
| | |||||
* | s4-smbtorture: Remind myself we need to add a test for SMBsplretq in ↵ | Günther Deschner | 2010-06-16 | 1 | -0/+2 |
| | | | | | | RAP-PRINTING. Guenther | ||||
* | s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation. | Günther Deschner | 2010-06-16 | 1 | -3/+3 |
| | | | | Guenther | ||||
* | Merge branch 'master' of git+ssh://git.samba.org/data/git/samba | John H Terpstra | 2010-06-16 | 4 | -51/+213 |
|\ | |||||
| * | s4:ldap.py - add another test about linked attributes | Matthias Dieter Wallnöfer | 2010-06-16 | 1 | -1/+90 |
| | | | | | | | | | | In addition this test makes sure that the bug regarding the search with deleted linked attributes in the filter has been fixed. | ||||
| * | s4:ldif-handlers Add a custom handler for DNs that knows about deleted values | Andrew Bartlett | 2010-06-16 | 1 | -0/+78 |
| | | | | | | | | | | | | | | | | In Samba we my store a deleted DN for a linked attribute. We must ensure that we can't match on it, or else searches for member= will still reveal it. Andrew Bartlett | ||||
| * | s4:provision.py - we do now support the "Windows 2000 Native" domain ↵ | Matthias Dieter Wallnöfer | 2010-06-16 | 1 | -3/+0 |
| | | | | | | | | function level | ||||
| * | s4:linked attributes LDB module - strip trailing whitespaces | Matthias Dieter Wallnöfer | 2010-06-16 | 1 | -35/+35 |
| | | |||||
| * | s4:linked_attributes LDB module - cosmetics | Matthias Dieter Wallnöfer | 2010-06-16 | 1 | -12/+10 |
| | | | | | | | | | | | | - unsigned counters for LDB objects - we tend to have the "ret" variable always as the last declaration to see which type of error a function returns | ||||
* | | Fix typo reported by Söderlund David <david.soderlund@baesystems.se>. | John H Terpstra | 2010-06-16 | 1 | -1/+1 |
|/ | |||||
* | s3-auth: in make_user_info_for_reply_enc make sure to check length and data | Günther Deschner | 2010-06-16 | 1 | -2/+2 |
| | | | | | | | | pointer of nt and lm hash. This fixes kernel cifs client with sec=ntlmv2. Guenther | ||||
* | s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4) | Günther Deschner | 2010-06-16 | 1 | -0/+4 |
| | | | | | | Jelmer, please check. Guenther | ||||
* | ntlmssp: add decode_NTLMv2_RESPONSE to IDL. | Günther Deschner | 2010-06-16 | 1 | -0/+4 |
| | | | | Guenther | ||||
* | s3-auth: fix debug message in check_winbind_security(). | Günther Deschner | 2010-06-16 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3-tdb: Added missing out of memory check in rename_file_with_suffix(). | Andreas Schneider | 2010-06-16 | 1 | -0/+4 |
| | |||||
* | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 2010-06-16 | 27 | -36/+25 |
| | | | | | | | | | This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org> | ||||
* | s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 2010-06-16 | 1 | -3/+5 |
| | | | | | | smbcli_rap_netprintqgetinfo(). Guenther | ||||
* | Revert "s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 2010-06-16 | 2 | -16/+6 |
| | | | | | | smbcli_rap_netprintqgetinfo()." This reverts commit 1f1c04010a55e67d8dc2110276eed4cf2a8a0afa. | ||||
* | pidl: make sure to fill in cli->pipes_struct->hdr_req.opnum in s3 server ↵ | Günther Deschner | 2010-06-16 | 1 | -0/+3 |
| | | | | | | dispatch tables. Guenther | ||||
* | s3-lanman: Fix return code for "" printqname in api_DosPrintQGetInfo(). | Günther Deschner | 2010-06-16 | 1 | -0/+5 |
| | | | | Guenther | ||||
* | s4-smbtorture: test smbcli_rap_netprintqgetinfo() with "" printqname. | Günther Deschner | 2010-06-16 | 1 | -0/+8 |
| | | | | Guenther | ||||
* | s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 2010-06-16 | 2 | -6/+16 |
| | | | | | | smbcli_rap_netprintqgetinfo(). Guenther | ||||
* | s3-printing: add BUILTIN\Print Operators as FULL CONTROL to default sd. | Günther Deschner | 2010-06-16 | 1 | -2/+22 |
| | | | | Guenther | ||||
* | s3-spoolss: Provide a memory context for clean_up_driver_struct(). | Andreas Schneider | 2010-06-16 | 3 | -5/+7 |
| | | | | | If we use a stack variable to setup spoolss_AddDriverInfoCtr this would segfault with a talloc bad magic value. | ||||
* | s4:dsdb Allow renames with (now removed) linked attributes | Andrew Bartlett | 2010-06-16 | 1 | -3/+11 |
| | | | | | | | | It is important to allow the rename, even if we just have one-way links, as this happens on deleted objects, which have the backlinks alredy removed by repl_meta_data. Andrew Bartlett | ||||
* | s4:selftest Change domain name for functional level 2000 DC | Andrew Bartlett | 2010-06-16 | 1 | -2/+2 |
| | |||||
* | s4:libnet Remove 'ads min function level' checks. | Andrew Bartlett | 2010-06-16 | 1 | -23/+0 |
| | | | | | | We support Windows 2000 native now. Andrew Bartlett | ||||
* | s4:dsdb Fix linked_attributes to cope with the Feb 2010 changes to DLIST | Andrew Bartlett | 2010-06-16 | 1 | -2/+6 |
| | | | | | | | The DLIST macros changed in behaviour in Feb 2010, and walking the lists backwards is no longer safe if you don't use the macros. Andrew Bartlett | ||||
* | s4:dsdb Assert that we can't get backlinks as input in linked_attributes | Andrew Bartlett | 2010-06-16 | 1 | -2/+15 |
| | | | | | | | | The objectclass_attr module should prevent users creating such links, and the mrepl_meta_data module should only create them in functional level 2003 or above. Andrew Bartlett |