summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2011-10-04s4-kdc: fixed handling of previous vs current trust passwordAndrew Tridgell1-36/+77
2011-10-04s4-auth: rework map_user_info() to use cracknamesAndrew Tridgell2-13/+215
2011-10-04s4-sam: don't look in GC NCs for user accountsAndrew Tridgell1-2/+6
2011-10-04s4-kdc: don't look at global catalog NCs in the kdcAndrew Tridgell2-16/+23
2011-10-04s4-kdc: treat a kvno of 255 as unspecifiedAndrew Tridgell1-1/+4
2011-10-04s4-kcc: if we are a GC, auto-add partial replicasAndrew Tridgell1-3/+147
2011-10-04s4-dsdb: simplify samdb_is_gc()Andrew Tridgell1-28/+2
2011-10-04s4-dsdb: add the DSDB_CONTROL_PARTIAL_REPLICA when neededAndrew Tridgell1-0/+9
2011-10-04heimdal: handle referrals for 3 part DRSUAPI SPNsAndrew Tridgell1-1/+18
2011-10-04s4-repl: try harder to find the right SPN in replication serverAndrew Tridgell1-23/+72
2011-10-04s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICAAndrew Tridgell7-60/+98
2011-10-04s4-join: enable cleanup on failed joinAndrew Tridgell1-1/+1
2011-10-04s4-drs: added DSDB_REPL_FLAG_ADD_NCNAME to DsAddEntry callAndrew Tridgell1-0/+1
2011-10-04s4-dsdb: added DSDB_REPL_FLAG_ADD_NCNAME flagAndrew Tridgell1-0/+1
2011-10-04s4-dsdb: fixed formatting of a debug messageAndrew Tridgell1-1/+1
2011-10-04s4-partition: allow creation of uninstantiated partitionsAndrew Tridgell1-6/+0
2011-10-04s4-dsdb: allow uninstantiated NC headsAndrew Tridgell1-2/+4
2011-10-04s4-repl: support creation of new NCs via DsAddEntryAndrew Tridgell1-0/+84
2011-10-04s4-repl: fixed formatting of some debug messagesAndrew Tridgell1-5/+5
2011-10-04dns: added example python script for dnsserver protocolAndrew Tridgell1-0/+89
2011-10-04dns: build python bindings for dnsserver RPC protocolAndrew Tridgell1-0/+6
2011-10-04samba-tool: cope with GC compares in ldapcmpAndrew Tridgell1-3/+5
2011-10-04samba-tool: added --full-sync and --sync-all options to samba-tool drs replicateAndrew Tridgell1-3/+9
2011-10-04s4-dbchecker: fixed handling of DSDB DNs in dbcheckAndrew Tridgell1-1/+1
2011-10-04s4-dsdb: update callers to dsdb_convert_object_ex()Andrew Tridgell2-0/+4
2011-10-04s4-repl: update instanceType in partial_replica replicationAndrew Tridgell1-0/+20
2011-10-04s4-repl: add FULL_SYNC and PARTIAL_REPLICA flagsAndrew Tridgell1-5/+27
2011-10-04s4-dsdb: implement DSDB_REPL_FLAG_PRIORITISE_INCOMINGAndrew Tridgell1-4/+22
2011-10-04s4-dsdb: disallow changes based on instanceTypeAndrew Tridgell1-4/+13
2011-10-04s4-dsdb: added DSDB_REPL_FLAG* to replicationAndrew Tridgell1-2/+15
2011-10-04s4-ldap-server: disallow all modifies on global catalog portAndrew Tridgell1-0/+20
2011-10-02s4 provision: Set server role default when called from command line to 'dc'Kai Blin1-0/+3
2011-09-29s4:smb_server/smb2: make sure we sign the final session setupStefan Metzmacher1-3/+10
2011-09-29s4: add SMB2_FSCTL opcodesDavid Disseldorp3-3/+18
2011-09-29s4-torture: add smb2 ioctl test suiteDavid Disseldorp3-1/+89
2011-09-29s4-torture: remove unchecked read from smb2 createDavid Disseldorp2-9/+9
2011-09-28s4:torture/smb2/lock: remove samba4 specific checks for NETWORK_NAME_DELETED/...Stefan Metzmacher1-12/+14
2011-09-28s4:libcli/smb2: ignore SMB2_OP_CANCEL responsesStefan Metzmacher1-0/+10
2011-09-28s4:libcli/smb2: correctly sign SMB2_OP_CANCEL request if they belong to a ses...Stefan Metzmacher1-0/+1
2011-09-28s4:libcli/smb2: don't try to check the signing if we got NT_STATUS_USER_SESSI...Stefan Metzmacher1-1/+2
2011-09-28libcli: Install libcli.h.Jelmer Vernooij2-4/+289
2011-09-28s4:libcli/resolve: only try broadcast messages to ipv4 addressesStefan Metzmacher1-2/+12
2011-09-28dns: Do as BIND and MS DNS and drop quries with qdcount != 1Kai Blin1-5/+11
2011-09-28dns: The QCLASS is called IN, not IPKai Blin1-6/+6
2011-09-27s4-ldap_server: Fix segfault on startup failure of ldap serverAndrew Bartlett1-2/+2
2011-09-25libcliraw: Make smb_raw_write_recv public and include it in a public header.Jelmer Vernooij2-1/+2
2011-09-24s4 winbind: Don't drop workgroup name for getpw*Kai Blin2-2/+16
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett10-10/+10
2011-09-23python-s4: use PyErr_SetNTSTATUS instead of PyErr_NTSTATUS_IS_ERR_RAISE as it...Matthieu Patou1-2/+4
2011-09-23pys4: really return an exception if the status if not correctMatthieu Patou1-4/+2