summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_reg_nt.c
Commit message (Expand)AuthorAgeFilesLines
* don't free() auto variables; fixes segfault when looking up RefusePasswordCha...Gerald Carter2003-01-211-3/+5
* strip any trailing \'s from reg key names in an openGerald Carter2003-01-191-2/+10
* removing extra debug statementGerald Carter2003-01-181-2/+0
* BIG patch...Andrew Bartlett2003-01-021-2/+2
* the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce2002-12-301-2/+2
* try to put every security descriptors related definitions in the same file.Simo Sorce2002-10-061-1/+0
* usrmgr expects unicode as ProductType.Volker Lendecke2002-09-021-3/+11
* add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter2002-07-291-0/+24
* 3 things:Gerald Carter2002-07-261-5/+10
* * fix return code so we don't let a client just open any key it wantsGerald Carter2002-07-241-1/+1
* several changes in this checkinGerald Carter2002-07-241-63/+91
* * changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter2002-07-231-3/+46
* another intermediate checkin on the way to enumerating formsGerald Carter2002-07-201-9/+10
* enumeration of printers keys ( no data yet ) via the registryGerald Carter2002-07-201-6/+6
* * refactored registry operations some. subkey lists andGerald Carter2002-07-191-46/+47
* virtual registry framework with initial printing hooks.Gerald Carter2002-07-181-75/+123
* splitting off storage/retrieval routines for abstracting theGerald Carter2002-07-151-323/+11
* Jerry: Sorry if I am stepping on toes here, but this should fix the compile onAndrew Bartlett2002-07-081-16/+17
* fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter2002-07-041-12/+12
* * fix seg fault caused by missing DLIST_REMOVE in free_fn()Gerald Carter2002-07-041-1/+3
* first cut at implementing support for browsing printer and driver driverGerald Carter2002-07-031-43/+612
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Merge of fixes from 2.2.Jeremy Allison2002-01-221-5/+4
* Named constants are always much better than magic numbers...Andrew Bartlett2002-01-011-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-1/+1
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-13/+13
* fix missing )Herb Lewis2001-08-241-1/+1
* let admins also abort a shutdownSimo Sorce2001-08-241-9/+26
* so let admins shutdown their samba servers remotely if they want :-)Simo Sorce2001-08-231-0/+44
* The big character set handling changeover!Andrew Tridgell2001-07-041-2/+2
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-1/+1
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-2/+2
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-131-2/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-10/+25
* Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison2001-03-071-1/+1
* Don't marshal data from a stack frame.....Jeremy Allison2001-02-271-8/+14
* Separated reg code into interface & implementation.Jeremy Allison2001-02-251-0/+158