summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server
Commit message (Expand)AuthorAgeFilesLines
...
* r14264: Fix coverity #207. Resource leak on error path.Jeremy Allison2007-10-101-0/+1
* r14250: Fix coverity bug #107. Resource leak on error path.Jeremy Allison2007-10-101-1/+3
* r14233: Fix Coverity bug # 206Volker Lendecke2007-10-101-1/+3
* r14226: Fix Coverity bug # 109Volker Lendecke2007-10-101-1/+3
* r14182: Ensure we know that dom_sid cannot be null.Jeremy Allison2007-10-101-1/+1
* r14178: Clarify code for Coverity #49. Ensure we know weJeremy Allison2007-10-101-0/+2
* r14031: Coverity bug CID #110. Free all resources correctlyJeremy Allison2007-10-101-0/+2
* r13994: Belt and braces - ensure RPC_BUFFER is valid.Jeremy Allison2007-10-101-44/+75
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-102-36/+24
* r13878: move PORT_DATA_1 to use static sized UNICODE strings as per MSDNGerald Carter2007-10-101-1/+7
* r13829: From the "It's not pretty but it works" categoryGerald Carter2007-10-101-11/+101
* r13824: * add api table for Xcv TCPMON and LOCALMON calls startingGerald Carter2007-10-101-8/+93
* r13821: replacing some strings with macrosGerald Carter2007-10-101-9/+11
* r13820: * Start fleshing out the XcvDataPort() server implementationGerald Carter2007-10-101-36/+99
* r13815: "Into the blind world let us now descend,"Gerald Carter2007-10-102-136/+68
* r13778: When deleting machine accounts it's the SeMachineAccountPrivilegeJeremy Allison2007-10-101-1/+9
* r13766: Patch from Arek Glabek <aglabek@centeris.com>:Gerald Carter2007-10-101-6/+3
* r13715: Put back the code that actually modify the account,Simo Sorce2007-10-101-0/+6
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner2007-10-102-4/+4
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2007-10-101-10/+9
* r13622: Allow to rename machine accounts in a Samba Domain. This still uses theGünther Deschner2007-10-101-2/+36
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2007-10-102-39/+41
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter2007-10-103-80/+80
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-103-7/+7
* r13557: (Hopefully) get the creds store/restore key right fromJeremy Allison2007-10-102-19/+42
* r13556: Ensure that any potential creds operation are protectedJeremy Allison2007-10-101-14/+31
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2007-10-102-12/+12
* r13552: Make sure we're using the same name to load the storedJeremy Allison2007-10-101-1/+1
* r13548: Always use the get_remote_macinhe_name() as the keyJeremy Allison2007-10-101-49/+47
* r13547: add earlier checks to deny deleting a printer driver. The previousGerald Carter2007-10-101-0/+24
* r13544: -O1 janitor work :-)Volker Lendecke2007-10-101-6/+5
* r13539: Add 128 bit creds processing client and server. Thanks to Andrew Bart...Jeremy Allison2007-10-101-2/+4
* r13521: Implement LOOKUPNAME3 and 4.Jeremy Allison2007-10-101-28/+257
* r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2007-10-102-58/+134
* r13511: Fix bug in the samr dispinfo enumeration code.Gerald Carter2007-10-101-0/+11
* r13494: Merge the stuff I've done in head the last days.Volker Lendecke2007-10-101-424/+103
* r13458: Add parsing functions - but stub internals for lookupnames3 and 4.Jeremy Allison2007-10-102-1/+82
* r13456: Add lsa_lookup_names2.Jeremy Allison2007-10-102-0/+121
* r13455: Prepare to add lookupnames2.Jeremy Allison2007-10-101-13/+12
* r13449: Ensure we don't crash if no dc struct on pipe.Jeremy Allison2007-10-102-1/+6
* r13447: Added LSA_LOOKUPSIDS2 and LSA_LOOKUPSIDS3.Jeremy Allison2007-10-103-67/+301
* r13444: Add REJECT_REASON_OTHER for samr_chgpasswd_user3Günther Deschner2007-10-101-1/+2
* r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner2007-10-102-7/+130
* r13439: Fix NET_SAM_LOGON_EX.Jeremy Allison2007-10-101-0/+1
* r13436: Add in NET_SAM_LOGON_EX. Still needs testing.Jeremy Allison2007-10-101-12/+54
* r13434: Add stub for NET_SAM_LOGON_EX.Jeremy Allison2007-10-102-1/+43
* r13407: Change the credentials code to be more like the Samba4 structure,Jeremy Allison2007-10-101-6/+2
* r13399: Get closer to passing RPC-SCHANNEL test.Jeremy Allison2007-10-103-9/+18
* r13396: Add in userinfo26, re-enable userinfo25 - took the knowledgeJeremy Allison2007-10-101-14/+36
* r13393: Do not initialize the lp_svcctl_list() value since it is handledGerald Carter2007-10-101-1/+1