summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7698: * clean upserver frontend for RegDeleteKey()Gerald Carter3-37/+147
2007-10-10r7696: Don't try and be clever and read an 8 byte int and 3 pad bytesJeremy Allison2-3/+3
2007-10-10r7693: Fix from James Peach @ SGI for null pointer ACL free.Jeremy Allison1-2/+6
2007-10-10r7692: start versioning the registry.tdb file since it can be modified nowGerald Carter2-14/+17
2007-10-10r7691: * add .gdbinit to the svn:ignore filesGerald Carter11-58/+248
2007-10-10r7664: add access check hooks to _reg_open_entry which are passed offGerald Carter5-30/+60
2007-10-10r7662: Allow someone with SeTakeOwnershipPrivilege to chown the userJeremy Allison1-6/+28
2007-10-10r7649: * fix compile breakage (sorry, should have done a make clean before theGerald Carter4-12/+79
2007-10-10r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...Gerald Carter7-37/+43
2007-10-10r7647: add access checks to the top level hive open calls; will need to pass ...Gerald Carter1-3/+89
2007-10-10r7645: adding server stubs for RegCreateKey() and RegSetValue()Gerald Carter5-14/+80
2007-10-10r7640: Fix based on work from "Shlomi Yaakobovich" <Shlomi@exanet.com> to catchJeremy Allison1-6/+7
2007-10-10r7636: Docu for "net rpc share migrate security" is now valid.Günther Deschner1-2/+2
2007-10-10r7632: Cleanup "net share migrate"-code.Günther Deschner3-122/+396
2007-10-10r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...Gerald Carter3-15/+8
2007-10-10r7620: when adding a new printer driver, we should copy the filesGerald Carter2-41/+23
2007-10-10r7618: Typo...Jeremy Allison1-1/+1
2007-10-10r7617: Fix for bug #2801 - delete veto files was broken with the newJeremy Allison2-3/+19
2007-10-10r7614: convert move_driver_to_download_area() to return WERROR in order to pr...Gerald Carter2-8/+6
2007-10-10r7613: small changes to _svcctl_open_service() and create_open_service_handle...Gerald Carter1-9/+21
2007-10-10r7610: can successfully stop and start the 'spooler' service by setting the s...Gerald Carter4-68/+56
2007-10-10r7609: Move top level dir handling in from of the loop. This makes the codeLars Müller3-27/+57
2007-10-10r7607: Some minor fixes (typos, const)Günther Deschner1-8/+5
2007-10-10r7606: add WERR_NET_NAME_NOT_FOUND. This is what windows returns whenGünther Deschner3-1/+5
2007-10-10r7603: * fix a bug in the SERVICE_ALL_ACCESS security maskGerald Carter5-6/+9
2007-10-10r7595: start trying to split out the svcctl functions into separate files for...Gerald Carter6-694/+853
2007-10-10r7591: Don't call getpeeraddr on a disconnected socket.Jeremy Allison1-5/+8
2007-10-10r7584: cleanup the default printer security descriptorGerald Carter1-32/+29
2007-10-10r7583: * more rearranging and renaming of functionsGerald Carter1-410/+472
2007-10-10r7581: fix bad mergeGerald Carter1-2/+0
2007-10-10r7578: use global well known DOM_SID objects when possibleGerald Carter1-9/+6
2007-10-10r7577: switching to macro for IS_DCGerald Carter1-15/+4
2007-10-10r7576: implement access checks for open_scm and open_serviceGerald Carter2-21/+139
2007-10-10r7573: you can't make an omlette without break a few eggs....start reworking ...Gerald Carter2-418/+323
2007-10-10r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...Gerald Carter6-84/+1642
2007-10-10r7554: Refactor very messy code in util_sock.c Remove write_socket_data/read_...Jeremy Allison2-133/+110
2007-10-10r7550: Steal the correct error return for invalid TID on NTcreateX from Samba4Jeremy Allison1-2/+8
2007-10-10r7547: removing unused fields in the REGISTRY_KEY structure associated with o...Gerald Carter2-9/+1
2007-10-10r7544: Fix for bug #2196 from Denis Sbragion <d.sbragion@infotecna.it>.Jeremy Allison1-3/+8
2007-10-10r7542: Patch from Renaud Duhaut <rd@duhaut.com> for a parameterJeremy Allison1-1/+18
2007-10-10r7541: Patch from core@road-star.jp for bug #2792. Ensure the shadow copyJeremy Allison1-0/+24
2007-10-10r7537: Print passwords in display charset.Günther Deschner1-2/+2
2007-10-10r7534: Add missing cli_srvsvc_net_share_set_info-function andGünther Deschner2-0/+133
2007-10-10r7532: compile fix.Günther Deschner1-1/+1
2007-10-10r7529: Apply some const, remove unused variable.Günther Deschner1-4/+3
2007-10-10r7512: Fix net share migrate files to also migrate the ACLs of the top levelLars Müller3-80/+122
2007-10-10r7511: Add three new command line switches to testparm:Lars Müller2-4/+141
2007-10-10r7474: A *foul* and *disgusting* hack to ensure that, at the very lowestJeremy Allison1-1/+23
2007-10-10r7472: fix smbpasswd user password change (still worked by bad error messages...Gerald Carter1-2/+2
2007-10-10r7470: fix block size caculation error when request size > 4096 bytesGerald Carter1-1/+1