Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-10 | added a workaround to the handling of unicodePwd for Win7-beta | Andrew Tridgell | 1 | -1/+30 | |
The Win7-beta domain process has changed. It no longer uses SAMR for setting the password, and instead uses a ldap modify on a SASL encrypted ldap connection. We didn't handle that as the unicodePwd attribute has a dual use, holding the nt style MD4 hases for DRS replication, but holding a UTF-16 plaintext password for a LDAP modify. This patch copes with the ldap unicodePwd modify by recognising the format and creating the correct attributes on the fly. Note that this assumes we will never get a unicodePwd attribute set in NT MD4 format with the first 2 and last 2 bytes set to 0x22 0x00. Andrew Bartlett is looking at a more robust solution, possibly using a flag to say that this modify came via ldap, and not internal ldb calls. | |||||
2009-02-10 | fixed two problems with the DsRGetDCNameEx2 call, as used by | Andrew Tridgell | 1 | -3/+9 | |
Win7-beta. The first problem is that we removed the dnsDomain attribute a while back, so we were returning NULL for two fields. We now return the realm. The second problem is that Win7-beta sends the domain in the form the user typed it, so it may be in either the short or long form. We check for the short form and convert if needed. | |||||
2009-02-09 | Revert "Fix errornos assumption that all compilers are gcc" | Jelmer Vernooij | 1 | -1/+1 | |
This breaks (some?) files with gcc. This reverts commit 98a4327b19e83ffad4e0be7e8895fdbd9e48d49f. | |||||
2009-02-09 | Fix errornos assumption that all compilers are gcc | Torgeir Lerkerod | 1 | -1/+1 | |
When compiling Samba 4's IDL files buildsystem assumes that compiler knows about -xc, which is a gcc spesefic switch as this switch isn't needed on gcc either the flag was uneeded and can be removed. Thus no warnings on non gcc systems. Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com> Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-02-09 | s4/wrepl_server: Fix typo in comment. | Karolin Seeger | 1 | -2/+2 | |
Karolin | |||||
2009-02-09 | s4:Makefile: fix PUBLIC_HEADERS typo | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-07 | s4-smbtorture: fix test_EnumJobs in spoolss win test. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-02-07 | s4-spoolss: try to fix dcesrv_spoolss_GetPrinterData. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2009-02-07 | s4-smbtorture: fix valgrind warnings in RPC-SPOOLSS_WIN test. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-02-06 | s4-spoolss: fix dcesrv_spoolss_GetPrinterData. | Günther Deschner | 1 | -2/+2 | |
Guenther | |||||
2009-02-06 | s4-spoolss: fix sptr_GetPrintServerData. | Günther Deschner | 1 | -13/+13 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinterData. | Günther Deschner | 2 | -0/+4 | |
Guenther | |||||
2009-02-06 | s4-spoolss: fix spoolss server w.r.t. needed out pointers (+ remove tmp macro). | Günther Deschner | 1 | -13/+11 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix spoolss enum tests. | Günther Deschner | 3 | -27/+58 | |
Guenther | |||||
2009-02-06 | s4-spoolss: fix s4 spoolss server build (using a temp macro). | Günther Deschner | 1 | -6/+8 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_EnumPrinterKey. | Günther Deschner | 1 | -3/+5 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_EnumPrinterDataEx. | Günther Deschner | 2 | -2/+12 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinterDataEx. | Günther Deschner | 1 | -1/+6 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinterDriver2. | Günther Deschner | 2 | -1/+13 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetForm. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_DoPrintTest. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_DoPrintTest. | Günther Deschner | 1 | -2/+1 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinterDriverDirectory. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinter. | Günther Deschner | 2 | -4/+8 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetPrinter. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-02-06 | s4-smbtorture: fix test_GetJob. | Günther Deschner | 1 | -2/+4 | |
Guenther | |||||
2009-02-06 | s4:pyregistry: fix crash bugs introduced by ↵ | Stefan Metzmacher | 1 | -2/+3 | |
e5a6eadd8214b56da34f733318a0fecaebbe5ef5 The registry api uses wild casts in the returned types, so we can't check the talloc name against the type used in the public api... metze | |||||
2009-02-05 | s4:libcli/smb2: fix c++ warning | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-05 | s4:auth/ntlm: fix c++ warning | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-05 | s4:pyregistry: fix compiler warnings | Stefan Metzmacher | 1 | -13/+16 | |
metze | |||||
2009-02-05 | s4:pyauth: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-05 | s4:pyrpc: fix compiler warnings | Stefan Metzmacher | 1 | -3/+5 | |
metze | |||||
2009-02-05 | s4:pycredentials: fix compiler warnings | Stefan Metzmacher | 2 | -26/+25 | |
metze | |||||
2009-02-05 | s4:pyldb: fix compiler warnings | Stefan Metzmacher | 1 | -52/+85 | |
metze | |||||
2009-02-05 | s4:pyparam: fix compiler warnings | Stefan Metzmacher | 1 | -15/+15 | |
metze | |||||
2009-02-05 | s4:lib/registry: fix c++ warnings | Stefan Metzmacher | 2 | -8/+8 | |
metze | |||||
2009-02-05 | s4:build: remove not commited files under librpc/gen_ndr with make clean | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2009-02-05 | s4:pvfs_aio: fix compiler warning | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-02-05 | LDAP-UPTODATEVECTOR: fix segfault against samba4 as server | Stefan Metzmacher | 2 | -1/+1 | |
metze | |||||
2009-02-05 | s4:pvfs: remove compiler warning | Stefan Metzmacher | 1 | -2/+1 | |
metze | |||||
2009-02-05 | s4:pvfs: use talloc_get_type() to cast from void * | Stefan Metzmacher | 17 | -49/+102 | |
metze | |||||
2009-02-05 | s4:pvfs: fix some talloc related compiler warnings | Stefan Metzmacher | 4 | -4/+8 | |
metze | |||||
2009-02-05 | spoolss: move ndr spoolss helper to main librpc dir. | Günther Deschner | 2 | -535/+1 | |
Guenther | |||||
2009-02-04 | s4-smbtorture: in eventlog readlog test, print all records in a buffer. | Günther Deschner | 1 | -9/+26 | |
Guenther | |||||
2009-02-03 | s4:selftest: avoid hardcoded pathes in blackbox tests | Stefan Metzmacher | 8 | -21/+25 | |
metze | |||||
2009-02-03 | s4:selftest: don't use hardcoded pathes | Stefan Metzmacher | 1 | -18/+18 | |
metze | |||||
2009-02-03 | s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the tests | Stefan Metzmacher | 4 | -56/+56 | |
metze | |||||
2009-02-03 | librpc: add ndr_size_string_array(). | Günther Deschner | 1 | -0/+23 | |
Guenther | |||||
2009-02-02 | s4:build: add a comment why we need CFLAG_NO_CAST_QUAL and ↵ | Stefan Metzmacher | 1 | -4/+7 | |
CFLAG_NO_UNUSED_MACROS metze | |||||
2009-02-02 | s4:param: swig_ldb was renamed to pyldb in ↵ | Stefan Metzmacher | 1 | -1/+1 | |
d965ff05c9923c8a0e440e905d0d9fe662cc5db0 metze |