Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-28 | Add in Metze's new code to ndr encode the user.DOSATTRIB | Stefan (metze) Metzmacher | 1 | -2/+232 | |
blobs. Next I'll change the create timestamp and dos attribute code to use this. | |||||
2009-10-02 | idl: rebuilt the IDL for the build farm | Andrew Tridgell | 1 | -0/+22 | |
2009-09-29 | s3: re-run make idl_full. | Günther Deschner | 1 | -0/+4 | |
Guenther | |||||
2009-09-17 | idl: recompile our IDL | Andrew Tridgell | 1 | -12/+12 | |
The NDR64 change affects every IDL file | |||||
2009-08-12 | librpc: rerun "make idl_full" | Kai Blin | 1 | -10/+10 | |
2009-07-24 | For some strange reason using : | Jeremy Allison | 1 | -4/+3 | |
uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy. | |||||
2009-07-24 | Fix hash function in acl_xattr to be SHA256, make | Jeremy Allison | 1 | -21/+118 | |
the hash function selectable. Upgrade version. Compiles but not fully tested yet (coming). Make vfs_acl_tdb.c compile - this needs updating to match acl_xattr (also coming soon). Jeremy. | |||||
2008-12-16 | Add new script for building IDL files in librpc/idl, generating both | Jelmer Vernooij | 1 | -1/+1 | |
Samba 3 and Samba 4 output. | |||||
2008-12-16 | Move shared gen_ndr files to librpc/gen_ndr in the root. | Jelmer Vernooij | 1 | -0/+773 | |
At the moment these files are used just by Samba 3, but the next step will be using them from Samba 4 as well. |