Age | Commit message (Expand) | Author | Files | Lines |
2011-10-04 | s4-kdc: treat a kvno of 255 as unspecified | Andrew Tridgell | 1 | -1/+4 |
2011-10-04 | s4-kcc: if we are a GC, auto-add partial replicas | Andrew Tridgell | 1 | -3/+147 |
2011-10-04 | s4-dsdb: simplify samdb_is_gc() | Andrew Tridgell | 1 | -28/+2 |
2011-10-04 | s4-dsdb: add the DSDB_CONTROL_PARTIAL_REPLICA when needed | Andrew Tridgell | 1 | -0/+9 |
2011-10-04 | heimdal: handle referrals for 3 part DRSUAPI SPNs | Andrew Tridgell | 1 | -1/+18 |
2011-10-04 | s4-repl: try harder to find the right SPN in replication server | Andrew Tridgell | 1 | -23/+72 |
2011-10-04 | s4-dsdb: added new control DSDB_MODIFY_PARTIAL_REPLICA | Andrew Tridgell | 7 | -60/+98 |
2011-10-04 | s4-join: enable cleanup on failed join | Andrew Tridgell | 1 | -1/+1 |
2011-10-04 | s4-drs: added DSDB_REPL_FLAG_ADD_NCNAME to DsAddEntry call | Andrew Tridgell | 1 | -0/+1 |
2011-10-04 | s4-dsdb: added DSDB_REPL_FLAG_ADD_NCNAME flag | Andrew Tridgell | 1 | -0/+1 |
2011-10-04 | s4-dsdb: fixed formatting of a debug message | Andrew Tridgell | 1 | -1/+1 |
2011-10-04 | s4-partition: allow creation of uninstantiated partitions | Andrew Tridgell | 1 | -6/+0 |
2011-10-04 | s4-dsdb: allow uninstantiated NC heads | Andrew Tridgell | 1 | -2/+4 |
2011-10-04 | s4-repl: support creation of new NCs via DsAddEntry | Andrew Tridgell | 1 | -0/+84 |
2011-10-04 | s4-repl: fixed formatting of some debug messages | Andrew Tridgell | 1 | -5/+5 |
2011-10-04 | drsuapi: added ncName attid in enum | Andrew Tridgell | 1 | -0/+1 |
2011-10-04 | dns: added example python script for dnsserver protocol | Andrew Tridgell | 1 | -0/+89 |
2011-10-04 | dns: build python bindings for dnsserver RPC protocol | Andrew Tridgell | 2 | -0/+11 |
2011-10-04 | dns: filled in dnsserver.idl | Andrew Tridgell | 2 | -3/+1334 |
2011-10-04 | samba-tool: cope with GC compares in ldapcmp | Andrew Tridgell | 1 | -3/+5 |
2011-10-04 | samba-tool: added --full-sync and --sync-all options to samba-tool drs replicate | Andrew Tridgell | 1 | -3/+9 |
2011-10-04 | s4-dbchecker: fixed handling of DSDB DNs in dbcheck | Andrew Tridgell | 1 | -1/+1 |
2011-10-04 | s4-dsdb: update callers to dsdb_convert_object_ex() | Andrew Tridgell | 2 | -0/+4 |
2011-10-04 | s4-repl: update instanceType in partial_replica replication | Andrew Tridgell | 1 | -0/+20 |
2011-10-04 | s4-repl: add FULL_SYNC and PARTIAL_REPLICA flags | Andrew Tridgell | 1 | -5/+27 |
2011-10-04 | s4-dsdb: implement DSDB_REPL_FLAG_PRIORITISE_INCOMING | Andrew Tridgell | 1 | -4/+22 |
2011-10-04 | s4-dsdb: disallow changes based on instanceType | Andrew Tridgell | 1 | -4/+13 |
2011-10-04 | s4-dsdb: added DSDB_REPL_FLAG* to replication | Andrew Tridgell | 1 | -2/+15 |
2011-10-04 | s4-ldap-server: disallow all modifies on global catalog port | Andrew Tridgell | 1 | -0/+20 |
2011-10-04 | s4-ldb: enable display of partialAttributeSet with --show-binary | Andrew Tridgell | 2 | -1/+23 |
2011-10-03 | testtools: Import new upstream snapshot. | Jelmer Vernooij | 10 | -33/+597 |
2011-10-02 | dns: Move the dns_srv_record to the correct place in the idl file | Kai Blin | 1 | -7/+7 |
2011-10-02 | dns: Add support for TXT record to idl file | Kai Blin | 1 | -0/+6 |
2011-10-02 | wscript: Also generate ctags for python files | Kai Blin | 1 | -1/+1 |
2011-10-02 | s4 provision: Set server role default when called from command line to 'dc' | Kai Blin | 1 | -0/+3 |
2011-10-02 | s3:registry: fix the test for a REG_SZ blob possibly being a zero terminated ... | Michael Adam | 1 | -1/+10 |
2011-10-01 | s3:registry: reg_format: handle unterminated REG_SZ blobs | Gregor Beck | 1 | -1/+9 |
2011-10-01 | Add the new test_nttrans_fsctl.c to waf | Richard Sharpe | 1 | -0/+1 |
2011-10-01 | Move FSCTL handling into the VFS. Initial code changes. Passes smbtorture NTT... | Richard Sharpe | 6 | -336/+413 |
2011-10-01 | Add a torture test to test existing FSCTL responses | Richard Sharpe | 4 | -0/+290 |
2011-10-01 | Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" set | Jeremy Allison | 1 | -11/+2 |
2011-09-30 | s3-docs: Fix typos. | Karolin Seeger | 3 | -3/+3 |
2011-09-30 | s3-docs: some corrections for wbinfo | Christian Ambach | 1 | -4/+4 |
2011-09-30 | s3:wscript_build - add dependency on "tdb-wrap3" for libnet dssync | Matthias Dieter Wallnöfer | 1 | -1/+1 |
2011-09-30 | build: Add dep on tdb-wrap3 to get tdb headers | Andrew Bartlett | 1 | -1/+1 |
2011-09-30 | s3: Re-add (), fix a gcc hint | Volker Lendecke | 1 | -1/+1 |
2011-09-30 | s3: Remove an unused variable | Volker Lendecke | 1 | -2/+0 |
2011-09-30 | s3: Fix an uninitialized variable warning | Volker Lendecke | 1 | -1/+1 |
2011-09-30 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2011-09-30 | s3: Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |