summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2003-10-01Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett1-21/+1
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2-63/+90
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2-63/+90
2003-09-29Merge from 3.0:Tim Potter9-537/+367
2003-09-25Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison9-537/+367
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-9/+11
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-9/+11
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-16/+20
2003-09-18The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison1-16/+20
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter6-31/+39
2003-09-08Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter1-6/+14
2003-08-20Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter1-6/+6
2003-08-15get rid of more compiler warningsHerb Lewis1-7/+7
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis4-11/+11
2003-08-12Fix commentAndrew Bartlett1-1/+1
2003-08-02port latest changes from SAMBA_3_0 treeSimo Sorce4-135/+207
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough2-2/+2
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+0
2003-07-31working on transtive trusts issue:Gerald Carter1-0/+3
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter1-3/+184
2003-07-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-2/+2
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-2/+2
2003-07-17fix the build. Ifdef out some codeGerald Carter1-8/+10
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter8-326/+410
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2-112/+184
2003-07-14Don't bomb out when trying to unmarshall a zero length printerdata value.Tim Potter1-4/+3
2003-07-09Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison1-10/+10
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-17/+2
2003-07-03well this was easy...Gerald Carter1-2/+18
2003-07-01Adding jcmd's share ACL on XP patch. Thanks Jim !Jeremy Allison1-1/+2
2003-06-30Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison1-7/+115
2003-06-23fix bug #178; available space in devmode should be intGerald Carter1-1/+1
2003-06-05Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison1-6/+4
2003-06-04Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison1-3/+5
2003-06-04fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell1-21/+23
2003-06-03* set winbind cache time to 5 minutesGerald Carter1-1/+1
2003-06-03Fix debug message merge.Jeremy Allison1-1/+1
2003-05-29Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison1-42/+15
2003-05-27Merge of secchan fix from 3.0 that was eaten by CVS yesterday. I thinkTim Potter1-1/+1
2003-05-26Metze's patches:John Terpstra1-35/+35
2003-05-26This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2-7/+7
2003-05-24Fix an insufficient alloc when querying alias members.Volker Lendecke1-1/+1
2003-05-24Fix an insufficient alloc when querying alias members.Volker Lendecke1-1/+1
2003-04-28Whitespace syncup.Tim Potter1-2/+1
2003-04-25This function is a duplicate.Andrew Bartlett1-18/+0
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-1/+2
2003-04-22parse_string is only used for the authentication negotiators.Volker Lendecke2-11/+13
2003-04-22parse_string is only used for the authentication negotiators.Volker Lendecke2-11/+13
2003-04-18Survive a samdump with an alias that has no descriptionVolker Lendecke1-3/+6