summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpcsvc.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Fix domain in log messageKrutika Dhananjay2014-06-121-1/+1
* rpc: Reconfigure() does not work for auth-rejectSantosh Kumar Pradhan2014-06-091-6/+17
* rpcsvc: Validate RPC procedure number before fetchSantosh Kumar Pradhan2014-05-171-6/+16
* glusterd: Ping timer implmentationKrishnan Parthasarathi2014-04-291-1/+28
* rpcsvc: Ignore INODELK/ENTRYLK/LK for throttlingPranith Kumar K2014-04-241-16/+54
* build: MacOSX Porting fixesHarshavardhana2014-04-241-22/+17
* gNFS: Support wildcard in RPC auth allow/rejectSantosh Kumar Pradhan2014-04-221-2/+89
* rpc: Fix a crash due to NULL dereferenceVijay Bellur2014-02-161-2/+2
* gNFS: Set default outstanding RPC limit to 16Santosh Kumar Pradhan2014-01-151-21/+25
* rpc/auth: Avoid NULL dereference in rpcsvc_auth_request_init()Harshavardhana2014-01-081-7/+1
* gNFS: Possible SEGV crash in NFS while DRC is OFFSantosh Kumar Pradhan2014-01-031-1/+1
* gNFS: RFE for NFS connection behaviorSantosh Kumar Pradhan2013-11-141-26/+136
* rpcsvc: implement per-client RPC throttlingAnand Avati2013-10-281-0/+62
* gNFS: Incorrect NFS ACL encoding for XFSSantosh Kumar Pradhan2013-09-291-2/+1
* rpcsvc: allocate large auxgid list on demandAnand Avati2013-09-171-0/+2
* nfs/auth: reject mounts if getaddrinfo failsRajesh Amaravathi2013-06-261-3/+48
* rpc: duplicate request cache for nfsRajesh Amaravathi2013-06-211-20/+71
* rpcsvc: fix dangerous setting of pointer on free'd structureAnand Avati2013-05-131-1/+0
* rpc-lib: fix printf args when printing XIDMichael Brown2013-05-061-2/+2
* rpc/nfs: cleanup legacy code of general optionsRajesh Amaravathi2013-04-021-394/+112
* rpc: change dict key for fqdnRajesh Amaravathi2013-02-181-2/+2
* rpc: get hostnames of client to allow FQDN based authenticationRajesh Amaravathi2013-02-061-0/+20
* rpcsvc/dump: return correct return valueRaghavendra G2013-02-061-0/+1
* rpcsvc: Fix memory corruption caused by rpcsvc_dump returning non-zeroRaghavendra G2013-02-051-10/+8
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-231-5/+5
* rpcsvc: Add an extra log messageKaushal M2012-12-101-0/+4
* rpcsvc: do a 'iobuf_ref()' on buffer while synctaskizing actorKaushal M2012-12-091-13/+20
* rpcsvc: framework for executing actors as synctaskAnand Avati2012-09-191-1/+23
* Clean up of typepunning errors ( Strict aliasing warnings )Varun Shastry2012-09-171-12/+11
* rpcsvc: remove .vector_actor and related changesAnand Avati2012-08-201-18/+17
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-16/+8
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-051-6/+10
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* rpcsvc: size check before calloc in rpcsvc_handle_disconnectRajesh Amaravathi2012-05-021-0/+3
* glusterd,glusterfsd : Perform proper cleanup of connections and socket filesKaushal M2012-04-231-7/+23
* core: coverity issues fixedAmar Tumballi2012-04-231-1/+3
* xlator/server,xlator/nfs : Fix authentication for address listsKaushal M2012-04-131-1/+5
* rpc-lib: memleak fix in rpcsvc_volume_allowedRajesh Amaravathi2012-03-171-5/+6
* rpc: log in DEBUG when nfs clients try to see if ACL requests are accepted by...krishna2012-03-141-2/+8
* rpc-lib/rpcsvc: nfs auth correctionsRajesh Amaravathi2012-03-141-2/+14
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-3/+5
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-19/+30
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-1/+3
* rpc: extend actors with flag signing if privilege is requiredCsaba Henk2012-01-211-11/+16
* by default make option rpc-auth.addr.namelookup off.krishna2011-09-271-4/+4
* rpc: Use correct variable for volume-specific insecure ports checkkrishna2011-09-181-1/+1
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-1/+1
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* pass xlator pointer to rpcsvc_init() so that it can init svc->mydata to xlatorv3.3.0qa1krishna2011-08-091-1/+2
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3