summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dlz_bind9: Make the talloc destructor static and return 0.Amitay Isaacs2012-05-241-1/+2
* dlz_bind9: Fix the named crash on reloading namedAmitay Isaacs2012-05-241-1/+17
* s3-configure: Fix configure version information.Ira Cooper2012-05-241-4/+4
* s3:rpc_server/dfs: pass allow_broken_path=true to create_junction()Stefan Metzmacher2012-05-231-2/+4
* s3:smbd/proto.h: remove unused resolve_dfspath() prototypeStefan Metzmacher2012-05-231-5/+0
* s3:smbd/files: remove unused VALID_FNUM()Stefan Metzmacher2012-05-231-2/+0
* s3:smb2_server: make use of nt_status_np_pipe()Stefan Metzmacher2012-05-233-3/+13
* s3:smbd: use nt_status_np_pipe for smb1Stefan Metzmacher2012-05-233-7/+28
* s3:smbd: add nt_status_np_pipe()Stefan Metzmacher2012-05-232-0/+12
* blackbox: fix samba4.blackbox.kinit testAlexander Bokovoy2012-05-231-0/+1
* gse: Use the smb_gss_oid_equal wrapper.Andreas Schneider2012-05-235-23/+10
* krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider2012-05-234-2/+90
* s3-autoconf: fix typo after migrating DNS resolver code to lib/addnsAlexander Bokovoy2012-05-231-1/+1
* wafsamba: ensure TO_LIST does not fail with empty stringAlexander Bokovoy2012-05-231-0/+2
* libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy2012-05-235-11/+9
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-2348-471/+598
* s4: samba-tool is usable without export-keytab command, make sure it does not...Alexander Bokovoy2012-05-231-19/+22
* auth-credentials: Support using pre-fetched ccache when obtaining kerberos cr...Alexander Bokovoy2012-05-231-2/+12
* s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both APIAlexander Bokovoy2012-05-233-1/+54
* dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy2012-05-232-4/+4
* lib/krb5_wrap: implement krb5_cc_get_lifetime for MIT KerberosAlexander Bokovoy2012-05-231-19/+22
* gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce2012-05-234-11/+40
* auth and s4-rpc_server: Do not use features we currently can't implement with...Simo Sorce2012-05-232-1/+10
* s4-resolve: Remove dependency on librokenSimo Sorce2012-05-234-206/+156
* addns: Make ads_dns_lookup_srv pulicSimo Sorce2012-05-232-1/+6
* Move source3/libads/dns.c to lib/addnsSimo Sorce2012-05-2312-15/+27
* s3-ads-dns: Avoid unnecessary dependenciesSimo Sorce2012-05-233-12/+11
* s3-ads-dns: Break dependency on lp_parmSimo Sorce2012-05-237-33/+69
* s3-ad-dns: Use more standard uint and booleans defsSimo Sorce2012-05-231-35/+35
* addns: Fix talloc hiereachySimo Sorce2012-05-231-1/+1
* s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoffStefan Metzmacher2012-05-231-0/+5
* Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...Herb Lewis2012-05-231-0/+1
* Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison2012-05-224-2/+15
* s3:smbd: remove unused 'connection_struct->used'Michael Adam2012-05-223-4/+0
* Added torture test for bug #8910. Test remove_duplicate_addrs2().Jeremy Allison2012-05-224-2/+108
* s3: Fix vfs_xattr_tdb.cVolker Lendecke2012-05-211-1/+1
* s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variableStefan Metzmacher2012-05-211-0/+10
* s4-dsdb: allow modification of some deleted object if the show-deleted contro...Matthieu Patou2012-05-191-4/+9
* s4-dsdb: naming context needs to have the extended-dn syntax tooMatthieu Patou2012-05-191-0/+1
* libcli: make it easier to understand that a control was not correctly encodedMatthieu Patou2012-05-191-1/+1
* Move the set_write_time() call to after get_existing_share_mode_lock() return...Jeremy Allison2012-05-191-3/+15
* Raise the debug level from 1 to 5 in get_share_mode_lock_internal()Jeremy Allison2012-05-181-1/+2
* s4:torture: Add raw.session.reauth2 testVolker Lendecke2012-05-181-0/+142
* s4:torture: rename raw.session.reauth => raw.session.reauth1Stefan Metzmacher2012-05-181-3/+3
* s3:smbd: allow creating new spnego sessions only with a 0 vuidStefan Metzmacher2012-05-181-0/+5
* s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher2012-05-181-1/+1
* selftest/Samba3: add 'smbd:suicide mode = yes'Stefan Metzmacher2012-05-181-0/+1
* s3:idmap_cache: improve checks for format of value string in idmap_cache_find...Michael Adam2012-05-181-0/+15
* s3:idmap_cache: add common exit point to idmap_cache_find_sid2unixid()Michael Adam2012-05-181-12/+10
* s3:idmap_cache: improve debug messages in idmap_cache_find_sid2unixid()Michael Adam2012-05-181-5/+24