summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r14788: Fix coverity bug #276. null deref.Jeremy Allison2006-03-291-1/+17
* r14786: Fix coverity #275. null deref.Jeremy Allison2006-03-291-1/+8
* r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner2006-03-221-0/+26
* r14634: Many bug fixes thanks to train rides and overnight stays in airportsGerald Carter2006-03-221-1/+39
* r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner2006-03-213-8/+8
* r14482: Fixes for spoolss code (after coverity fixes) when the Gerald Carter2006-03-161-15/+15
* r14450: Fix more get_md4pw() breakage caused by missing "breaks"Gerald Carter2006-03-151-0/+3
* r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open()Gerald Carter2006-03-151-3/+4
* r14443: rework get_md4pw() to ease debugging. The only functional change is thatGünther Deschner2006-03-151-24/+69
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2006-03-152-1/+13
* r14395: Fix coverity bug #55. Ensure no unsigned/signed comparisons.Jeremy Allison2006-03-141-3/+3
* r14387: Try and fix the coverity issues (#53, #54) with negativeJeremy Allison2006-03-141-1/+1
* r14353: Fix coverity bugs #61 and #62. Remember to divide byJeremy Allison2006-03-131-25/+20
* r14338: Fix coverity #55 by explicit cast.Jeremy Allison2006-03-131-2/+5
* r14303: Fix coverity #223. In a loop we were forgetting to freeJeremy Allison2006-03-131-1/+3
* r14301: Fix coverity #224. In a loop we were forgetting to freeJeremy Allison2006-03-131-1/+3
* r14299: Fix coverity #225. In a loop we were forgetting to freeJeremy Allison2006-03-131-3/+6
* r14289: Fix coverity #101, resource leak on error code path.Jeremy Allison2006-03-131-2/+6
* r14286: Similar clarifiction fix for coverity #102.Jeremy Allison2006-03-131-8/+10
* r14284: Fix coverity bug #103. Make code clearer - probablyJeremy Allison2006-03-131-5/+9
* r14268: Fix coverity error #204. Resource leak on error path.Jeremy Allison2006-03-131-0/+1
* r14266: Fix coverity #205. Resource leak on error path.Jeremy Allison2006-03-131-0/+1
* r14264: Fix coverity #207. Resource leak on error path.Jeremy Allison2006-03-131-0/+1
* r14250: Fix coverity bug #107. Resource leak on error path.Jeremy Allison2006-03-121-1/+3
* r14233: Fix Coverity bug # 206Volker Lendecke2006-03-121-1/+3
* r14226: Fix Coverity bug # 109Volker Lendecke2006-03-121-1/+3
* r14182: Ensure we know that dom_sid cannot be null.Jeremy Allison2006-03-111-1/+1
* r14178: Clarify code for Coverity #49. Ensure we know weJeremy Allison2006-03-101-0/+2
* r14031: Coverity bug CID #110. Free all resources correctlyJeremy Allison2006-03-081-0/+2
* r13994: Belt and braces - ensure RPC_BUFFER is valid.Jeremy Allison2006-03-071-44/+75
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-072-36/+24
* r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter2006-03-061-1/+7
* r13829: From the "It's not pretty but it works" categoryGerald Carter2006-03-041-11/+101
* r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter2006-03-031-8/+93
* r13821: replacing some strings with macrosGerald Carter2006-03-031-9/+11
* r13820: * Start fleshing out the XcvDataPort() server implementationGerald Carter2006-03-031-36/+99
* r13815: "Into the blind world let us now descend,"Gerald Carter2006-03-032-136/+68
* r13778: When deleting machine accounts it's the SeMachineAccountPrivilegeJeremy Allison2006-03-011-1/+9
* r13766: Patch from Arek Glabek <aglabek@centeris.com>:Gerald Carter2006-03-011-6/+3
* r13715: Put back the code that actually modify the account,Simo Sorce2006-02-271-0/+6
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-272-4/+4
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2006-02-241-10/+9
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2006-02-221-2/+36
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-212-39/+41
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-203-80/+80
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-203-7/+7
* r13557: (Hopefully) get the creds store/restore key right fromJeremy Allison2006-02-182-19/+42
* r13556: Ensure that any potential creds operation are protectedJeremy Allison2006-02-181-14/+31
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2006-02-182-12/+12
* r13552: Make sure we're using the same name to load the storedJeremy Allison2006-02-171-1/+1