summaryrefslogtreecommitdiffstats
path: root/source4/lib/util.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unused NISPLUS/AUTOMOUNT stuffStefan Metzmacher2004-02-181-31/+0
| | | | | metze (This used to be commit cbfa29549e5b302f947c7f2ca14fbea257e46c33)
* added a basic dcerpc endpoint mapper to Samba4. Currently onlyAndrew Tridgell2003-12-131-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | implements the epm_Lookup() call, I'll add the other important calls soon. I was rather pleased to find that epm_Lookup() worked first time, which is particularly surprising given its complexity. This required quite a bit of new infrastructure: * a generic way of handling dcerpc policy handles in the rpc server * added type checked varients of talloc. These are much less error prone. I'd like to move to using these for nearly all uses of talloc. * added more dcerpc fault handling code, and translation from NTSTATUS to a dcerpc fault code * added data_blob_talloc_zero() for allocating an initially zero blob * added a endpoint enumeration hook in the dcerpc endpoint server operations (This used to be commit 3f85f9b782dc17417baf1ca557fcae22f5b6a83a)
* signed DCERPC over TCP now works !Andrew Tridgell2003-11-261-0/+11
| | | | | | | | | | * moved ntlmssp code into libcli/auth/, and updated to latest ntlmssp code from samba3 (thanks Andrew! the new interface is great) * added signing/ntlmssp support in the dcerpc code * added a dcerpc_auth.c module for the various dcerpc auth mechanisms (This used to be commit c18c9b5585a3e5f7868562820c14f7cb529cdbcd)
* * fixed byte order in epmapper parsingAndrew Tridgell2003-11-241-1/+1
| | | | | * allow rpc transport to be specified on command line in smbtorture (This used to be commit 8a82050fd6f45bcdb31c2c365eaed5fc12599e4f)
* first public release of samba4 codeAndrew Tridgell2003-08-131-0/+1000
(This used to be commit b0510b5428b3461aeb9bbe3cc95f62fc73e2b97f)