r4651: Add "refuse machine password change" policy field. This update will just
[ira/wip.git] / source3 / rpc_server / srv_reg_nt.c
2007-10-10 Jim McDonoughr4651: Add "refuse machine password change" policy...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-23 Gerald Carterconvert snprintf() calls using pstrings & fstrings
2003-01-21 Gerald Carterdon't free() auto variables; fixes segfault when lookin...
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-19 Gerald Carterstrip any trailing \'s from reg key names in an open
2003-01-18 Gerald Carterremoving extra debug statement
2003-01-18 Gerald Carterremoving extra debug statement
2003-01-04 Andrew BartlettThe last of the merge of idra's shutdown changes from...
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-30 Simo Sorcethe shutdown call does not have a 16 bit flags, but...
2002-11-29 Tim PotterMerge a bunch of trivial changes from HEAD. The differ...
2002-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-16 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-10 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-11-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-21 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-10-06 Simo Sorcetry to put every security descriptors related definitio...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-02 Volker Lendeckeusrmgr expects unicode as ProductType.
2002-08-17 Jelmer VernooijSync 3.0 branch with HEAD
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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.