summaryrefslogtreecommitdiffstats
path: root/source4/librpc/ndr/ndr_sec_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* librpc/ndr: move ndr_sec_helper.c to the toplevelStefan Metzmacher2008-11-071-88/+0
| | | | metze
* s4: ndr_sec_helper: remove unused includeStefan Metzmacher2008-11-071-1/+0
| | | | metze
* s4: security.idl: split of dom_sid stuff into dom_sid.idlStefan Metzmacher2008-11-071-190/+1
| | | | | | This prepares having a shared security.idl file metze
* libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ↵Stefan Metzmacher2008-04-171-0/+51
| | | | | | | ntlogon packets metze (This used to be commit 690c12cd2afd0fba626576fbae3f28ffdae63be2)
* ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ↵Stefan Metzmacher2008-02-151-0/+3
| | | | | | | return 0 metze (This used to be commit ae6976eb4a8ddafc40ce91f68c9bca861502093b)
* r25918: ndr: change NTSTAUS into enum ndr_err_code (samba4 handwritten stuff)Stefan Metzmacher2007-12-211-14/+14
| | | | | | | | | | | | ndr_sec_helper.c ndr_spoolss_buf.c ndr_compression.c ndr_drsuapi.[ch] ndr_krb5pac.c ndr_orpc.c metze (This used to be commit 356e027bf883c8fc36fa4759eff56e364daf9fce)
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
| | | | | | There are still a few tidyups of old FSF addresses to come (in both s3 and s4). More commits soon. (This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
* r20800: fix compiler warningsStefan Metzmacher2007-10-101-0/+2
| | | | | metze (This used to be commit 6ce994720cdd8b7dd0b789460b5ae7da19261696)
* r20798: fix ndr_size_security_ace() it should include the optional sub objectStefan Metzmacher2007-10-101-2/+21
| | | | | | | for ADS style ace's metze (This used to be commit 161fea1a141de085eb6c84efc5b120e00cf95943)
* r20064: - fix pushing of DeReplicaObjectIdentifierX, this lets the DsAddEntry()Stefan Metzmacher2007-10-101-0/+15
| | | | | | | | request work correctly - the error structures all have the same type metze (This used to be commit 3322dbd901106262b22db35e9ef455a08ac2867c)
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-41/+94
| | | | | | Remove some autogenerated headers (which had prototypes now autogenerated by pidl) Remove ndr_security.h from a few places - it's no longer necessary (This used to be commit c19c2b51d3e1ad347120b06a22bda5ec586c22e8)
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-0/+1
| | | | | try to include just the BASENAME.h files (containing only structs) (This used to be commit 3dd477ca5147f28a962b8437e2611a8222d706bd)
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
| | | | (This used to be commit 70e7449318aa0e9d2639c76730a7d1683b2f4981)
* r7865: changed pidl to take a "const void *" instead of a "void *" for theAndrew Tridgell2007-10-101-8/+8
| | | | | | | | | | | | | | | | | structure in ndr_push_*() and ndr_print_*(). The push and print functions really should not modify the structure. metze, to make this work I had to change your spoolss hand marshaller. Can you please check it is OK? I think that the IN and OUT sides of that function are not ever called on the same structure, so I think that attempt at remembering the value by assigning to r->in._offered was not doing anything anyway, but please correct me if I have misunderstood it. If you really do need to remember something on those structures I'd suggest the ndr_token_store() and ndr_token_retrieve() functions, which are used by pidl for just this sort of thing. (This used to be commit eee528be97fa43ca53bdc5652b4d29a0a2caf563)
* r6287: sorted out a small but surprisingly tricky dependency problem with theAndrew Tridgell2007-10-101-0/+136
ndr code for handling sids and security descriptors now that we have a sid in the nbt IDL (This used to be commit f8e77fcdeac704aed5e501aa9108f3ed0ab26ca4)