summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* | split some security related functions in their own files.Simo Sorce2003-10-062-741/+29
* | Grrr. compile patches before you apply !Jeremy Allison2003-10-031-4/+4
* | abstract UUID parsing code to an individual function; patch from AnthonyGerald Carter2003-10-031-7/+26
* | Remove duplicate function (now in rpc_parse/parse_prs.c) and fix a RPC debugAndrew Bartlett2003-10-011-21/+1
* | commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-012-63/+90
* | Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-259-537/+367
* | Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-9/+11
* | The "unknown_5" 32 bit field in the user structs is actually 2 16-bitJeremy Allison2003-09-181-16/+20
* | Fix for bug #334. We don't unmarshall the trusted domain or secretsTim Potter2003-09-081-6/+14
* | Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAINGerald Carter2003-08-201-6/+6
* | get rid of more compiler warningsHerb Lewis2003-08-151-7/+7
* | get rid of some sompiler warnings on IRIXHerb Lewis2003-08-154-11/+11
* | Fix commentAndrew Bartlett2003-08-121-1/+1
* | Update my copyrights according to my agreement with IBMJim McDonough2003-08-012-2/+2
* | Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+0
* | working on transtive trusts issue:Gerald Carter2003-07-311-0/+3
* | add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter2003-07-301-3/+184
* | More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-2/+2
* | More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-2/+2
* | Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-142-112/+184
* | Don't bomb out when trying to unmarshall a zero length printerdata value.Tim Potter2003-07-141-4/+3
* | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no usefulJeremy Allison2003-07-091-10/+10
* | Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* | This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-17/+2
* | well this was easy...Gerald Carter2003-07-031-2/+18
* | Adding jcmd's share ACL on XP patch. Thanks Jim !Jeremy Allison2003-07-011-1/+2
* | Finally ! Fixed the ACL ordering bug reported by jcmd. I realised we wereJeremy Allison2003-06-301-7/+115
* | fix bug #178; available space in devmode should be intGerald Carter2003-06-231-1/+1
* | Never second guess tridge.... (always talloc an internal pointer... ).Jeremy Allison2003-06-051-6/+4
* | Fix for previous checkin. Only use talloc on unmarshalling or we'llJeremy Allison2003-06-041-3/+5
* | fixed the arbitrary 256 limit on the size of aliases in parse_samrAndrew Tridgell2003-06-041-21/+23
* | Fix debug message merge.Jeremy Allison2003-06-031-1/+1
* | Change get_nt_acl() to include security_info wanted. Only return this.Jeremy Allison2003-05-291-42/+15
* | Metze's patches:John Terpstra2003-05-261-35/+35
* | This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter2003-05-262-7/+7
* | Fix an insufficient alloc when querying alias members.Volker Lendecke2003-05-241-1/+1
* | Whitespace syncup.Tim Potter2003-04-281-2/+1
* | This function is a duplicate.Andrew Bartlett2003-04-251-18/+0
* | Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-1/+2
* | parse_string is only used for the authentication negotiators.Volker Lendecke2003-04-222-11/+13
* | Survive a samdump with an alias that has no descriptionVolker Lendecke2003-04-181-3/+6
* | Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-162-15/+13
* | Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-0/+10
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-04-131-0/+166
|\|
| * A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter2003-04-112-0/+176
| * This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-4/+16
| * A little clarification in the rpc auth header struct.Volker Lendecke2003-04-091-8/+7
| * Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-091-0/+182
| * This is a merge of the NETLOGON schannel server code from SambaVolker Lendecke2003-04-041-0/+95
| * - Support building all auth modules as .so'sJelmer Vernooij2003-03-251-35/+35