Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-15 | Fix wkssvc test build. | Jelmer Vernooij | 1 | -10/+10 | |
2008-10-15 | Re-run pidl. | Jelmer Vernooij | 1 | -0/+3 | |
2008-10-15 | lsa.idl: Sync a couple more constants from Samba 4. | Jelmer Vernooij | 1 | -2/+8 | |
2008-10-15 | Share wkssvc.idl. | Jelmer Vernooij | 4 | -800/+5 | |
2008-10-15 | Share eventlog.idl. | Jelmer Vernooij | 4 | -186/+7 | |
2008-10-15 | Rename reboot -> do_reboot since the first is a reserved name on FreeBSD. | Jelmer Vernooij | 15 | -42/+42 | |
2008-10-15 | Re-run pidl. | Jelmer Vernooij | 2 | -6/+12 | |
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 11 | -227/+550 | |
2008-10-15 | Add [public] and [todo] as in Samba 4. | Jelmer Vernooij | 1 | -4/+4 | |
2008-10-15 | s3: fix samlogon client and server calls. | Günther Deschner | 3 | -16/+16 | |
Guenther | |||||
2008-10-15 | s3-build: re-run make samba3-idl. | Günther Deschner | 6 | -174/+470 | |
Guenther | |||||
2008-10-15 | idl: merge netlogon IDL between s3 and s4 wrt LogonSamLogon. | Günther Deschner | 2 | -37/+64 | |
Guenther | |||||
2008-10-15 | Share initshutdown.idl. | Jelmer Vernooij | 18 | -288/+184 | |
2008-10-15 | Share xattr implementation. | Jelmer Vernooij | 8 | -125/+582 | |
2008-10-15 | Share epmapper. | Jelmer Vernooij | 5 | -319/+12 | |
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 5 | -108/+421 | |
2008-10-15 | Re-add [todo] tags. | Jelmer Vernooij | 1 | -59/+59 | |
2008-10-15 | Fix include flags for merged build. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | s3-build: re-run make samba3-idl. | Günther Deschner | 3 | -92/+369 | |
Guenther | |||||
2008-10-15 | idl: more netlogon merges between s3 and s4. | Günther Deschner | 2 | -16/+52 | |
Guenther | |||||
2008-10-15 | s4-idl: merge netlogon bits from s3. | Günther Deschner | 1 | -44/+79 | |
Guenther | |||||
2008-10-15 | s4-idl: merge lsa_BinaryString from s3. | Günther Deschner | 1 | -0/+6 | |
Guenther | |||||
2008-10-15 | share ntsvcs.idl. | Günther Deschner | 3 | -129/+1 | |
Guenther | |||||
2008-10-15 | move svcctl to main idl directory. | Günther Deschner | 3 | -525/+5 | |
Guenther | |||||
2008-10-15 | s3-build: add regenerated files. | Günther Deschner | 2 | -2/+2 | |
Guenther | |||||
2008-10-15 | s3-libgpo: fix build for security cse. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-15 | s3-build: fix make samba3-idl. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -2/+2 | |
2008-10-15 | Fix includes. | Jelmer Vernooij | 10 | -8/+10 | |
2008-10-15 | Share security.idl. | Jelmer Vernooij | 3 | -4/+5 | |
2008-10-14 | Fixed "argument differ in signedness" warning on linux | Tim Prouty | 1 | -2/+2 | |
2008-10-15 | Share misc.idl. | Jelmer Vernooij | 4 | -61/+8 | |
2008-10-15 | Also check include dirs for IDL files. | Jelmer Vernooij | 1 | -3/+10 | |
2008-10-15 | Share idl_types.h. | Jelmer Vernooij | 5 | -84/+17 | |
2008-10-15 | Regenerated pidl output. | Jelmer Vernooij | 3 | -0/+43 | |
2008-10-15 | Sync misc.idl with Samba 4. | Jelmer Vernooij | 1 | -0/+18 | |
2008-10-15 | Fix typo. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Move shared DCE/RPC IDL files to root IDL dir. | Jelmer Vernooij | 35 | -2279/+3 | |
2008-10-15 | Allow specifying the exact IDL files to build. | Jelmer Vernooij | 2 | -9/+8 | |
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 1 | -26/+157 | |
2008-10-15 | Fix installation of libndr.h | Jelmer Vernooij | 2 | -2/+2 | |
2008-10-14 | Attempt to fix bug #5818 - "smbcacls: sorts ACEs improperly and loses ↵ | Jeremy Allison | 1 | -26/+157 | |
inheritance", based on a patch from Paul Fertser <fercerpav@gmail.com>. I also added the ability to get/set hex and symbolic inheritance flag names on ACE flags. I'm still investigating the effects of setting the "SEC_DESC_DACL_AUTO_INHERIT_REQ" flag as I don't yet see what effects this is having on the ACE sent. Jeremy. | |||||
2008-10-15 | Build zlib (required for ndr_compression) if it's not pulled in through | Jelmer Vernooij | 2 | -1/+41 | |
other means. | |||||
2008-10-14 | Note url explaining this code. | Jeremy Allison | 1 | -0/+4 | |
Jeremy. | |||||
2008-10-15 | Share libndr.h between Samba 3 and Samba 4. | Jelmer Vernooij | 4 | -516/+12 | |
2008-10-15 | Merge branch 'master' of git://git.samba.org/samba | Jelmer Vernooij | 14 | -152/+212 | |
2008-10-15 | Fix include path. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-15 | Remove unused variable. | Jelmer Vernooij | 1 | -1/+0 | |
2008-10-14 | Fix include path. | Jelmer Vernooij | 1 | -1/+1 | |
2008-10-14 | Share ndr_krb5pac implementation. | Jelmer Vernooij | 4 | -142/+2 | |