summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.Jeremy Allison2014-03-121-16/+89
* s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.Jeremy Allison2014-03-121-20/+92
* s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdisStefan Metzmacher2014-03-121-0/+20
* s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()Stefan Metzmacher2014-03-121-11/+11
* s4:torture/smb2: accept NT_STATUS_RANGE_NOT_LOCKED after smb2_logoff/tdisStefan Metzmacher2014-03-121-11/+13
* s3-net: add a new "net ads kerberos pac save" tool.Günther Deschner2014-03-121-0/+52
* s3-net: modify the current "net ads kerberos pac" command.Günther Deschner2014-03-121-38/+77
* s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2014-03-124-11/+38
* s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner2014-03-124-15/+56
* s3-net: allow to provide custom local_service in "net ads kerberos pac".Günther Deschner2014-03-121-3/+11
* s3-net: change the way impersonation principals are used in "net ads kerberos...Günther Deschner2014-03-121-4/+10
* auth/kerberos: fix a typo.Günther Deschner2014-03-121-1/+1
* s3-libads: pass down local_service to kerberos_return_pac().Günther Deschner2014-03-124-5/+19
* CVE-2013-6442: s3:smbcacls - ensure we don't lose an existing ACL when settin...Jeremy Allison2014-03-111-1/+1
* gencache: Add gencache values to memcacheVolker Lendecke2014-03-112-0/+38
* vfs_catia: add chmod()Ralph Boehme2014-03-111-0/+20
* Add usable stream name definesRalph Boehme2014-03-111-5/+12
* Fix a typoRalph Boehme2014-03-111-1/+1
* samba-tool: make provision check for bind versionGarming Sam2014-03-093-5/+31
* build: Make order of arguments clearer by explicitly making the list of funct...Andrew Bartlett2014-03-081-2/+2
* build: Do not rely on sys.platform for ACL tests, combine UnixWare and Solari...Andrew Bartlett2014-03-082-16/+12
* For FSRVP use textual error messages instead of hex error codesNoel Power2014-03-081-2/+50
* Add missing FSRVP_E_UNSUPPORTED_CONTEXT constantNoel Power2014-03-071-0/+1
* s3-kerberos: remove unused kdc_name from create_local_private_krb5_conf_for_d...Günther Deschner2014-03-075-18/+10
* s3-kerberos: remove print_kdc_line() completely.Günther Deschner2014-03-071-68/+5
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-078-16/+16
* s4:lib/socket: use the same logic in iface_list_wildcard() as in smbdStefan Metzmacher2014-03-071-21/+5
* pidl-waf: Only install Yapp::Driver if it is not available.Andreas Schneider2014-03-061-1/+5
* pidl-waf: Check for system perl(Parse::Yapp::Driver).Andreas Schneider2014-03-061-0/+3
* pidl-waf: Add a function to check for a system perl module.Andreas Schneider2014-03-061-0/+22
* pidl-waf: Do not glob to install pidl modules.Andreas Schneider2014-03-061-1/+30
* pidl-waf: Install pidl modules to the perl vendorlib directory.Andreas Schneider2014-03-062-1/+3
* pidl-waf: Remove unused variable pidl_src.Andreas Schneider2014-03-061-3/+0
* autobuild: Set perl vendorlib direcotry.Andreas Schneider2014-03-061-3/+4
* buildtools: Add perl vendorlib configure option.Andreas Schneider2014-03-061-0/+10
* buildtools: Rename perl vendorarch configure option.Andreas Schneider2014-03-061-4/+9
* Revert "pidl: Install pidl files corrently."Andreas Schneider2014-03-062-30/+4
* Revert "waf: Add option to specify perl vendor dir."Andreas Schneider2014-03-063-10/+1
* Revert "pidl: Make perl(Parse:Yapp:Driver) installation optional."Andreas Schneider2014-03-062-29/+2
* ctdb-vacuum: fix delete list counts in delete_marshall_traverse_firstMichael Adam2014-03-061-0/+2
* ctdb-vacuum: fix possible cause for delelete_list processing counts left reco...Michael Adam2014-03-061-0/+16
* ctdb-vacuum: systematize counters into various structsMichael Adam2014-03-061-109/+123
* ctdb-vacuum: remove unused counter vdata->totalMichael Adam2014-03-061-3/+0
* ctdb-vacuum: make ctdb_process_delete_list() voidMichael Adam2014-03-061-19/+6
* ctdb-vacuum: make ctdb_process_vacuum_fetch_lists() void.Michael Adam2014-03-061-7/+4
* ctdb-vacuum: make ctdb_vacuum_traverse_db() void.Michael Adam2014-03-061-8/+4
* ctdb-vacuum: don't stop in process_vacuum_fetch_lists when sending to one nod...Michael Adam2014-03-061-1/+0
* ctdb-vacuum: catch and log errors to traverse the delete list in ctdb_process...Michael Adam2014-03-061-6/+18
* ctdb-vacuum: catch and log error of traverse in ctdb_process_delete_queue()Michael Adam2014-03-061-1/+8
* ctdb-vacuum: use tdb_parse_record instead of tdb_fetch in delete_marshall_tra...Michael Adam2014-03-061-26/+8