summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* samba.provision: Fix setup_path.Jelmer Vernooij2010-11-283-72/+73
* samba.provision: Add package with provision and backend modules.Jelmer Vernooij2010-11-283-323/+337
* s4-python: Fix formatting of docstrings for the purpose of pydoctor.Jelmer Vernooij2010-11-287-108/+120
* Makefile: Add rule for pydoctor.Jelmer Vernooij2010-11-281-0/+3
* samba.tests: Fix formatting.Jelmer Vernooij2010-11-281-22/+25
* s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using S...Kamen Mazdrashki2010-11-281-7/+10
* s4-samba-tool: support help, and show description of commandsAndrew Tridgell2010-11-281-7/+7
* s4-drs: fixed credit for C versionAndrew Tridgell2010-11-281-0/+2
* s4:netcmd/drs.py - use "objectClass" for discovering the server and it's NTDS...Matthias Dieter Wallnöfer2010-11-271-2/+2
* tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignmentsMatthias Dieter Wallnöfer2010-11-271-2/+2
* s4:dsdb/repl/drepl_service.c - return the correct WERR resultMatthias Dieter Wallnöfer2010-11-271-1/+1
* s4:drepl_service.c - fix error macro (use "_werr" and not "werr")Matthias Dieter Wallnöfer2010-11-271-1/+1
* s4:dsdb/repl/drepl_out_helpers.c - print out the correct error message (werr)Matthias Dieter Wallnöfer2010-11-271-1/+1
* s4:lib/registry/rpc.c - remove a duplicate assignmentMatthias Dieter Wallnöfer2010-11-271-1/+0
* s4:torture/rpc/samr.c - fix uninitialised "status" variablesMatthias Dieter Wallnöfer2010-11-271-0/+4
* s4:torture/rpc/samsync.c - remove uninitialised "nt_status" checkMatthias Dieter Wallnöfer2010-11-271-8/+1
* s4:drsuapi RPC server - fix "enum security_user_level" warning on Tru64Matthias Dieter Wallnöfer2010-11-276-10/+9
* s4:param/secrets.h - fix "enum netr_SchannelType" include correctlyMatthias Dieter Wallnöfer2010-11-275-5/+2
* s4:wkssvc RPC server - better solution for srvsvc* enum's in server_info.cMatthias Dieter Wallnöfer2010-11-272-1/+2
* Revert "s4:rpc_server/common/common.h - introduce two forward declarations to...Matthias Dieter Wallnöfer2010-11-271-3/+0
* s4:libcli/security/session.h - fix include ordering for "enum security_user_l...Matthias Dieter Wallnöfer2010-11-271-2/+2
* s4:dsdb/samdb/samdb.h - fix include ordering in order to prevent warnings on ...Matthias Dieter Wallnöfer2010-11-271-1/+1
* s3: Use localtime_r, libreplace defines itVolker Lendecke2010-11-271-11/+9
* libwbclient: Correctly order the wbcAllocateMemory argsVolker Lendecke2010-11-272-11/+11
* libwbclient: Fix a division by zeroVolker Lendecke2010-11-271-1/+1
* s3: Return the correct result from winbindd_dual_auth_passdbVolker Lendecke2010-11-271-2/+3
* MAINTAINERS.txt - fix typoMatthias Dieter Wallnöfer2010-11-271-1/+1
* tdb:tdbstore.c - remove an useless '\'Matthias Dieter Wallnöfer2010-11-271-1/+1
* build: change compile flags on mac os x if we face pb with common symbolsMatthieu Patou2010-11-271-2/+4
* remove useless debug message :-)Matthieu Patou2010-11-271-1/+0
* show_test_time: Move to root scripting directory as it's useful for s3Jelmer Vernooij2010-11-271-0/+0
* s4:role transfer - use always type "enum drepl_role_master" for role specific...Matthias Dieter Wallnöfer2010-11-274-5/+6
* s4:samba3sam LDB module - correctly print out an unsigned valueMatthias Dieter Wallnöfer2010-11-271-1/+2
* s4:samba3sam LDB module - make the "pw_uid"/"pw_gid" conversion a bit clearerMatthias Dieter Wallnöfer2010-11-271-2/+6
* s4:dsdb tests - make use of "ldb.get_domain_sid()"Matthias Dieter Wallnöfer2010-11-274-22/+5
* s4:dsdb/tests/python/sam.py - we don't need the domain SIDMatthias Dieter Wallnöfer2010-11-271-5/+0
* s4:torture/drs/python/fsmo.py - fix comments and an error messageMatthias Dieter Wallnöfer2010-11-271-3/+3
* s4-samba-tool: removed old C implementation of samba-tool drsAndrew Tridgell2010-11-276-1617/+0
* s4-samba-tool: switched over to python version of samba-tool drsAndrew Tridgell2010-11-283-12/+3
* s4-samba-tool: added python implementation of samba-tool drs commandsAndrew Tridgell2010-11-281-0/+402
* s4-pyglue: expose the remaining NTTIME functions from glueAndrew Tridgell2010-11-281-0/+3
* s4-drs: allow DrsReplicaGetInfo as a DCAndrew Tridgell2010-11-281-1/+1
* s4-pydsdb: use cpp macro to simplify flags definitionsAndrew Tridgell2010-11-281-137/+110
* libds: added mS-DS-ReplicatesNCReason flagsAndrew Tridgell2010-11-281-1/+11
* s4-samba-tool: fixed "-k no" for disabling kerberos authAndrew Tridgell2010-11-281-2/+4
* Add timestamp when running with --maximum-runtimeMatthieu Patou2010-11-271-1/+15
* blackbox.ldb: Support using system ldbsearch.Jelmer Vernooij2010-11-272-2/+5
* selftest: Allow using ldb* utilities from system.Jelmer Vernooij2010-11-271-1/+5
* s4-libnet: use the full DNS domain for CLDAP lookups if possibleAndrew Tridgell2010-11-271-1/+6
* wintest: cope with VMs sometimes not rebootingAndrew Tridgell2010-11-274-7/+33