port latest changes from SAMBA_3_0 tree
[samba.git] / source3 / rpc_server / srv_reg_nt.c
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-01-21 Gerald Carterdon't free() auto variables; fixes segfault when lookin...
2003-01-19 Gerald Carterstrip any trailing \'s from reg key names in an open
2003-01-18 Gerald Carterremoving extra debug statement
2003-01-02 Andrew BartlettBIG patch...
2002-12-30 Simo Sorcethe shutdown call does not have a 16 bit flags, but...
2002-10-06 Simo Sorcetry to put every security descriptors related definitio...
2002-09-02 Volker Lendeckeusrmgr expects unicode as ProductType.
2002-07-29 Gerald Carteradd another registry rpc (opnum 0x14). Have no idea...
2002-07-26 Gerald Carter3 things:
2002-07-24 Gerald Carter* fix return code so we don't let a client just open...
2002-07-24 Gerald Carterseveral changes in this checkin
2002-07-23 Gerald Carter* changed structure of REG_R_ENUM_VALUE structure since...
2002-07-20 Gerald Carteranother intermediate checkin on the way to enumerating...
2002-07-20 Gerald Carterenumeration of printers keys ( no data yet ) via the...
2002-07-19 Gerald Carter* refactored registry operations some. subkey lists and
2002-07-18 Gerald Cartervirtual registry framework with initial printing hooks.
2002-07-15 Gerald Cartersplitting off storage/retrieval routines for abstractin...
2002-07-08 Andrew BartlettJerry: Sorry if I am stepping on toes here, but this...
2002-07-04 Gerald Carterfixed the geyed out registry keys. Stupid typo on...
2002-07-04 Gerald Carter* fix seg fault caused by missing DLIST_REMOVE in free_fn()
2002-07-03 Gerald Carterfirst cut at implementing support for browsing printer...
2002-06-18 Simo Sorcemore debug classess activated
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-22 Jeremy AllisonMerge of fixes from 2.2.
2002-01-01 Andrew BartlettNamed constants are always much better than magic numbe...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-24 Herb Lewisfix missing )
2001-08-24 Simo Sorcelet admins also abort a shutdown
2001-08-23 Simo Sorceso let admins shutdown their samba servers remotely...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-03-15 Jeremy AllisonAS/U on a sparc now joins and authenticates against...
2001-03-13 Jeremy AllisonFixed reading of strings from big-endian RPC clients.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-07 Jeremy AllisonSync up handle creation with 2.2 branch. We can now...
2001-02-27 Jeremy AllisonDon't marshal data from a stack frame.....
2001-02-25 Jeremy AllisonSeparated reg code into interface & implementation.