summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and loc...Gerald Carter1-8/+32
2007-10-10r9945: fix typos.Günther Deschner1-1/+1
2007-10-10r9788: more compiler warnings from Jason MaderGerald Carter1-2/+2
2007-10-10r9780: Clean up a bunch of compiler warnings.James Peach2-5/+0
2007-10-10r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*Gerald Carter1-2/+10
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2-202/+130
2007-10-10r9660: real fix for group enumeration bug in 3.0.20; only affected the ldaps...Gerald Carter1-1/+1
2007-10-10r9594: return the mapped name in enum_dom_groups()Gerald Carter1-1/+1
2007-10-10r9276: Fix another unused variable warning. Bugzilla #2981.Tim Potter1-4/+1
2007-10-10r9275: Remove some dead code. Bugzilla #2982.Tim Potter1-3/+0
2007-10-10r9264: fix valgrind invalid write error in enumprinterdata()Gerald Carter1-2/+3
2007-10-10r9261: Fix #2976: windows member servers wouldn't alloc connections from usersJim McDonough1-0/+9
2007-10-10r9242: Fix my fix for #2953. I'd moved too much code until after we verify t...Jim McDonough1-3/+3
2007-10-10r9229: merge from trunk:Günther Deschner1-2/+37
2007-10-10r9195: setting log level to 2 instead of 0Gerald Carter1-1/+1
2007-10-10r9194: do not enumerate privileges when they are not enabledGerald Carter1-1/+6
2007-10-10r9114: removing gratuitous debug messagesGerald Carter1-28/+1
2007-10-10r9112: Fix #2953 - credentials chain on DC gets out of sync with client whenJim McDonough1-5/+12
2007-10-10r9098: fix another usrmgr.exe crash when viewing user properties at debugleve...Gerald Carter1-1/+1
2007-10-10r9080: If we don't understand the auth, bind nak not pdu fault.Jeremy Allison1-15/+13
2007-10-10r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtortureGünther Deschner1-4/+10
2007-10-10r8971: Fix querydispinfo (still need to look at enumdomusers) to allow to listGünther Deschner1-2/+4
2007-10-10r8959: Make msdfs code talloc based. Fix leaks.Jeremy Allison1-4/+3
2007-10-10r8950: Fix one more mem leak found by Gunther.Jeremy Allison1-1/+1
2007-10-10r8943: Fix segfault in enum_service_statusGerald Carter1-43/+33
2007-10-10r8941: Fix unused variable warning. Bugzilla #2940.Tim Potter1-2/+1
2007-10-10r8916: should fix the valgrind invalid read of size 1 ontheGerald Carter1-8/+8
2007-10-10r8894: Fix a warning. Bugzilla #2939.Tim Potter1-3/+1
2007-10-10r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison1-60/+65
2007-10-10r8617: Be very explicit if addprinterex is called that the "addprinter command"Jeremy Allison1-2/+7
2007-10-10r8573: Fix set but not used warning in srvsvc server-side code.Tim Potter1-2/+2
2007-10-10r8564: Sometimes we're too dumb to live... Fix samr calls where we wereJeremy Allison1-35/+35
2007-10-10r8501: * disable printer handle object cache (was mostly usedGerald Carter1-0/+5
2007-10-10r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l...Jim McDonough1-2/+7
2007-10-10r8326: factor out the delete printer code to a delete_printer_hook() for reuseGerald Carter1-56/+53
2007-10-10r8324: * initial cut at creating printers via the registry APIGerald Carter1-3/+4
2007-10-10r8322: * get RegSetValue() working for printer subkey valuesGerald Carter1-1/+1
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-17/+18
2007-10-10r8066: * had to modify the printer data storage slightly in ntprinters.tdbGerald Carter1-1/+1
2007-10-10r8027: driver information is now back via winregGerald Carter1-2/+6
2007-10-10r8019: Better give a hint that we are failing share-manipulation due to missingGünther Deschner1-2/+6
2007-10-10r7995: * privileges are local except when they're *not*Gerald Carter4-23/+26
2007-10-10r7987: map generic bits to specific bits in open requestsGerald Carter1-3/+4
2007-10-10r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.Jeremy Allison2-7/+3
2007-10-10r7938: * move the hardcoded registry value names from _reg_query_value()Gerald Carter1-91/+1
2007-10-10r7908: * change REGISTRY_HOOK api to use const (fix compiler warningGerald Carter1-18/+14
2007-10-10r7890: * add Reg[SG]etKeySec() server stubsGerald Carter2-13/+149
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison3-31/+31
2007-10-10r7880: fix a typo and memleak on failures cases (patch from marcin)Gerald Carter2-1/+7
2007-10-10r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarityGerald Carter2-15/+12