summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3-messaging Ensure that the message is of the correct legnthAndrew Bartlett2011-09-271-1/+1
* s4-ldap_server: Fix segfault on startup failure of ldap serverAndrew Bartlett2011-09-271-2/+2
* s3-pdb_samba4: Remove unused attribute from domain searchAndrew Bartlett2011-09-271-1/+0
* These modules are no longer experimental but production-ready (especiallyJeremy Allison2011-09-272-4/+0
* Free the memory talloc'dRichard Sharpe2011-09-271-1/+6
* s3-samr: Remove fstring in samr.Andreas Schneider2011-09-261-5/+14
* s3-passdb: Cleanup use of fstring and move to talloc.Simo Sorce2011-09-264-24/+61
* s3-group-mapping: Remove unused functions.Simo Sorce2011-09-262-36/+0
* s3: Slightly simplify print_kdc_line()Volker Lendecke2011-09-261-10/+8
* s3: Slightly simplify print_kdc_line()Volker Lendecke2011-09-261-20/+19
* s3: Slightly simplify print_kdc_line()Volker Lendecke2011-09-261-49/+52
* s3: Remove the smbd_server_conn ref from create_junctionVolker Lendecke2011-09-263-3/+6
* s3: Remove the smbd_server_conn ref from setup_dfs_referralVolker Lendecke2011-09-261-1/+1
* s3: Remove the smbd_server_conn ref from get_referred_pathVolker Lendecke2011-09-263-11/+17
* s3: Remove the smbd_server_conn ref from dfs_redirectVolker Lendecke2011-09-261-1/+3
* s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke2011-09-264-17/+23
* s3: Remove the smbd_server_conn ref from parse_dfs_pathVolker Lendecke2011-09-261-5/+8
* libcliraw: Make smb_raw_write_recv public and include it in a public header.Jelmer Vernooij2011-09-252-1/+2
* addns: Remove unused empty header fileKai Blin2011-09-252-31/+0
* net: Don't register link local addresses with DNSKai Blin2011-09-243-0/+29
* addns: Allow creating AAAA records during updatesKai Blin2011-09-242-4/+60
* libcli/smb: Get rid of set but unused variableKai Blin2011-09-241-1/+3
* s4 winbind: Don't drop workgroup name for getpw*Kai Blin2011-09-242-2/+16
* Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.David Disseldorp2011-09-231-1/+1
* Revert "Add a missing include file to two VFS modules"Jeremy Allison2011-09-232-2/+0
* s3:smbd: disconnect the socket if we got an unexpected requestStefan Metzmacher2011-09-232-1/+20
* s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...Stefan Metzmacher2011-09-231-2/+3
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-233-2/+7
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-2321-21/+21
* python-s4: use PyErr_SetNTSTATUS instead of PyErr_NTSTATUS_IS_ERR_RAISE as it...Matthieu Patou2011-09-231-2/+4
* pys4: really return an exception if the status if not correctMatthieu Patou2011-09-231-4/+2
* Fix bug #8477 - Map to guest can return uninitialized blob of data.Jeremy Allison2011-09-231-1/+3
* s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTHAndrew Tridgell2011-09-234-2/+66
* wbclient: added support for handling WBC_ID_TYPE_BOTH mappingsAndrew Tridgell2011-09-231-0/+3
* libwbclient: added support for WBC_ID_TYPE_BOTHAndrew Tridgell2011-09-232-1/+6
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-234-156/+127
* s3:smb2_server: fix a logic error, we should sign non guest sessionsStefan Metzmacher2011-09-221-1/+1
* s4:selftest: skip flakey samba4.nbt.winsreplication for nowStefan Metzmacher2011-09-221-0/+1
* Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.Jeremy Allison2011-09-221-1/+6
* s4-dbcheck: fixed transaction nesting in dbcheckAndrew Tridgell2011-09-221-2/+6
* samba-tool: use show_recycled in dbcheckerAndrew Tridgell2011-09-221-13/+16
* s4-kdc: set NO_GLOBAL_CATALOG control in kdcAndrew Tridgell2011-09-221-3/+5
* s4-rpc: show binding string in failed rpc bindsAndrew Tridgell2011-09-221-1/+2
* s4-ldap-server: set the NO_GLOBAL_CATALOG control on non-GC operationsAndrew Tridgell2011-09-221-0/+2
* s4-repl: remove unused principal_name elementAndrew Tridgell2011-09-221-3/+0
* s4-dsdb: load the partialReplica attribute in the @PARTITION objectAndrew Tridgell2011-09-223-2/+27
* s4-repl: fill in GUID and SID from partition informationAndrew Tridgell2011-09-221-2/+9
* s4-kcc: return partial replica NCs in drs showreplAndrew Tridgell2011-09-221-24/+20
* s4-dsdb: added NO_GLOBAL_CATALOG controlAndrew Tridgell2011-09-224-1/+15
* s4-dns: started adding support for auto-creation of NS glue recordAndrew Tridgell2011-09-221-1/+37