summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ctdb-daemon: Implement ctdb_control_startup()Martin Schwenke2014-02-271-4/+12
* ctdb-daemon: Fix whitespacesAmitay Isaacs2014-02-271-4/+4
* ctdb-daemon: Always talloc tickle array off vnn instead of ctdb->nodesAmitay Isaacs2014-02-271-8/+5
* waf: Add option to specify perl vendor dir.Andreas Schneider2014-02-273-1/+10
* pidl: Install pidl files corrently.Andreas Schneider2014-02-262-4/+30
* dbwrap: Slightly simplify dbwrap_watch_record_storedVolker Lendecke2014-02-251-5/+2
* vfs_glusterfs: Remove "integer fd" code and store the glfs pointers.Jose A. Rivera2014-02-251-90/+32
* vfs_glusterfs: smb_stat_ex_from_stat commenting and cleanup.Christopher R. Hertel2014-02-251-13/+8
* vfs_glusterfs: Comment the top of the file.Christopher R. Hertel2014-02-251-8/+18
* s3-printing: Fix obvious memory leak in printer_list_get_printer().Jeremy Allison2014-02-251-0/+1
* passdb: spare superfluous call to lookup_rids() in lookup_sids()Michael Adam2014-02-251-7/+12
* rpc: fix name-normalization in rpc_sid_to_name()Michael Adam2014-02-251-1/+1
* rpc: correctly tread domain-only requests in rpc_sid_to_name()Michael Adam2014-02-251-1/+1
* samr: don't block the sam sid or the builtin domain sid in sid_to_nameStefan Metzmacher2014-02-251-0/+2
* ctdb-eventscripts: Switch on dumping of stuck nfsd threadsMartin Schwenke2014-02-252-2/+2
* s4: tidy up vfs smb2 in regards to using share_string_optionGarming Sam2014-02-241-21/+21
* s4: tidy up vfs cifs in regards to using share_string_optionGarming Sam2014-02-241-21/+22
* s4: tidy up some null checks in ntvfsGarming Sam2014-02-242-4/+4
* libcli: Overflow array index read possible, in auth code.Ira Cooper2014-02-241-1/+1
* Revert "libcli: Overflow array index read possible, in auth code."Ira Cooper2014-02-241-2/+2
* libcli: Overflow array index read possible, in auth code.Ira Cooper2014-02-241-2/+2
* s3:printing: Fix a possible NULL dereference.Poornima Gurusiddaiah2014-02-241-1/+1
* s3:passdb: Fix the use of uninitialized scalar variable.Poornima Gurusiddaiah2014-02-241-8/+2
* s3/libsmb: Free memdup'd local variableJose A. Rivera2014-02-221-0/+1
* passdb: Patch memory leak in pdb_ldap.cJose A. Rivera2014-02-211-4/+6
* testprogs: Fix pkinit test with system ldb.Andreas Schneider2014-02-211-2/+10
* testprogs: Fix kinit test with system ldb.Andreas Schneider2014-02-211-2/+10
* nsswitch: Fix idmap rfc2307 test with system ldb.Andreas Schneider2014-02-211-2/+11
* selftest: Use the absolute path to the ldb modules.Andreas Schneider2014-02-211-1/+1
* heimdal: Use krb5_free_default_realm() for free()Santosh Kumar Pradhan2014-02-211-3/+3
* kdc: Free the resource which is not used anymoreSantosh Kumar Pradhan2014-02-211-0/+1
* s3:winbindd: avoid directly asking a trusted domain in wb_lookupsids*()Gregor Beck2014-02-211-1/+1
* s3:winbindd: fix _wbint_LookupSids() on errorGregor Beck2014-02-211-1/+7
* s3:smbd: avoid invalid lock_order panic triggered by "CTDB_SRVID_RELEASE_IP"Stefan Metzmacher2014-02-211-2/+39
* s3:lib/ctdbd_conn: let release_ip_handler return boolStefan Metzmacher2014-02-213-9/+35
* s3:smbd: maintain smbd_server_connection->statusStefan Metzmacher2014-02-214-0/+53
* s3:smbd: simplify exit_server_common()Stefan Metzmacher2014-02-211-4/+2
* clitar: don't panic, propagate talloc errors upwardsDavid Disseldorp2014-02-211-53/+136
* clitar: propagate make_remote_path() talloc errorsDavid Disseldorp2014-02-211-3/+14
* clitar: return allocation errors from is_subpath()David Disseldorp2014-02-211-16/+45
* clitar: add error return to tar_path_in_list()David Disseldorp2014-02-211-12/+23
* clitar: add error return to tar_extract_skip_path()David Disseldorp2014-02-211-10/+22
* clitar: add error return to tar_create_skip_path()David Disseldorp2014-02-211-20/+34
* clitar: check for path_base_name() allocation errorsDavid Disseldorp2014-02-211-8/+22
* lib: Fix a typoVolker Lendecke2014-02-201-2/+2
* messaging: Fix a memleak on error in messaging_tdb_initVolker Lendecke2014-02-201-0/+1
* lib: Avoid a strlen call in xx_path()Volker Lendecke2014-02-201-1/+1
* krb5_locator: Slightly simplify codeVolker Lendecke2014-02-201-2/+1
* winbindd: Avoid using deallocated memorySantosh Kumar Pradhan2014-02-201-1/+1
* messaging: Enforce just one messaging contextVolker Lendecke2014-02-191-0/+20