summaryrefslogtreecommitdiff
path: root/source3/rpc_server
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r3069: add 'force printername' service parameter for people that want to enfo...Gerald Carter1-14/+30
2007-10-10r3066: BUG 1519: fix segfault caused by double free of a printerGerald Carter1-1/+0
2007-10-10r3065: BUG 1519 (more): apparently the server_name notify request is used to ...Gerald Carter1-13/+4
2007-10-10r3049: fixing some calls in the printing code to stanard_sub_basic(); fix sta...Gerald Carter1-3/+3
2007-10-10r2955: fixing a segfault uncovered by the changes for BUG 1519Gerald Carter1-1/+2
2007-10-10r2918: BUG 1907: fix getprinterdriverdir_1(). have to make sure we don't add...Gerald Carter1-2/+11
2007-10-10r2868: Well, I'm not quite sure what I'm doing back in Samba 3.0, but anyway...Andrew Bartlett1-112/+41
2007-10-10r2865: Add static and remove unused functions that only cload the blame-gameAndrew Bartlett1-167/+3
2007-10-10r2821: Adding "Windows x64" as architecture string and driverdir "x64" for theGünther Deschner1-0/+1
2007-10-10r2768: BUG 1519: save the hostname used in the open_printer_ex() for later re...Gerald Carter1-113/+164
2007-10-10r2761: Print the decrypted, not encrypted key.Andrew Bartlett1-2/+2
2007-10-10r2569: Patch from Rob Foehl <rwf@loonybin.net>:Gerald Carter1-12/+12
2007-10-10r2481: Patch from Igor Belyi <sambauser@katehok.ac93.org>. Ensure pdbJeremy Allison1-8/+9
2007-10-10r2369: Fix from Richard Renard <rrenard@idealx.com> to fix usermgr and trust ...Jeremy Allison1-1/+11
2007-10-10r2331: check password script code and example from trunkSimo Sorce1-2/+2
2007-10-10r2137: This is a patch I've been running at Hawker for a while.Andrew Bartlett1-19/+29
2007-10-10r2133: Several fixes:Gerald Carter1-2/+10
2007-10-10r2093: Fix for Bug 1416. This must have been a cut&paste error from add_gid....Volker Lendecke1-3/+0
2007-10-10r1974: Just use a simple linked list for this.Jeremy Allison1-7/+5
2007-10-10r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...Gerald Carter1-8/+18
2007-10-10r1692: first commit :)Günther Deschner1-1/+8
2007-10-10r1501: One more check for option != 0.Jeremy Allison1-1/+5
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett2-2/+2
2007-10-10r1484: BUG 1520: work around bug in xp sp2 rc2 where the client sends a fnpcn...Gerald Carter1-0/+12
2007-10-10r1415: One more memory leak, found by valgrind..Jeremy Allison1-0/+3
2007-10-10r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison2-17/+33
2007-10-10r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison1-3/+0
2007-10-10r1340: _samr_lookupsids with more than 32 (MAX_REF_DOMAINS) SIDs failed. ThisVolker Lendecke1-1/+1
2007-10-10r1338: A netlogon schannel failure is a normal event with XP clients. They ca...Volker Lendecke2-2/+2
2007-10-10r1241: Fix incorrect type in printer publishing (struct uuid, not UUID_FLAT).Jeremy Allison1-3/+2
2007-10-10r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...Gerald Carter1-1/+8
2007-10-10r1171: Patch from "Lu, Jianliang" <Jianliang.Lu@getronics.com> toJeremy Allison1-0/+6
2007-10-10r1115: Fix for #1427. Catch bad path errors at the right point. Ensure allJeremy Allison1-0/+24
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-4/+6
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter2-24/+56
2007-10-10r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter1-26/+81
2007-10-10r911: Patch from "Jerome Borsboom" <j.borsboom@erasmusmc.nl>, don'tJeremy Allison1-6/+6
2007-10-10r810: Fix from "Jerome Borsboom" <j.borsboom@erasmusmc.nl> to ensure error st...Jeremy Allison1-6/+6
2007-10-10r805: Fix to stop smbd hanging on missing group member from "Jianliang Lu" <j...Jeremy Allison1-5/+1
2007-10-10r801: Fix from "Jianliang Lu" <j.lu@tiesse.com> to return correct groupJeremy Allison1-0/+2
2007-10-10r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison1-0/+1
2007-10-10r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter1-6/+9
2007-10-10r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid writ...Volker Lendecke1-3/+6
2007-10-10r475: Don't add ss padding length to the sent length as this is comparedJeremy Allison1-1/+1
2007-10-10r473: Fix for Microsoft hotfix MS04-011 password change breakage.Jeremy Allison1-26/+52
2007-10-10r238: Fix memleakVolker Lendecke1-0/+3
2007-10-10r229: Don't list domain groups from BUILTIN.Volker Lendecke1-0/+7
2007-10-10r196: merging struct uuid from trunkGerald Carter6-13/+69
2007-10-10r145: pdb_create_alias now returns NTSTATUS. More of this to follow.Volker Lendecke1-2/+5
2007-10-10r116: volker's patch for local group and group nestingGerald Carter2-271/+185