summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpcsvc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-311-2/+2
* RPC unify code changekrishna2011-07-291-15/+602
* spelling corrections in glusterfs codeVishwanath2011-06-231-1/+1
* RPC : Valid typecasting for ipv4 and ipv6 in rpcsvc_get_listener_port.Gaurav2011-05-311-2/+2
* rpc: Provide an option to allow insecure portsPranith K2011-03-261-1/+1
* spelling errors fixed across the code baseAmar Tumballi2011-03-221-1/+1
* rpc/rpc-lib : log enhancementsAmar Tumballi2011-03-171-577/+53
* rpc: Changes for handling unix domain sockets avoid racePranith K2011-03-101-7/+58
* RPC : Sending error reply on decodong failure.Gaurav2011-03-011-0/+2
* rpcsvc: Handle more than one payload vectors.Raghavendra G2011-02-281-1/+5
* rpc: fix format string mismatches in invocation of gf_log.Raghavendra G2010-12-121-2/+2
* rpcsvc: while handling transport-cleanup event look for listener with transpo...Raghavendra G2010-12-101-1/+1
* rpcsvc: handle NULL deref in case of program mismatchAmar Tumballi2010-10-261-16/+23
* rpcsvc: calculate dump response length instead of hard coding it.Raghavendra G2010-10-121-5/+9
* protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'Amar Tumballi2010-10-071-1/+8
* rpcsvc: allocate a new program structure before registering it.Raghavendra G2010-10-061-5/+32
* rpc: don't refer to 'req' after calling 'prog->actor()'Amar Tumballi2010-10-041-1/+1
* rpcsvc: bump log level of message for missing transport typeAnand Avati2010-10-041-2/+2
* rpc/rpcsvc: add debug messages when rpc-messages are handed over to/from tran...Raghavendra G2010-09-221-4/+15
* memory leak fixes.Raghavendra G2010-09-151-1/+2
* rpc/rpcsvc: fix invalid free in rpcsvc_create_listeners.Amar Tumballi2010-09-091-10/+9
* mgmt/glusterd: memory leak fixesPranith Kumar K2010-08-311-0/+3
* Only admin should be able to run gluster commandshishir gowda2010-08-301-0/+29
* rpc: server to client callback mechanismAmar Tumballi2010-08-271-0/+185
* rpcsvc: handle the case of null dereferencingAmar Tumballi2010-08-261-1/+7
* rpcsvc: fix double free happening when listener creation fails.Raghavendra G2010-08-261-4/+4
* rpcsvc: allow creation of both rdma and socket for a single server transport.Raghavendra G2010-08-231-2/+98
* rpcsvc: decouple creation of listener from rpcsvc_program_register and rpcsvc...Raghavendra G2010-08-191-185/+77
* rpcsvc: change in port selection criteria for program to listen on.Raghavendra G2010-08-191-4/+5
* rpcsvc: check for listener on default port used by mgmt (6969) while register...v3.1.0prealpha3Raghavendra G2010-08-181-0/+5
* rpcsvc: unref transport stored in request before putting request structure ba...v3.1.0prealpha2Raghavendra G2010-08-181-1/+2
* rpc - cleanup and changes related to rdmaRaghavendra G2010-08-181-410/+358
* changed GNU General Public License to GNU Affero General Public LicensePranith Kumar K2010-08-171-3/+3
* rpc: move handling of fragment headers to socket.Raghavendra G2010-08-161-33/+2