Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -10/+17 | |
Unify error handling. | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
Add more "talloc_free"s where needed or useful. | |||||
2010-04-11 | s3: Cosmetics -- I could not spot where "chal" was initialized | Volker Lendecke | 1 | -1/+1 | |
2010-04-11 | s4:auth Remove event context from anonymous_session() | Andrew Bartlett | 7 | -123/+119 | |
This should always return a simple structure with no need to consult a DB, so remove the event context, and simplfy to call helper functions that don't look at privilages. Andrew Bartlett | |||||
2010-04-10 | s3: Use IS_DC macro in get_global_sam_name() | Volker Lendecke | 1 | -1/+1 | |
Much as I dislike macros, this one is there. So why not use it... | |||||
2010-04-10 | s3: Remove domain selection from dual_pam_auth | Volker Lendecke | 1 | -53/+13 | |
We're in a child, the parent already has chosen the domain by picking the right child to connect to. Metze, you've done work on winbind lately, so it goes to you: Please check :-) | |||||
2010-04-10 | subunit: Don't abort when receiving test results from tests that weren't | Jelmer Vernooij | 1 | -11/+32 | |
announced. | |||||
2010-04-10 | selftest: Support passing --load-list to test runners. | Jelmer Vernooij | 2 | -5/+30 | |
2010-04-10 | torture: Simplify torture suite running, call restricted test suite runner. | Jelmer Vernooij | 3 | -43/+41 | |
2010-04-10 | smbtorture: Remove unused shell feature. | Jelmer Vernooij | 1 | -51/+1 | |
2010-04-10 | smbtorture: Support --load-list argument. | Jelmer Vernooij | 1 | -16/+30 | |
2010-04-10 | s4:registry - "patchfile_preg.c" - use more "sizeof"s on length specification | Matthias Dieter Wallnöfer | 1 | -6/+6 | |
This makes the code more clear to read. | |||||
2010-04-10 | s4:registry - "patchfile_preg.c" - fix indentation | Matthias Dieter Wallnöfer | 1 | -5/+9 | |
2010-04-10 | s4:registry - "patchfile_preg.c" - fix a datatype | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
This should be an "uint16_t" (only two bytes are written). | |||||
2010-04-10 | libwbclient: Fix a memleak in wbcGetDisplayName | Volker Lendecke | 1 | -0/+1 | |
2010-04-10 | libwbclient: Ensure correct 0-termination in wbcGetSidAliases | Volker Lendecke | 1 | -0/+1 | |
2010-04-10 | s3: Check 0 termination in GETALIASES | Volker Lendecke | 1 | -7/+13 | |
2010-04-10 | s4:dsdb Don't use the permissive modify control on schemaInfo updates | Andrew Bartlett | 1 | -2/+2 | |
The use of 'replace' is enough to wipe out the old value, whatever it is, we don't need to set 'permissive modify' too. Additionally, this seems to be causing trouble for the OpenLDAP backend Andrew Bartlett | |||||
2010-04-10 | s4:dsdb Don't return operational attributes on special DNs | Andrew Bartlett | 1 | -0/+5 | |
2010-04-10 | s4:rootdse Implement "tokenGroups" in the rootDSE | Andrew Bartlett | 1 | -0/+18 | |
This returns the currently connected user's full token. This is very useful for debugging, and should be used in ACL tests. Andrew Bartlett | |||||
2010-04-10 | s4:dsdb Improve error message in extended_dn_in | Andrew Bartlett | 1 | -1/+1 | |
This error occours when an extended DN cannot be resolved, so it's most helpful to print the problematic extended DN. Andrew Bartlett | |||||
2010-04-10 | s4:ldif_handlers tokenGroups are SIDs | Andrew Bartlett | 1 | -0/+1 | |
2010-04-10 | s4:rpc_server Fix segfault in modified SamLogon handling | Andrew Bartlett | 1 | -0/+1 | |
2010-04-10 | s4:provision Don't make the 'slaptest' call produce errors | Andrew Bartlett | 1 | -6/+3 | |
Adding -n 0 also allows us to check the error code too Andrew Bartlett | |||||
2010-04-10 | s4:rpc_server Add all SIDs into the netlogon SamLogon reply | Andrew Bartlett | 1 | -32/+52 | |
We were missing the SIDs that are not in the domain. | |||||
2010-04-10 | s4:schema Try to fix OpenLDAP backend after schema reload support. | Andrew Bartlett | 1 | -4/+2 | |
If we can't get @REPLCHANGED, default to a value of 0. Andrew Bartlett | |||||
2010-04-10 | s4:heimdal Create a new PAC when impersonating a user with S4U2Self | Andrew Bartlett | 1 | -4/+46 | |
If we don't do this, the PAC is given for the machine accout, not the account being impersonated. Andrew Bartlett | |||||
2010-04-10 | s4:kdc Add functions to hdb-samba4 for the new s4u2self callback. | Andrew Bartlett | 4 | -18/+21 | |
For now, this shares the 'if it's the same host' system with the constrained delegation code. Andrew Bartlett | |||||
2010-04-10 | s4:heimdal Add hooks to check with the DB before we allow s4u2self | Andrew Bartlett | 2 | -5/+42 | |
This allows us to resolve multiple forms of a name, allowing for example machine$@REALM to get an S4U2Self ticket for host/machine@REALM. Andrew Bartlett | |||||
2010-04-10 | s4:credentials Add the functions needed to do S4U2Self with cli_credentials | Andrew Bartlett | 6 | -50/+208 | |
A torture test to demonstrate will be added soon. Andrew Bartlett | |||||
2010-04-10 | s4:credentials talloc_free() any previous salt_principal | Andrew Bartlett | 2 | -1/+2 | |
This isn't used often, but it is generally better not to leak it onto what may be a longer-term context. Andrew Bartlett | |||||
2010-04-10 | s4:autogen-waf: generate 'Makefile' instead of 'makefile' | Stefan Metzmacher | 2 | -5/+11 | |
This hopefully fixes the build on MacOS 10. metze | |||||
2010-04-10 | s4:configure: generate Makefile from Makefile.in | Stefan Metzmacher | 4 | -5/+7 | |
This makes it possible for the waf build to also generate a 'Makefile' instead of 'makefile'. On some platforms 'Makefile' is used before 'makefile' metze | |||||
2010-04-10 | s4:heimdal_build/wscript_build: remove more network related stuff from ↵ | Stefan Metzmacher | 1 | -3/+4 | |
HEIMDAL_ROKEN_H metze | |||||
2010-04-10 | s4:heimdal_build/wscript_build: use LIBREPLACE_H for asn1_compile and compile_et | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-04-10 | lib/replace: create a LIBREPLACE_H subsystem | Stefan Metzmacher | 1 | -3/+12 | |
metze | |||||
2010-04-09 | Plumb SMB2 stubs into all the places we defer SMB1 operations. | Jeremy Allison | 13 | -111/+198 | |
Rename functions to be internally consistent. Next step is to cope queueing single (non-compounded) SMB2 requests to put some code inside the stubs. Jeremy. | |||||
2010-04-09 | s4:LDB - fix up "LDAPI" test | Matthias Dieter Wallnöfer | 1 | -1/+3 | |
Set the "options" environment variable in a deterministic manner. | |||||
2010-04-09 | s4-smbtorture: skip winreg symlink test against Samba in RPC-SPOOLSS. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2010-04-09 | s4-smbtorture: make sure to check for result of spoolss_GetJob tests. | Günther Deschner | 1 | -4/+5 | |
This avoids returning potentially uninitialised data. Thanks Andreas for pointing this out. Guenther | |||||
2010-04-09 | s3-spoolss: Fix two uninitialized vars in spoolss util code. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-04-09 | s3: re-run make samba3-idl. | Günther Deschner | 5 | -4/+306 | |
Guenther | |||||
2010-04-09 | s4-smbtorture: display helpful error message when winreg_QueryMultipleValues ↵ | Günther Deschner | 1 | -5/+3 | |
fails. Guenther | |||||
2010-04-09 | winreg: move REG_OPTION_NON_VOLATILE out of option bitmask. | Günther Deschner | 1 | -1/+2 | |
Guenther | |||||
2010-04-09 | winreg: fill in IDL for winreg_QueryMultipleValues2. | Günther Deschner | 1 | -1/+7 | |
Guenther | |||||
2010-04-09 | s3: add iconv_convenience handle to pull/push sz helpers. | Günther Deschner | 15 | -50/+58 | |
Guenther | |||||
2010-04-09 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-04-09 | selftest: make sure filter-subunit and format-subunit use unbuffered io | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
2010-04-09 | s4:selftest: mark some smb2.compound tests as knownfail | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-04-09 | RPC-ALTERCONTEXT: let the test pass against w2k3 and w2k8 | Stefan Metzmacher | 1 | -0/+30 | |
The behavior between w2k3 and w2k8 differs: - w2k3 just ignores alter_context requests which try to change an existing presentation context. - w2k8 returns DERPC_NCA_S_PROTO_ERROR and closes the transport connection. metze |