summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-28errormap: Add unix_to_werror() functionKai Blin2-0/+10
2011-09-28s3:libsmb: remove unused TALLOC_FREE(subreq) calls inStefan Metzmacher1-5/+0
2011-09-28s3:libsmb: call TALLOC_FREE(subreq) directly after cli_sesssetup_blob_recv()Stefan Metzmacher1-3/+2
2011-09-28s3-messaging Do not ever send a kill to -1Andrew Bartlett1-0/+3
2011-09-27s3-messaging Ensure that the message is of the correct legnthAndrew Bartlett1-1/+1
2011-09-27s4-ldap_server: Fix segfault on startup failure of ldap serverAndrew Bartlett1-2/+2
2011-09-27s3-pdb_samba4: Remove unused attribute from domain searchAndrew Bartlett1-1/+0
2011-09-27These modules are no longer experimental but production-ready (especiallyJeremy Allison2-4/+0
2011-09-27Free the memory talloc'dRichard Sharpe1-1/+6
2011-09-26s3-samr: Remove fstring in samr.Andreas Schneider1-5/+14
2011-09-26s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce4-24/+61
2011-09-26s3-group-mapping: Remove unused functions.Simo Sorce2-36/+0
2011-09-26s3: Slightly simplify print_kdc_line()Volker Lendecke1-10/+8
2011-09-26s3: Slightly simplify print_kdc_line()Volker Lendecke1-20/+19
2011-09-26s3: Slightly simplify print_kdc_line()Volker Lendecke1-49/+52
2011-09-26s3: Remove the smbd_server_conn ref from create_junctionVolker Lendecke3-3/+6
2011-09-26s3: Remove the smbd_server_conn ref from setup_dfs_referralVolker Lendecke1-1/+1
2011-09-26s3: Remove the smbd_server_conn ref from get_referred_pathVolker Lendecke3-11/+17
2011-09-26s3: Remove the smbd_server_conn ref from dfs_redirectVolker Lendecke1-1/+3
2011-09-26s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke4-17/+23
2011-09-26s3: Remove the smbd_server_conn ref from parse_dfs_pathVolker Lendecke1-5/+8
2011-09-25libcliraw: Make smb_raw_write_recv public and include it in a public header.Jelmer Vernooij2-1/+2
2011-09-25addns: Remove unused empty header fileKai Blin2-31/+0
2011-09-24net: Don't register link local addresses with DNSKai Blin3-0/+29
2011-09-24addns: Allow creating AAAA records during updatesKai Blin2-4/+60
2011-09-24libcli/smb: Get rid of set but unused variableKai Blin1-1/+3
2011-09-24s4 winbind: Don't drop workgroup name for getpw*Kai Blin2-2/+16
2011-09-23Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.David Disseldorp1-1/+1
2011-09-23Revert "Add a missing include file to two VFS modules"Jeremy Allison2-2/+0
2011-09-23s3:smbd: disconnect the socket if we got an unexpected requestStefan Metzmacher2-1/+20
2011-09-23s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...Stefan Metzmacher1-2/+3
2011-09-23build: Fix waf build on MacOS XAndrew Bartlett3-2/+7
2011-09-23build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett21-21/+21
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