Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | s4-heimdal: Fix typo in comment. | Karolin Seeger | 1 | -1/+1 | |
Karolin | |||||
2010-04-13 | s4:librpc/rpc: the python bindings should use !NT_STATUS_IS_OK instead of ↵ | Stefan Metzmacher | 1 | -4/+4 | |
NT_STATUS_IS_ERR Everything but NT_STATUS_OK is an error here. metze | |||||
2010-04-13 | s4:librpc/rpc: make PyErr_SetDCERPCStatus() static | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2010-04-13 | s4:"samdb_server_site_name" uses - proof for out of memory | Matthias Dieter Wallnöfer | 2 | -2/+7 | |
2010-04-13 | s4:samdb_server_site_name - fix indentation | Matthias Dieter Wallnöfer | 1 | -4/+6 | |
2010-04-13 | s4:fill_netlogon_samlogon_reponse - fix a typo | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-04-13 | s4:torture/netlogon - enhance test for "dcesrv_netr_DsRGetDCNameEx2" | Matthias Dieter Wallnöfer | 1 | -0/+20 | |
Test for right domainname handling. | |||||
2010-04-13 | s4:dcesrv_netr_DsRGetDCNameEx2 - provide a much better implementation | Matthias Dieter Wallnöfer | 2 | -52/+51 | |
On the base of the "fill_netlogon_samlogon_response" call. This removes duplicated code. | |||||
2010-04-13 | s4:fill_netlogon_samlogon_response - some rework of the detection code | Matthias Dieter Wallnöfer | 1 | -16/+26 | |
To make it compatible by the use of the "dcesrv_netr_DsRGetDCName*" calls. Some result checks were redundant so I removed them. In other cases I added debug outputs. Sometimes the debug messages were misleading. | |||||
2010-04-13 | s4: prevent the autoconf build from removing source4/librpc/gen_ndr/README | Andrew Tridgell | 1 | -1/+1 | |
2010-04-13 | s4-waf: don't try to use the system lib for the library build | Andrew Tridgell | 1 | -4/+6 | |
when building library FOO, don't try to find the system library FOO Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-04-13 | s4:tortore/rpc/spoolss: some compilers don't like .foo.bar = 5 | Stefan Metzmacher | 1 | -28/+42 | |
metze | |||||
2010-04-13 | s4:CLDAP - "fill_netlogon_samlogon_reponse" - check for out of memory | Matthias Dieter Wallnöfer | 1 | -1/+4 | |
2010-04-13 | s4:acl/descriptor LDB module - distinguish between root and default basedn | Matthias Dieter Wallnöfer | 2 | -0/+12 | |
The first is the forest base DN, the second the domain base DN. At the moment we assume that they are both the same but it hasn't to be so. Nadia, I would invite you to fix the outstanding parts regarding this (I added comments). | |||||
2010-04-13 | s4:use "samdb_forest_name" for the forest DNS domainname lookup | Matthias Dieter Wallnöfer | 2 | -15/+12 | |
2010-04-13 | s4:dsdb/common/util.c - add a call which determines centrally the forest DNS ↵ | Matthias Dieter Wallnöfer | 1 | -0/+19 | |
domainname | |||||
2010-04-13 | s4:remove "samdb_root_dn", "samdb_base_dn", "samdb_config_dn" and ↵ | Matthias Dieter Wallnöfer | 1 | -20/+0 | |
"samdb_schema_dn" They aren't needed anymore. | |||||
2010-04-13 | Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions" | Matthias Dieter Wallnöfer | 20 | -37/+43 | |
We should use the "ldb_get_*_basedn" calls since they are available in the LDB library. | |||||
2010-04-13 | s4:objectclass LDB module - remove a unneeded newline | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2010-04-13 | s4-tevent: up tevent version number | Andrew Tridgell | 1 | -2/+2 | |
tevent now has tevent_re_initialise() which is needed for the s4 build | |||||
2010-04-12 | s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
attribute According to MS-NRPC 2.2.1.4.13 this should be the DNS domainname, not the forest one. | |||||
2010-04-12 | s4:auth/auth_sam_reply.c - fix counter types | Matthias Dieter Wallnöfer | 1 | -3/+3 | |
2010-04-12 | s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions | Matthias Dieter Wallnöfer | 4 | -4/+4 | |
Purely cosmetic change. | |||||
2010-04-12 | s4:torture/ldap/ldap_sort.c - There should be used the "base_dn" not the ↵ | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
"root_dn" for the sort test The (forest) "root_dn" hasn't always to be the same as the (domain) "base_dn"! | |||||
2010-04-12 | s4:tortore/rpc/spoolss.c: fix declaration after code warning | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2010-04-12 | s4-ldb: enable waf build of ldb without ldap backend | Andrew Tridgell | 1 | -2/+3 | |
this is useful for cross-compilation testing, where getting all the ldap deps installed can be hard | |||||
2010-04-12 | Fixed a problem with provision missing the default_dir/etc directory. | Nadezhda Ivanova | 1 | -2/+2 | |
2010-04-12 | s4:heimdal_build/wscript_build: avoid global deps for hostcc stuff | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2010-04-12 | lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf ↵ | Stefan Metzmacher | 2 | -2/+2 | |
system does metze | |||||
2010-04-12 | s4:param/wscript_build: 'dl' is provides via 'replace' | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-04-12 | s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCC | Stefan Metzmacher | 1 | -8/+10 | |
metze | |||||
2010-04-12 | lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCC | Stefan Metzmacher | 1 | -3/+5 | |
metze | |||||
2010-04-12 | s4-ldb: fixed a crash bug for non-UTF8 strings | Andrew Tridgell | 1 | -1/+3 | |
when one of the strings was not valid UTF8, we would try to dereference NULL | |||||
2010-04-12 | s4-waf: inline LIBREPLACE_NETWORK into 'replace' | Stefan Metzmacher | 2 | -4/+4 | |
metze | |||||
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. |