summaryrefslogtreecommitdiff
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLsAndrew Bartlett2013-09-271-1/+1
* pydsdb: Raise a more useful exception when dsdb_wellknown_dn fails.Andrew Bartlett2013-09-271-0/+5
* pydsdb: Give KeyError when we fail a schema lookup in pythonAndrew Bartlett2013-09-271-8/+8
* selftest: Add release-4-1-0rc3 saved provisionAndrew Bartlett2013-09-2732-0/+155536
* selftest: Add script to assist in writing out a tree undump.sh can restoreAndrew Bartlett2013-09-271-0/+48
* dsdb: Refuse to replicate an all-zero invocationID GUID in replPropertyMetaDataAndrew Bartlett2013-09-271-0/+9
* Remove NEWS file containing confusing informationAndrew Bartlett2013-09-271-496/+0
* Remove confusing TODO fileAndrew Bartlett2013-09-271-276/+0
* dsdb: Use WERR_DS_ATT_NOT_DEF_IN_SCHEMA for failed schema lookupsAndrew Bartlett2013-09-271-28/+28
* dsdb-repl_meta_data: Make handling of Deleted Objects DN clearer in deleteAndrew Bartlett2013-09-271-5/+10
* dsdb-repl_meta_data: Do not re-delete the Deleted Objects DN during replicationAndrew Bartlett2013-09-271-3/+5
* dsdb: Refuse to return an all-zero invocationIDAndrew Bartlett2013-09-271-0/+8
* dsdb-repl_meta_data: Check for a NULL invocationID and do not proceedAndrew Bartlett2013-09-271-0/+4
* python/drs: Ensure to pass in the local invocationID during the domain joinAndrew Bartlett2013-09-273-4/+20
* libcli: continue to read from the socket even if the size is 0Matthieu Patou2013-09-201-1/+1
* torture: Ensure that GSSAPI and SPNEGO packets are accepted by dlz_bind9Andrew Bartlett2013-09-063-1/+80
* selftest: Add a basic test of samba_upgradednsAndrew Bartlett2013-09-061-0/+1
* scripting/samba_upgradedns: Tighten up exception and attribute list handlingAndrew Bartlett2013-09-061-9/+10
* scripting/join.py: Handle creating the dns-NAME account during a DC joinAndrew Bartlett2013-09-062-2/+11
* s4:samba_upgradedns: don't pass linklocal=False to interface_ips_v6()Stefan Metzmacher2013-09-021-1/+1
* libcli/smb: pass max_dyn_len to smb2cli_req_send()Stefan Metzmacher2013-08-301-3/+6
* waf: replace dependency to libintl with samba_intlChristian Ambach2013-08-201-2/+2
* waf: consolidate libintl related checksChristian Ambach2013-08-201-3/+1
* Add torture tests to raw.eas to check sending Windows invalid names in the mi...Jeremy Allison2013-08-071-0/+114
* s4:server: avoid calling into nss_winbind from within 'samba'Stefan Metzmacher2013-08-051-0/+7
* s4:rpc_server: make sure we don't terminate a connection with pending request...Stefan Metzmacher2013-08-052-3/+60
* s4-winbindd: Do not terminate a connection that is still pending (bug #9820)Andrew Bartlett2013-08-053-2/+64
* service_stream: Log if the connection termination is deferred or not (bug #9820)Andrew Bartlett2013-08-051-1/+5
* dsdb: Include MS-ADTS doc references on deleted object contstraintsAndrew Bartlett2013-08-051-0/+16
* dsdb tests: Add member/memberOf checking to delete_objects testingAndrew Bartlett2013-08-051-21/+257
* dsdb: Improve DRS deleted link source/target handing in repl_meta_dataAndrew Bartlett2013-08-051-8/+97
* dsdb: Ensure we always force deleted objects back under the deleted objects DNAndrew Bartlett2013-08-051-26/+65
* dsdb/repl_meta_data: split out replmd_deletion_state()Stefan Metzmacher2013-08-051-31/+71
* dsdb: Prune deleted objects of links and extra attributes of replicated deletesAndrew Bartlett2013-08-051-71/+199
* torture/drs: Expand an error message to aid debuggingAndrew Bartlett2013-08-051-1/+1
* dsdb/samdb: use RECYCLED it implies DELETED...Stefan Metzmacher2013-08-052-3/+3
* rpc_server-drsuapi: Improve comments and DEBUG linesAndrew Bartlett2013-08-051-4/+3
* dsdb: Add assert in drepl_take_FSMO_roleAndrew Bartlett2013-08-051-4/+3
* dsdb-ridalloc: Rework ridalloc to return error strings where RID allocation f...Andrew Bartlett2013-08-051-15/+41
* dsdb: Rework subtree_rename module to use recursive LDB_SCOPE_ONELEVEL searchesAndrew Bartlett2013-08-052-104/+99
* dsdb-descriptor: Do not do a subtree search unless we have child entriesAndrew Bartlett2013-08-051-1/+32
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-2/+5
* s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Stefan Metzmacher2013-07-291-2/+2
* s4-lib/socket: Allocate a the larger sockaddr_un and not just a sockaddr_in i...Andrew Bartlett2013-07-291-2/+2
* dsdb-ridalloc: Fix RID pools - RID numbers increase too quicklyAndrew Bartlett2013-07-041-1/+2
* Make the output of the crackname script more readableMatthieu Patou2013-07-031-4/+4
* torture: Don't segfault in smb2.session on error.Andreas Schneider2013-07-021-1/+1
* torture: Don't segfault in raw.session on error.Andreas Schneider2013-07-021-1/+1
* torture: Fix comparsion of uninitalized bytes.Andreas Schneider2013-07-021-0/+2
* smbtorture: Make cracksname easier to debug by outputing the offered formatMatthieu Patou2013-07-011-18/+49