summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* s4:ldap_backend.c/"map_ldb_error" - handle errors similar to "PyErr_SetLdbError"Matthias Dieter Wallnöfer2011-10-111-6/+2
* auth: move gensec_start.c to the top levelAndrew Bartlett2011-10-117-972/+66
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-1116-3658/+6
* s4-s3-upgrade: Allow import (just without a uid mapping) where getpwnam failsAndrew Bartlett2011-10-111-1/+1
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-1115-4820/+14
* pac: Fix wrong memory allocation checkSimo Sorce2011-10-111-1/+1
* libcli/cldap: don't pass tevent_context to cldap_socket_init()Stefan Metzmacher2011-10-107-15/+12
* libcli/cldap: pass tevent_context to cldap_search_send()Stefan Metzmacher2011-10-101-1/+1
* libcli/cldap: pass tevent_context to cldap_netlogon_send()Stefan Metzmacher2011-10-104-4/+8
* libcli/cldap: pass tevent_context to cldap_set_incoming_handler()Stefan Metzmacher2011-10-101-1/+2
* Remove pointless exception catching in tests.Jelmer Vernooij2011-10-092-10/+4
* netcmd/domain: Remove unused imports.Jelmer Vernooij2011-10-081-2/+2
* netcmd: Avoid catching all exceptions, avoid using ';' at the end of lines.Jelmer Vernooij2011-10-081-9/+8
* upgrade: Avoid catching all exceptions, just catch the ones we care about.Jelmer Vernooij2011-10-081-11/+9
* s4:findprovisionusnranges - the default python path is detected over "env"Matthias Dieter Wallnöfer2011-10-081-1/+1
* s4:torture/smb2: avoid '//' commentsStefan Metzmacher2011-10-081-1/+1
* s4:torture/drs: avoid '//' commentsStefan Metzmacher2011-10-081-2/+2
* s4:lib/wmi: avoid '//' commentsStefan Metzmacher2011-10-081-8/+8
* build: build wbinfo only once in the waf buildAndrew Bartlett2011-10-081-4/+0
* selftest: run dfs tests on plugin_s4_dcStefan Metzmacher2011-10-081-0/+1
* s4:smb_server: implement dfs referral handing on top of dfs_server_ad_get_ref...Stefan Metzmacher2011-10-082-812/+54
* s4:dsdb/password_hash: add DSDB_CONTROL_PASSWORD_BYPASS_LAST_SET_OIDStefan Metzmacher2011-10-073-1/+42
* s4:dbchecker: make use of local_oid controls for dsdb.DSDB_CONTROL_DBCHECKStefan Metzmacher2011-10-071-1/+1
* s4:dsdb: fix the order of DSDB_CONTROL_* defines in samdb.hStefan Metzmacher2011-10-071-10/+10
* s4-param copy print_parameter and equal_parameter in from source3Andrew Bartlett2011-10-071-10/+24
* param: Use a bool to hold boolean parametersAndrew Bartlett2011-10-071-7/+7
* s4-dsdb: special case for deleted objects one way linkAndrew Tridgell2011-10-071-4/+17
* s4-dsdb: don't display links to deleted objectsAndrew Tridgell2011-10-071-9/+42
* s4-dsdb: fixed one_way_link calculationAndrew Tridgell2011-10-071-1/+2
* s4-dsdb: fixed behaviour of show_deleted and show_recycled controlAndrew Tridgell2011-10-071-38/+71
* s4-dsdb: fixed the check_optional_feature() callAndrew Tridgell2011-10-071-19/+24
* lib/util: consolidate module loadingAndrew Bartlett2011-10-061-1/+1
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-0621-142/+19
* samba-tool: add support for fixing broken backlinks in dbcheckAndrew Tridgell2011-10-061-20/+32
* s4-dsdb: allow deletion of backlinks if DSDB_CONTROL_DBCHECK givenAndrew Tridgell2011-10-062-1/+5
* s4-dsdb: added DSDB_CONTROL_DBCHECKAndrew Tridgell2011-10-063-0/+5
* s4-dsdb: allow groupType update on deleted objectsAndrew Tridgell2011-10-061-1/+2
* s4-rodc: use the rodc_replica flag on the partitionAndrew Tridgell2011-10-061-2/+2
* s4-rodc: ensure we load replicated partitions for RODCsAndrew Tridgell2011-10-062-46/+35
* s4-dsdb: Do not assume that all deleted objects have an objectCategory and sA...Andrew Bartlett2011-10-061-2/+2
* dsdb: Do not attempt to resolve conflicts on an RODCAndrew Bartlett2011-10-061-2/+26
* dsdb: fix double-free in replication failure case on RODCAndrew Bartlett2011-10-061-1/+1
* s4-dsdb Allow repl server to start even when no master NCs are presentAndrew Bartlett2011-10-061-7/+1
* s4-auth: fixed formatting of some DEBUG() linesAndrew Tridgell2011-10-051-3/+3
* s4-subdomain: create trust record with forest root DCAndrew Tridgell2011-10-041-7/+33
* s4-dsdb: fixed re-join of subdomainAndrew Tridgell2011-10-041-3/+4
* s4-lsa: fixed set of trust password with old passwordAndrew Tridgell2011-10-041-14/+13
* s4-dns: add all forest DCs to named.conf.updateAndrew Tridgell2011-10-041-12/+54
* s4-ldap: added DSDB_CONTROL_NO_GLOBAL_CATALOG to ldap encoding listAndrew Tridgell2011-10-041-18/+7
* s4-kdc: fixed handling of previous vs current trust passwordAndrew Tridgell2011-10-041-36/+77