Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-16 | s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the read of the IP packet version | Matthias Dieter Wallnöfer | 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). | |||||
2010-06-16 | s4:ldif_handlers.c - fix warning | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
2010-06-16 | Remove an unused chunk of code (will make it easier to talloc'ize prs_XXX). | Jeremy Allison | 1 | -49/+0 | |
Jeremy. | |||||
2010-06-16 | Remove two unused functions (prs_force_dynamic, prs_set_session_key). | Jeremy Allison | 3 | -21/+0 | |
Jeremy. | |||||
2010-06-16 | codepages-waf: When built with --with-fhs, install to | Jelmer Vernooij | 1 | -1/+1 | |
$prefix/share/samba, not $prefix/share. | |||||
2010-06-16 | lib/crypto: only include what is needed. | Günther Deschner | 11 | -10/+15 | |
Guenther | |||||
2010-06-16 | pidl-waf: Avoid relying on MakeMaker when installing pidl manpages. | Jelmer Vernooij | 3 | -17/+20 | |
2010-06-16 | s4: Fix build when there is a system-provided ldb. | Jelmer Vernooij | 4 | -4/+4 | |
2010-06-16 | s4-smbtorture: Remind myself we need to add a test for SMBsplretq in ↵ | Günther Deschner | 1 | -0/+2 | |
RAP-PRINTING. Guenther | |||||
2010-06-16 | s3-docs: Fix some of ntlm_auth ntlm-server-1 protocol documentation. | Günther Deschner | 1 | -3/+3 | |
Guenther | |||||
2010-06-16 | Merge branch 'master' of git+ssh://git.samba.org/data/git/samba | John H Terpstra | 4 | -51/+213 | |
2010-06-16 | Fix typo reported by Söderlund David <david.soderlund@baesystems.se>. | John H Terpstra | 1 | -1/+1 | |
2010-06-16 | s4:ldap.py - add another test about linked attributes | Matthias Dieter Wallnöfer | 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. | |||||
2010-06-16 | s4:ldif-handlers Add a custom handler for DNs that knows about deleted values | Andrew Bartlett | 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 | |||||
2010-06-16 | s4:provision.py - we do now support the "Windows 2000 Native" domain ↵ | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
function level | |||||
2010-06-16 | s4:linked attributes LDB module - strip trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -35/+35 | |
2010-06-16 | s4:linked_attributes LDB module - cosmetics | Matthias Dieter Wallnöfer | 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 | |||||
2010-06-16 | s3-auth: in make_user_info_for_reply_enc make sure to check length and data | Günther Deschner | 1 | -2/+2 | |
pointer of nt and lm hash. This fixes kernel cifs client with sec=ntlmv2. Guenther | |||||
2010-06-16 | s3-build: allow to build bin/ndrdump4 (just as bin/smbtorture4) | Günther Deschner | 1 | -0/+4 | |
Jelmer, please check. Guenther | |||||
2010-06-16 | ntlmssp: add decode_NTLMv2_RESPONSE to IDL. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-06-16 | s3-auth: fix debug message in check_winbind_security(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-06-16 | s3-tdb: Added missing out of memory check in rename_file_with_suffix(). | Andreas Schneider | 1 | -0/+4 | |
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 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> | |||||
2010-06-16 | s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 1 | -3/+5 | |
smbcli_rap_netprintqgetinfo(). Guenther | |||||
2010-06-16 | Revert "s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 2 | -16/+6 | |
smbcli_rap_netprintqgetinfo()." This reverts commit 1f1c04010a55e67d8dc2110276eed4cf2a8a0afa. | |||||
2010-06-16 | pidl: make sure to fill in cli->pipes_struct->hdr_req.opnum in s3 server ↵ | Günther Deschner | 1 | -0/+3 | |
dispatch tables. Guenther | |||||
2010-06-16 | s3-lanman: Fix return code for "" printqname in api_DosPrintQGetInfo(). | Günther Deschner | 1 | -0/+5 | |
Guenther | |||||
2010-06-16 | s4-smbtorture: test smbcli_rap_netprintqgetinfo() with "" printqname. | Günther Deschner | 1 | -0/+8 | |
Guenther | |||||
2010-06-16 | s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 2 | -6/+16 | |
smbcli_rap_netprintqgetinfo(). Guenther | |||||
2010-06-16 | s3-printing: add BUILTIN\Print Operators as FULL CONTROL to default sd. | Günther Deschner | 1 | -2/+22 | |
Guenther | |||||
2010-06-16 | s3-spoolss: Provide a memory context for clean_up_driver_struct(). | Andreas Schneider | 3 | -5/+7 | |
If we use a stack variable to setup spoolss_AddDriverInfoCtr this would segfault with a talloc bad magic value. | |||||
2010-06-16 | s4:dsdb Allow renames with (now removed) linked attributes | Andrew Bartlett | 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 | |||||
2010-06-16 | s4:selftest Change domain name for functional level 2000 DC | Andrew Bartlett | 1 | -2/+2 | |
2010-06-16 | s4:libnet Remove 'ads min function level' checks. | Andrew Bartlett | 1 | -23/+0 | |
We support Windows 2000 native now. Andrew Bartlett | |||||
2010-06-16 | s4:dsdb Fix linked_attributes to cope with the Feb 2010 changes to DLIST | Andrew Bartlett | 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 | |||||
2010-06-16 | s4:dsdb Assert that we can't get backlinks as input in linked_attributes | Andrew Bartlett | 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 | |||||
2010-06-16 | s4:selftest Add test environment for functional level 2000 | Andrew Bartlett | 2 | -8/+81 | |
This required that we pass the name of the realm down as a parameter, so we can start up two different realms. Andrew Bartlett | |||||
2010-06-16 | s4:provision Add import for DS_DOMAIN_FUNCTION_2000 | Andrew Bartlett | 1 | -0/+1 | |
2010-06-16 | s4:provision Allow functional level 2000 to be chosen | Andrew Bartlett | 1 | -1/+3 | |
2010-06-16 | s4:selftest Add vampire_dc test environment | Andrew Bartlett | 2 | -4/+83 | |
This starts a domain controller, after running 'net vampire' to populate it. We don't use it as the 'all' environment yet, as the rest of the code isn't quite ready to handle it. Andrew Bartlett | |||||
2010-06-16 | s4:dsdb use dsdb_module_modify() rather than ldb_next_request() | Andrew Bartlett | 1 | -22/+2 | |
This does exactly the same thing, but with less code. Andrew Bartlett | |||||
2010-06-16 | s4:dsdb Handle backlinks for Windows 2000 level linked attributes | Andrew Bartlett | 2 | -12/+928 | |
This revives the code from 5964acfa741d691c0196f91c0796122ec025f177, before tridge and I simplified this too much, and removed the Windows 2000 functional level linked attribute support. By telling the linked_attributes module that repl_meta_data has handled the links, we avoid a conflict for the new style (functional level 2003 and above) linked attributes. However, we still need backlinks for 2000 style linked attributes, so this allows that code in the linked_attributes module to be revived to handle those. Andrew Bartlett | |||||
2010-06-16 | s4:dsdb Add control for signaling between repl_meta_data and linked_attributes | Andrew Bartlett | 3 | -0/+7 | |
This control will allow the linked_attributes module to know if repl_meta_data has already handled the creation of forward and back links. Andrew Bartlett | |||||
2010-06-15 | Remove unused function. | Jeremy Allison | 2 | -15/+0 | |
2010-06-16 | waf: Fix installation of pidl manapges. | Jelmer Vernooij | 3 | -7/+5 | |
2010-06-15 | s4 torture: RAW-SEARCH: break out some of the old search levels | Aravind Srinivasan | 3 | -2/+33 | |
* Added two new parameters: raw_search_search and raw_ea_size which can be enabled/disabled based on whether the server supports RAW_SEARCH_SEARCH and/or RAW_SEARCH_EA_SIZE levels * Skip unsupported levels from the server and give a warning rather than failing. Signed-off-by: Tim Prouty <tprouty@samba.org> | |||||
2010-06-15 | s4 torture: RAW-SEARCH: Only test supported info levels | Tim Prouty | 1 | -9/+45 | |
2010-06-15 | s4-waf: Fix build of libldb_ildap against system ldb. | Jelmer Vernooij | 2 | -2/+2 | |
2010-06-15 | wafsamba: Fix include path inheritance from module subsystems. | Jelmer Vernooij | 2 | -16/+16 | |
2010-06-15 | dcerpc-samr: Fix library name. | Jelmer Vernooij | 1 | -1/+1 | |