summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* s4-heimdal: Fix typo in comment.Karolin Seeger2010-04-131-1/+1
* s4:librpc/rpc: the python bindings should use !NT_STATUS_IS_OK instead of NT_...Stefan Metzmacher2010-04-131-4/+4
* s4:librpc/rpc: make PyErr_SetDCERPCStatus() staticStefan Metzmacher2010-04-132-3/+3
* s4:"samdb_server_site_name" uses - proof for out of memoryMatthias Dieter Wallnöfer2010-04-132-2/+7
* s4:samdb_server_site_name - fix indentationMatthias Dieter Wallnöfer2010-04-131-4/+6
* s4:fill_netlogon_samlogon_reponse - fix a typoMatthias Dieter Wallnöfer2010-04-131-1/+1
* s4:torture/netlogon - enhance test for "dcesrv_netr_DsRGetDCNameEx2"Matthias Dieter Wallnöfer2010-04-131-0/+20
* s4:dcesrv_netr_DsRGetDCNameEx2 - provide a much better implementationMatthias Dieter Wallnöfer2010-04-132-52/+51
* s4:fill_netlogon_samlogon_response - some rework of the detection codeMatthias Dieter Wallnöfer2010-04-131-16/+26
* s4: prevent the autoconf build from removing source4/librpc/gen_ndr/READMEAndrew Tridgell2010-04-131-1/+1
* s4-waf: don't try to use the system lib for the library buildAndrew Tridgell2010-04-131-4/+6
* s4:tortore/rpc/spoolss: some compilers don't like .foo.bar = 5Stefan Metzmacher2010-04-131-28/+42
* s4:CLDAP - "fill_netlogon_samlogon_reponse" - check for out of memoryMatthias Dieter Wallnöfer2010-04-131-1/+4
* s4:acl/descriptor LDB module - distinguish between root and default basednMatthias Dieter Wallnöfer2010-04-132-0/+12
* s4:use "samdb_forest_name" for the forest DNS domainname lookupMatthias Dieter Wallnöfer2010-04-132-15/+12
* s4:dsdb/common/util.c - add a call which determines centrally the forest DNS ...Matthias Dieter Wallnöfer2010-04-131-0/+19
* s4:remove "samdb_root_dn", "samdb_base_dn", "samdb_config_dn" and "samdb_sche...Matthias Dieter Wallnöfer2010-04-131-20/+0
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-1320-37/+43
* s4:objectclass LDB module - remove a unneeded newlineMatthias Dieter Wallnöfer2010-04-131-2/+1
* s4-tevent: up tevent version numberAndrew Tridgell2010-04-131-2/+2
* s3/s4:netlogon IDL - fix up "struct netr_SamInfo6" regarding the "forest" att...Matthias Dieter Wallnöfer2010-04-121-2/+2
* s4:auth/auth_sam_reply.c - fix counter typesMatthias Dieter Wallnöfer2010-04-121-3/+3
* s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functionsMatthias Dieter Wallnöfer2010-04-124-4/+4
* s4:torture/ldap/ldap_sort.c - There should be used the "base_dn" not the "roo...Matthias Dieter Wallnöfer2010-04-121-2/+2
* s4:tortore/rpc/spoolss.c: fix declaration after code warningStefan Metzmacher2010-04-121-10/+10
* s4-ldb: enable waf build of ldb without ldap backendAndrew Tridgell2010-04-121-2/+3
* Fixed a problem with provision missing the default_dir/etc directory.Nadezhda Ivanova2010-04-121-2/+2
* s4:heimdal_build/wscript_build: avoid global deps for hostcc stuffStefan Metzmacher2010-04-121-0/+3
* lib/replace/wscript: inline LIBREPLACE_EXT into 'replace' as the autoconf sys...Stefan Metzmacher2010-04-122-2/+2
* s4:param/wscript_build: 'dl' is provides via 'replace'Stefan Metzmacher2010-04-121-1/+1
* s4:heimdal_build/wscript: rename HEIMDAL_ROKEN_H => HEIMDAL_ROKEN_HOSTCCStefan Metzmacher2010-04-121-8/+10
* lib/replace/wscript: rename LIBREPLACE_H => LIBREPLACE_HOSTCCStefan Metzmacher2010-04-121-3/+5
* s4-ldb: fixed a crash bug for non-UTF8 stringsAndrew Tridgell2010-04-121-1/+3
* s4-waf: inline LIBREPLACE_NETWORK into 'replace'Stefan Metzmacher2010-04-122-4/+4
* s4/libnet: Allocate mem in supplied mem_ctxKamen Mazdrashki2010-04-121-2/+2
* s4/py_net: Source code formatting fixKamen Mazdrashki2010-04-121-16/+17
* build: use a common autogen-waf.sh for all buildsAndrew Tridgell2010-04-122-49/+2
* s4-net: Add definition of outf.Jelmer Vernooij2010-04-121-0/+2
* s4: fix a typoKamen Mazdrashki2010-04-121-1/+1
* s4/libnet: handle errors returned for DsAddEntry_v3 properlyKamen Mazdrashki2010-04-121-4/+3
* s4/libnet: Add few new lines in the debug log so it is readable againKamen Mazdrashki2010-04-121-14/+16
* s4/libnet: Dump DRSUAPI_DIRERR_OK as unexpectedKamen Mazdrashki2010-04-121-2/+1
* s4:dbspeed torture - improve also the TDB code partMatthias Dieter Wallnöfer2010-04-111-10/+9
* s4:dbspeed torture - remove unneeded newlines on "torture_result"Matthias Dieter Wallnöfer2010-04-111-7/+7
* s4: Fix more test results to not conflict with subunit commands.Jelmer Vernooij2010-04-111-7/+7
* subunit: Remove more test output that could be interpreted by subunit.Jelmer Vernooij2010-04-114-51/+51
* subunit: Support formatting compatible with upstream subunit, for consistency.Jelmer Vernooij2010-04-1139-278/+279
* s4:samdb_server_site_dn - free unused DNs in the right wayMatthias Dieter Wallnöfer2010-04-111-2/+2
* s4:torture - "dbspeed" test - add newlines as we have them in the other failu...Matthias Dieter Wallnöfer2010-04-111-2/+2
* s4:torture - "dbspeed" testMatthias Dieter Wallnöfer2010-04-111-2/+2