summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-9/+0
2007-10-10r17245: Second part of fix for #3962. Don't do a doubleJeremy Allison1-14/+8
2007-10-10r17244: There were several error paths where NT_PRINTER_INFO_LEVELJeremy Allison1-6/+17
2007-10-10r17217: Fix a couple of "smbldap_open(): Cannot open when not root" bugsGerald Carter1-1/+7
2007-10-10r17199: Add comment to the RID/SID miracleVolker Lendecke1-1/+6
2007-10-10r17194: To run rpc-samba3-lsa in the build farm, we can't rely on geteuid()==...Volker Lendecke1-2/+2
2007-10-10r17192: Make this actually survive valgrind. We NEED pidl here...Volker Lendecke1-5/+12
2007-10-10r17188: Dump lsa_lookupsids3. I could not make it work at all against W2k3, theVolker Lendecke1-24/+10
2007-10-10r17183: LsaLookupSids() shoudl return the string form of a SID whenGerald Carter1-2/+3
2007-10-10r17177: Get rid of a global variable by adding a private data pointer toVolker Lendecke1-8/+9
2007-10-10r17150: MMC User & group plugins fixes:Gerald Carter1-7/+25
2007-10-10r17097: Move share_access_check from rpc_server/srv_srvsvc_nt.c to lib/shares...Volker Lendecke1-31/+0
2007-10-10r17096: Simplify share_access_check a bit: It takes the sharename instead of ...Volker Lendecke1-15/+9
2007-10-10r17064: lsa_GetUserName needs to return the name for S-1-5-7 on an anonymous ...Volker Lendecke1-4/+16
2007-10-10r17039: Eliminate snum from enumshares and getshareinfo. Get rid of some pstr...Volker Lendecke1-124/+155
2007-10-10r17033: Restructure init_srv_share_info_ctr so that there's only one loop, no...Volker Lendecke1-185/+119
2007-10-10r17032: I thought I had already merged this from trunk:Volker Lendecke1-4/+5
2007-10-10r16954: Volker reminded me we already have code to do this check.Gerald Carter1-8/+4
2007-10-10r16953: Don't allow groups to be renamed to an existing user or other groupGerald Carter1-5/+22
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison12-333/+856
2007-10-10r16799: Fix remote smbd crash bug by removing half-implemented info level 4Günther Deschner1-8/+0
2007-10-10r16785: BUG 3908: Fix rpc bin authentication failure which broke user passwor...Gerald Carter1-0/+3
2007-10-10r16678: Fix bug #3898 reported by jason@ncac.gwu.edu.Jeremy Allison1-4/+12
2007-10-10r16646: Fix bug #3888 reported by Jason Mader <jason@ncac.gwu.edu>.Jeremy Allison1-1/+1
2007-10-10r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison1-3/+12
2007-10-10r16544: Fix bug #3864 reported by jason@ncac.gwu.edu.Jeremy Allison1-1/+1
2007-10-10r16542: Fix #3863, reported by jason@ncac.gwu.eduJeremy Allison2-2/+6
2007-10-10r16433: Fix Coverity #300 (triggered by a Klockwork bugfixJeremy Allison1-5/+1
2007-10-10r16409: Fix Klocwork ID's.Volker Lendecke4-5/+40
2007-10-10r16301: Fix a memleakVolker Lendecke1-0/+2
2007-10-10r16241: Fix Klocwork #106 and others like it.Jeremy Allison1-10/+14
2007-10-10r16065: Re-add a strlower_m(account) in samr_create_user that was dropped for noVolker Lendecke1-0/+2
2007-10-10r16060: This is one of the more dirty patches I've put in lately. Parse enoug...Volker Lendecke2-0/+241
2007-10-10r16054: Janitor for Volker ? Volker - some reason you didn'tJeremy Allison1-2/+1
2007-10-10r15975: Only call the printer publishing calls if 'security = ads'Gerald Carter1-1/+7
2007-10-10r15570: Fix Coverity bug # 286. I really wonder why gcc -O1 did not catch thi...Volker Lendecke1-1/+1
2007-10-10r15455: Add rpccli_samr_query_dom_info2() and return the comment string inGünther Deschner1-0/+3
2007-10-10r15454: As testing, documentation and samba4 idl indicate that there is no knownGünther Deschner1-126/+10
2007-10-10r15452: Again purely cosmetic reformat of the samr query domain info calls.Günther Deschner2-16/+17
2007-10-10r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).Günther Deschner1-5/+11
2007-10-10r15438: Fix samrQueryDomainInfo level 5 where we returned our netbiosGünther Deschner1-2/+2
2007-10-10r15380: default eventlog tdbs to mode 0660 to allow easier access by BUILTIN\...Gerald Carter1-1/+1
2007-10-10r15334: Fix warning. This table and function not used anymore. Jerry pleaseJeremy Allison1-17/+0
2007-10-10r15309: normalize printing keys when deletingGerald Carter1-15/+0
2007-10-10r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison1-1/+22
2007-10-10r15101: Little step towards getting Samba4 tdb into 3: tdb_lock_bystring does...Volker Lendecke2-3/+3
2007-10-10r15044: Fix the build. (void returning non-void).Günther Deschner1-1/+1
2007-10-10r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner1-16/+37
2007-10-10r14788: Fix coverity bug #276. null deref.Jeremy Allison1-1/+17
2007-10-10r14786: Fix coverity #275. null deref.Jeremy Allison1-1/+8