summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-23Fix bug #8477 - Map to guest can return uninitialized blob of data.Jeremy Allison1-1/+3
2011-09-23s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTHAndrew Tridgell4-2/+66
2011-09-23wbclient: added support for handling WBC_ID_TYPE_BOTH mappingsAndrew Tridgell1-0/+3
2011-09-23libwbclient: added support for WBC_ID_TYPE_BOTHAndrew Tridgell2-1/+6
2011-09-23lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher4-156/+127
2011-09-22s3:smb2_server: fix a logic error, we should sign non guest sessionsStefan Metzmacher1-1/+1
2011-09-22s4:selftest: skip flakey samba4.nbt.winsreplication for nowStefan Metzmacher1-0/+1
2011-09-22Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.Jeremy Allison1-1/+6
2011-09-22s4-dbcheck: fixed transaction nesting in dbcheckAndrew Tridgell1-2/+6
2011-09-22samba-tool: use show_recycled in dbcheckerAndrew Tridgell1-13/+16
2011-09-22s4-kdc: set NO_GLOBAL_CATALOG control in kdcAndrew Tridgell1-3/+5
2011-09-22s4-rpc: show binding string in failed rpc bindsAndrew Tridgell1-1/+2
2011-09-22s4-ldap-server: set the NO_GLOBAL_CATALOG control on non-GC operationsAndrew Tridgell1-0/+2
2011-09-22s4-repl: remove unused principal_name elementAndrew Tridgell1-3/+0
2011-09-22s4-dsdb: load the partialReplica attribute in the @PARTITION objectAndrew Tridgell3-2/+27
2011-09-22s4-repl: fill in GUID and SID from partition informationAndrew Tridgell1-2/+9
2011-09-22s4-kcc: return partial replica NCs in drs showreplAndrew Tridgell1-24/+20
2011-09-22s4-dsdb: added NO_GLOBAL_CATALOG controlAndrew Tridgell4-1/+15
2011-09-22s4-dns: started adding support for auto-creation of NS glue recordAndrew Tridgell1-1/+37
2011-09-22s4-dsdb: get GUID and SID for DSA from extended DNAndrew Tridgell1-21/+27
2011-09-22s4-dsdb: enable initial replication of partitions via DsReplicaSyncAndrew Tridgell2-0/+52
2011-09-22s4-repl: get NCs to replicate from our NTDS objectAndrew Tridgell1-28/+64
2011-09-22s4-dsdb: added support for replicating with GC partial attribute setAndrew Tridgell2-3/+51
2011-09-22s4-dsdb: failing to find the object is not an error in dsdb_loadreps()Andrew Tridgell1-3/+8
2011-09-22s3: Fix Coverity ID 2619: UNINITVolker Lendecke1-0/+2
2011-09-22s3: Fix Coverity ID 2618: UNINITVolker Lendecke1-0/+2
2011-09-22Remove extraneous debug code.Jeremy Allison1-3/+0
2011-09-21Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 shareJeremy Allison2-0/+26
2011-09-21Fix bug #8474 - SMB2 create doesn't cope with an Apple client using NULL blob...Jeremy Allison1-3/+7
2011-09-21Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead...Jeremy Allison1-1/+1
2011-09-21s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin.Günther Deschner2-31/+5
2011-09-21s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2-8/+23
2011-09-21s3:smb2-server: session setup replies should always be signed (except for gue...Michael Adam1-2/+7
2011-09-21tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2Rusty Russell1-2/+2
2011-09-21tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variableRusty Russell1-0/+4
2011-09-21tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.Rusty Russell2-3/+10
2011-09-21tdb_compat: handle TDB_VOLATILE flag.Rusty Russell2-2/+12
2011-09-21tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.Rusty Russell2-2/+12
2011-09-21Try and fix bug #8472 - Crash in asn.1 parsing code.Jeremy Allison1-1/+6
2011-09-21s3: Further fix for bug 8338Volker Lendecke1-2/+9
2011-09-20Fix some typosVolker Lendecke1-5/+2
2011-09-20s3: Fix typosVolker Lendecke1-2/+2
2011-09-20s4:ntvfs common - remove two outdated function prototypesMatthias Dieter Wallnöfer2-4/+0
2011-09-20s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependencyMatthias Dieter Wallnöfer1-0/+1
2011-09-20s4:param/pyparam.c - suppress "P_SEP" compilation warningMatthias Dieter Wallnöfer1-2/+2
2011-09-20s3-docs: document -k switch in net manpage.Günther Deschner1-0/+1
2011-09-20s4-drs: allow replication of the GC partial attribute setAndrew Tridgell1-5/+95
2011-09-20tdb2: allow readonly changes even while holding locks.Rusty Russell1-10/+0