summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_reg_nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-30the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce1-2/+2
2002-10-06try to put every security descriptors related definitions in the same file.Simo Sorce1-1/+0
2002-09-02usrmgr expects unicode as ProductType.Volker Lendecke1-3/+11
2002-07-29add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter1-0/+24
2002-07-263 things:Gerald Carter1-5/+10
2002-07-24* fix return code so we don't let a client just open any key it wantsGerald Carter1-1/+1
2002-07-24several changes in this checkinGerald Carter1-63/+91
2002-07-23* changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter1-3/+46
2002-07-20another intermediate checkin on the way to enumerating formsGerald Carter1-9/+10
2002-07-20enumeration of printers keys ( no data yet ) via the registryGerald Carter1-6/+6
2002-07-19* refactored registry operations some. subkey lists andGerald Carter1-46/+47
2002-07-18virtual registry framework with initial printing hooks.Gerald Carter1-75/+123
2002-07-15splitting off storage/retrieval routines for abstracting theGerald Carter1-323/+11
2002-07-08Jerry: Sorry if I am stepping on toes here, but this should fix the compile onAndrew Bartlett1-16/+17
2002-07-04fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter1-12/+12
2002-07-04* fix seg fault caused by missing DLIST_REMOVE in free_fn()Gerald Carter1-1/+3
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter1-43/+612
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22Merge of fixes from 2.2.Jeremy Allison1-5/+4
2002-01-01Named constants are always much better than magic numbers...Andrew Bartlett1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-1/+1
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-13/+13
2001-08-24fix missing )Herb Lewis1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce1-9/+26
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce1-0/+44
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+2
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-1/+1
2001-03-15AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison1-2/+2
2001-03-13Fixed reading of strings from big-endian RPC clients.Jeremy Allison1-2/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-10/+25
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+1
2001-02-27Don't marshal data from a stack frame.....Jeremy Allison1-8/+14
2001-02-25Separated reg code into interface & implementation.Jeremy Allison1-0/+158