Age | Commit message (Expand) | Author | Files | Lines |
2011-09-26 | s3: Remove the smbd_server_conn ref from parse_dfs_path | Volker Lendecke | 1 | -5/+8 |
2011-09-25 | libcliraw: Make smb_raw_write_recv public and include it in a public header. | Jelmer Vernooij | 2 | -1/+2 |
2011-09-25 | addns: Remove unused empty header file | Kai Blin | 2 | -31/+0 |
2011-09-24 | net: Don't register link local addresses with DNS | Kai Blin | 3 | -0/+29 |
2011-09-24 | addns: Allow creating AAAA records during updates | Kai Blin | 2 | -4/+60 |
2011-09-24 | libcli/smb: Get rid of set but unused variable | Kai Blin | 1 | -1/+3 |
2011-09-24 | s4 winbind: Don't drop workgroup name for getpw* | Kai Blin | 2 | -2/+16 |
2011-09-23 | Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded. | David Disseldorp | 1 | -1/+1 |
2011-09-23 | Revert "Add a missing include file to two VFS modules" | Jeremy Allison | 2 | -2/+0 |
2011-09-23 | s3:smbd: disconnect the socket if we got an unexpected request | Stefan Metzmacher | 2 | -1/+20 |
2011-09-23 | s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (... | Stefan Metzmacher | 1 | -2/+3 |
2011-09-23 | build: Fix waf build on MacOS X | Andrew Bartlett | 3 | -2/+7 |
2011-09-23 | build: avoid util.h as a public header name due to conflict with MacOS | Andrew Bartlett | 21 | -21/+21 |
2011-09-23 | python-s4: use PyErr_SetNTSTATUS instead of PyErr_NTSTATUS_IS_ERR_RAISE as it... | Matthieu Patou | 1 | -2/+4 |
2011-09-23 | pys4: really return an exception if the status if not correct | Matthieu Patou | 1 | -4/+2 |
2011-09-23 | Fix bug #8477 - Map to guest can return uninitialized blob of data. | Jeremy Allison | 1 | -1/+3 |
2011-09-23 | s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTH | Andrew Tridgell | 4 | -2/+66 |
2011-09-23 | wbclient: added support for handling WBC_ID_TYPE_BOTH mappings | Andrew Tridgell | 1 | -0/+3 |
2011-09-23 | libwbclient: added support for WBC_ID_TYPE_BOTH | Andrew Tridgell | 2 | -1/+6 |
2011-09-23 | lib/util: move some timespec helpers from source3 to the toplevel | Stefan Metzmacher | 4 | -156/+127 |
2011-09-22 | s3:smb2_server: fix a logic error, we should sign non guest sessions | Stefan Metzmacher | 1 | -1/+1 |
2011-09-22 | s4:selftest: skip flakey samba4.nbt.winsreplication for now | Stefan Metzmacher | 1 | -0/+1 |
2011-09-22 | Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules. | Jeremy Allison | 1 | -1/+6 |
2011-09-22 | s4-dbcheck: fixed transaction nesting in dbcheck | Andrew Tridgell | 1 | -2/+6 |
2011-09-22 | samba-tool: use show_recycled in dbchecker | Andrew Tridgell | 1 | -13/+16 |
2011-09-22 | s4-kdc: set NO_GLOBAL_CATALOG control in kdc | Andrew Tridgell | 1 | -3/+5 |
2011-09-22 | s4-rpc: show binding string in failed rpc binds | Andrew Tridgell | 1 | -1/+2 |
2011-09-22 | s4-ldap-server: set the NO_GLOBAL_CATALOG control on non-GC operations | Andrew Tridgell | 1 | -0/+2 |
2011-09-22 | s4-repl: remove unused principal_name element | Andrew Tridgell | 1 | -3/+0 |
2011-09-22 | s4-dsdb: load the partialReplica attribute in the @PARTITION object | Andrew Tridgell | 3 | -2/+27 |
2011-09-22 | s4-repl: fill in GUID and SID from partition information | Andrew Tridgell | 1 | -2/+9 |
2011-09-22 | s4-kcc: return partial replica NCs in drs showrepl | Andrew Tridgell | 1 | -24/+20 |
2011-09-22 | s4-dsdb: added NO_GLOBAL_CATALOG control | Andrew Tridgell | 4 | -1/+15 |
2011-09-22 | s4-dns: started adding support for auto-creation of NS glue record | Andrew Tridgell | 1 | -1/+37 |
2011-09-22 | s4-dsdb: get GUID and SID for DSA from extended DN | Andrew Tridgell | 1 | -21/+27 |
2011-09-22 | s4-dsdb: enable initial replication of partitions via DsReplicaSync | Andrew Tridgell | 2 | -0/+52 |
2011-09-22 | s4-repl: get NCs to replicate from our NTDS object | Andrew Tridgell | 1 | -28/+64 |
2011-09-22 | s4-dsdb: added support for replicating with GC partial attribute set | Andrew Tridgell | 2 | -3/+51 |
2011-09-22 | s4-dsdb: failing to find the object is not an error in dsdb_loadreps() | Andrew Tridgell | 1 | -3/+8 |
2011-09-22 | s3: Fix Coverity ID 2619: UNINIT | Volker Lendecke | 1 | -0/+2 |
2011-09-22 | s3: Fix Coverity ID 2618: UNINIT | Volker Lendecke | 1 | -0/+2 |
2011-09-22 | Remove extraneous debug code. | Jeremy Allison | 1 | -3/+0 |
2011-09-21 | Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 share | Jeremy Allison | 2 | -0/+26 |
2011-09-21 | Fix bug #8474 - SMB2 create doesn't cope with an Apple client using NULL blob... | Jeremy Allison | 1 | -3/+7 |
2011-09-21 | Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead... | Jeremy Allison | 1 | -1/+1 |
2011-09-21 | s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin. | Günther Deschner | 2 | -31/+5 |
2011-09-21 | s3-netapi: allow to use default krb5 credential cache for libnetapi users. | Günther Deschner | 2 | -8/+23 |
2011-09-21 | s3:smb2-server: session setup replies should always be signed (except for gue... | Michael Adam | 1 | -2/+7 |
2011-09-21 | tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2 | Rusty Russell | 1 | -2/+2 |
2011-09-21 | tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variable | Rusty Russell | 1 | -0/+4 |