Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | s4/libnet: Allocate mem in supplied mem_ctx | Kamen Mazdrashki | 1 | -2/+2 | |
In this case, 'libnet_Vampire *r' may not be a pointer to a talloced memory. | |||||
2010-04-12 | s4/py_net: Source code formatting fix | Kamen Mazdrashki | 1 | -16/+17 | |
2010-04-12 | build: use a common autogen-waf.sh for all builds | Andrew Tridgell | 2 | -49/+2 | |
the symlink will get updated with the right target when waf dist is used in each directory | |||||
2010-04-12 | s4-net: Add definition of outf. | Jelmer Vernooij | 1 | -0/+2 | |
2010-04-12 | s4: fix a typo | Kamen Mazdrashki | 1 | -1/+1 | |
2010-04-12 | s4/libnet: handle errors returned for DsAddEntry_v3 properly | Kamen Mazdrashki | 1 | -4/+3 | |
It turns out ms-docs are little bit misleading - in case of no error, r->out.ctr->ctr3.err_data is not NULL, but error information (r->out.ctr->ctr3.err_data->v1.info) is NULL! | |||||
2010-04-12 | s4/libnet: Add few new lines in the debug log so it is readable again | Kamen Mazdrashki | 1 | -14/+16 | |
2010-04-12 | s4/libnet: Dump DRSUAPI_DIRERR_OK as unexpected | Kamen Mazdrashki | 1 | -2/+1 | |
Actually DRSUAPI_DIRERR_OK is not valid error to be returned. I introduce it in the IDL so that I can use it in enum. So it should be dumped as Unexpected error code | |||||
2010-04-11 | s4:dbspeed torture - improve also the TDB code part | Matthias Dieter Wallnöfer | 1 | -10/+9 | |
Always use the label "failed" on failures, always close the database context (child of "tmp_ctx") when deleting database file. | |||||
2010-04-11 | s4:dbspeed torture - remove unneeded newlines on "torture_result" | Matthias Dieter Wallnöfer | 1 | -7/+7 | |
According to Jelmer's post on the technical list. | |||||
2010-04-11 | s4: Fix more test results to not conflict with subunit commands. | Jelmer Vernooij | 1 | -7/+7 | |
2010-04-11 | subunit: Remove more test output that could be interpreted by subunit. | Jelmer Vernooij | 4 | -51/+51 | |
2010-04-11 | subunit: Support formatting compatible with upstream subunit, for consistency. | Jelmer Vernooij | 39 | -278/+279 | |
Upstream subunit makes a ":" after commands optional, so I've fixed any places where we might trigger commands accidently. I've filed a bug about this in subunit. | |||||
2010-04-11 | s4:samdb_server_site_dn - free unused DNs in the right way | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
2010-04-11 | s4:torture - "dbspeed" test - add newlines as we have them in the other ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
failure messages | |||||
2010-04-11 | s4:torture - "dbspeed" test | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
Calculate the leaks on base of the "tmp_ctx" not the torture context. | |||||
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 | 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 | selftest: Support passing --load-list to test runners. | Jelmer Vernooij | 1 | -0/+15 | |
2010-04-10 | torture: Simplify torture suite running, call restricted test suite runner. | Jelmer Vernooij | 1 | -43/+29 | |
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 | 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 | 1 | -5/+4 | |
This hopefully fixes the build on MacOS 10. metze | |||||
2010-04-10 | s4:configure: generate Makefile from Makefile.in | Stefan Metzmacher | 3 | -4/+6 | |
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-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 | s4-smbtorture: display helpful error message when winreg_QueryMultipleValues ↵ | Günther Deschner | 1 | -5/+3 | |
fails. Guenther | |||||
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 |