Age | Commit message (Expand) | Author | Files | Lines |
2011-09-28 | s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec... | Michael Adam | 1 | -2/+1 |
2011-09-28 | libcli: Install libcli.h. | Jelmer Vernooij | 2 | -4/+289 |
2011-09-28 | smb_unix_ext.h: Protect against multiple inclusion. | Jelmer Vernooij | 1 | -0/+4 |
2011-09-28 | Install headers included by smb_common.h. | Jelmer Vernooij | 1 | -2/+2 |
2011-09-28 | s4:libcli/resolve: only try broadcast messages to ipv4 addresses | Stefan Metzmacher | 1 | -2/+12 |
2011-09-28 | dns: Do as BIND and MS DNS and drop quries with qdcount != 1 | Kai Blin | 1 | -5/+11 |
2011-09-28 | dns: The QCLASS is called IN, not IP | Kai Blin | 2 | -7/+7 |
2011-09-28 | s3 net: Fix a discard const warning | Kai Blin | 1 | -1/+1 |
2011-09-28 | errormap: Add unix_to_werror() function | Kai Blin | 2 | -0/+10 |
2011-09-28 | s3:libsmb: remove unused TALLOC_FREE(subreq) calls in | Stefan Metzmacher | 1 | -5/+0 |
2011-09-28 | s3:libsmb: call TALLOC_FREE(subreq) directly after cli_sesssetup_blob_recv() | Stefan Metzmacher | 1 | -3/+2 |
2011-09-28 | s3-messaging Do not ever send a kill to -1 | Andrew Bartlett | 1 | -0/+3 |
2011-09-27 | s3-messaging Ensure that the message is of the correct legnth | Andrew Bartlett | 1 | -1/+1 |
2011-09-27 | s4-ldap_server: Fix segfault on startup failure of ldap server | Andrew Bartlett | 1 | -2/+2 |
2011-09-27 | s3-pdb_samba4: Remove unused attribute from domain search | Andrew Bartlett | 1 | -1/+0 |
2011-09-27 | These modules are no longer experimental but production-ready (especially | Jeremy Allison | 2 | -4/+0 |
2011-09-27 | Free the memory talloc'd | Richard Sharpe | 1 | -1/+6 |
2011-09-26 | s3-samr: Remove fstring in samr. | Andreas Schneider | 1 | -5/+14 |
2011-09-26 | s3-passdb: Cleanup use of fstring and move to talloc. | Simo Sorce | 4 | -24/+61 |
2011-09-26 | s3-group-mapping: Remove unused functions. | Simo Sorce | 2 | -36/+0 |
2011-09-26 | s3: Slightly simplify print_kdc_line() | Volker Lendecke | 1 | -10/+8 |
2011-09-26 | s3: Slightly simplify print_kdc_line() | Volker Lendecke | 1 | -20/+19 |
2011-09-26 | s3: Slightly simplify print_kdc_line() | Volker Lendecke | 1 | -49/+52 |
2011-09-26 | s3: Remove the smbd_server_conn ref from create_junction | Volker Lendecke | 3 | -3/+6 |
2011-09-26 | s3: Remove the smbd_server_conn ref from setup_dfs_referral | Volker Lendecke | 1 | -1/+1 |
2011-09-26 | s3: Remove the smbd_server_conn ref from get_referred_path | Volker Lendecke | 3 | -11/+17 |
2011-09-26 | s3: Remove the smbd_server_conn ref from dfs_redirect | Volker Lendecke | 1 | -1/+3 |
2011-09-26 | s3: Remove the smbd_server_conn ref from create_conn_struct | Volker Lendecke | 4 | -17/+23 |
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 |