Mention wb_delgrpmem fix
[samba.git] / source3 / rpc_parse /
2004-02-28 Volker LendeckeAdd 'net rpc group [add|del]mem' for domain groups...
2004-02-24 Volker LendeckeAdd 'net rpc group add'. For this parse_samr.c had...
2004-02-12 Jim McDonoughMore sync between passdb on 3.0 and HEAD.
2004-02-08 Andrew BartlettMake more functions static, and remove duplication...
2004-01-26 Andrew BartlettThis adds client-side support for the unicode/SAMR...
2004-01-14 Herb Lewissource/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not neede...
2004-01-09 Gerald Carterfix some warnings from the Sun compiler
2004-01-07 Gerald Cartercommiting jra's fix for Exchange clear test auth
2004-01-05 Andrew Bartlettrpc_client/cli_lsarpc.c:
2003-12-29 Andrew BartlettAdd the alignment required before all 2-byte quantities...
2003-12-10 Gerald CarterFix UNISTR2 length bug in LsaQueryInfo(3) that cause...
2003-12-05 Andrew Tridgellfixed a problem with "net rpc vampire" mis-parsing...
2003-12-04 Gerald Carter* fix RemoveSidForeignDomain() ; bug 252
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-23 Andrew BartlettMerge from 3.0:
2003-11-22 Andrew BartlettAdd support for variable-length session keys in our...
2003-11-22 Andrew Bartlett(merge from 3.0)
2003-11-22 Andrew BartlettChanges all over the shop, but all towards:
2003-11-17 Jeremy AllisonFix from Andrew Bartlett to fix up the munged-dial...
2003-11-17 Jeremy AllisonFix from Andrew Bartlett to fix up the munged-dial...
2003-11-13 Gerald Carter* Fix from SATOH Fumiyasu for bug 660 (failing to view...
2003-11-13 Gerald Carter* Fix from SATOH Fumiyasu for bug 660 (failing to view...
2003-11-11 Gerald Carterfix crash bug due to empyrt munged dial string; patch...
2003-11-11 Gerald Carterfix crash bug due to empyrt munged dial string; patch...
2003-11-07 Jeremy AllisonHandle munged dial string. Patch from Aur?lien Degr...
2003-11-07 Jeremy AllisonHandle munged dial string. Patch from Aur?lien Degr...
2003-11-05 Tim PotterMerge of some compiler warning fixes.
2003-11-03 Tim PotterFix some uninitialised variable warnings.
2003-10-30 Jim McDonoughOk, nearing the end of the GUID->struct uuid changes.
2003-10-30 Jim McDonoughAnother round of GUID->struct uuid.
2003-10-30 Jim McDonoughFirst round of merging various UUID structures.
2003-10-24 Jim McDonoughAdd initshutdown pipe commands to rpcclient. Second...
2003-10-24 Jim McDonoughAdd initshutdown pipe commands to rpcclient. Second...
2003-10-24 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-24 Jim McDonoughNew files for support of initshutdown pipe. Win2k...
2003-10-22 Jim McDonoughBe sure referent ID is updated for incoming structures...
2003-10-21 Jim McDonoughFix typo
2003-10-20 Jim McDonoughUpdate structures after ethereal showed some marshallin...
2003-10-20 Jim McDonoughSeveral updates:
2003-10-18 Jim McDonoughFix tower length calculations and add some const
2003-10-17 Jim McDonoughuuid itself might not be aligned (as is the case in...
2003-10-17 Jim McDonoughAdd epmapper pipe
2003-10-17 Jim McDonoughAdd (un)marshalling code for endpoint mapper map operation
2003-10-09 Tim PotterMerge from 3.0:
2003-10-07 Jeremy AllisonMax warnings with gcc.
2003-10-07 Jeremy AllisonTut tut - always run with max warnings on gcc...
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-06 Simo Sorcesplit some security related functions in their own...
2003-10-03 Jeremy AllisonGrrr. compile patches before you apply !
2003-10-03 Gerald Carterabstract UUID parsing code to an individual function...
2003-10-03 Gerald Carterabstract UUID parsing code to an individual function...
2003-10-01 Andrew BartlettRemove duplicate function (now in rpc_parse/parse_prs...
2003-10-01 Gerald Cartercommit sign only patch from Andrew; bug 167; tested...
2003-10-01 Gerald Cartercommit sign only patch from Andrew; bug 167; tested...
2003-09-29 Tim PotterMerge from 3.0:
2003-09-25 Jeremy AllisonFix for #480. Change the interface for init_unistr2...
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-19 Jeremy AllisonEnsure that dup_sec_desc copies the 'type' field correc...
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-18 Jeremy AllisonThe "unknown_5" 32 bit field in the user structs is...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Tim PotterFix for bug #334. We don't unmarshall the trusted...
2003-08-20 Gerald CarterFix bug #252. Implement missing SAMR_REMOVE_USER_FOREI...
2003-08-15 Herb Lewisget rid of more compiler warnings
2003-08-15 Herb Lewisget rid of some sompiler warnings on IRIX
2003-08-12 Andrew BartlettFix comment
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-01 Jim McDonoughUpdate my copyrights according to my agreement with IBM
2003-08-01 Jim McDonoughFix copyright statements for various pieces of Anthony...
2003-07-31 Gerald Carterworking on transtive trusts issue:
2003-07-30 Gerald Carteradd support for DsEnumerateDomainTrusted for enumeratin...
2003-07-25 Tim PotterMore printf portability fixes. Got caught out by some...
2003-07-24 Tim PotterMore printf fixes - size_t is long on some architectures.
2003-07-17 Gerald Carterfix the build. Ifdef out some code
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-14 Andrew BartlettJeremy requested that I get my NTLMSSP patch into CVS...
2003-07-14 Tim PotterDon't bomb out when trying to unmarshall a zero length...
2003-07-09 Jeremy AllisonGet rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve...
2003-07-03 Jeremy AllisonRemoved strupper/strlower macros that automatically...
2003-07-03 Andrew BartlettThis patch takes the work the jerry did for beta2,...
2003-07-03 Gerald Carterwell this was easy...
2003-07-01 Jeremy AllisonAdding jcmd's share ACL on XP patch. Thanks Jim !
2003-06-30 Jeremy AllisonFinally ! Fixed the ACL ordering bug reported by jcmd...
2003-06-23 Gerald Carterfix bug #178; available space in devmode should be int
2003-06-05 Jeremy AllisonNever second guess tridge.... (always talloc an interna...
2003-06-04 Jeremy AllisonFix for previous checkin. Only use talloc on unmarshall...
2003-06-04 Andrew Tridgellfixed the arbitrary 256 limit on the size of aliases...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-06-03 Gerald Carter* set winbind cache time to 5 minutes
2003-06-03 Jeremy AllisonFix debug message merge.
2003-05-29 Jeremy AllisonChange get_nt_acl() to include security_info wanted...
2003-05-27 Tim PotterMerge ... secchan fix from 3.0 that was eaten by CVS...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 John TerpstraMetze's patches:
2003-05-26 Tim PotterThis fixes net rpc vampire when talking to win2k (...
2003-05-24 Volker LendeckeFix an insufficient alloc when querying alias members.
2003-05-24 Volker LendeckeFix an insufficient alloc when querying alias members.
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-06 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
next