summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-18Survive a samdump with an alias that has no descriptionVolker Lendecke1-3/+6
2003-04-16Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2-15/+13
2003-04-14Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter1-0/+10
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+166
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2-0/+176
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-4/+16
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-4/+16
2003-04-09A little clarification in the rpc auth header struct.Volker Lendecke1-8/+7
2003-04-09A little clarification in the rpc auth header struct.Volker Lendecke1-8/+7
2003-04-09Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke1-0/+182
2003-04-09Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke1-0/+182
2003-04-06Merge the TNG netlogon schannel from HEAD.Volker Lendecke1-0/+95
2003-04-04This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke1-0/+95
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-35/+35
2003-03-17Merge from HEAD:Andrew Bartlett6-41/+41
2003-03-15Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett6-43/+43
2003-03-13Merge from HEAD. 'fixed the unmarshalling of the queryaliasmem SAMR call'Jeremy Allison1-2/+6
2003-03-13fixed the unmarshalling of the queryaliasmem SAMR callAndrew Tridgell1-2/+6
2003-03-09Don't fault on error returns (ptr == 0) for this LSA query.Andrew Bartlett1-10/+13
2003-03-07Some progress towards gums and tdbsam2Simo Sorce1-18/+0
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter1-1/+1
2003-03-03* CR1868: only send a change notify message if we have somethingGerald Carter1-1/+1
2003-02-25Merge: const fixes.Tim Potter2-12/+15
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2-12/+15
2003-02-25Progress on CR 601Gerald Carter1-1/+1
2003-02-25Progress on CR 601Gerald Carter1-1/+1
2003-02-21couple of merges from APP_HEADGerald Carter1-1/+1