Age | Commit message (Expand) | Author | Files | Lines |
2008-04-15 | Split binding structure handling out into a separate file. | Jelmer Vernooij | 3 | -695/+725 |
2008-04-15 | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d... | Jelmer Vernooij | 1 | -18/+19 |
2008-04-14 | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 1 | -157/+282 |
2008-04-09 | Merge branch 'openchange' into cprovision | Jelmer Vernooij | 1 | -2/+0 |
2008-04-08 | Add python bindings for drsuapi. | Jelmer Vernooij | 1 | -0/+4 |
2008-04-08 | Add python bindings for unixinfo. | Jelmer Vernooij | 1 | -0/+4 |
2008-04-08 | Add [todo] for functions that are obviously incomplete. | Jelmer Vernooij | 20 | -303/+303 |
2008-04-08 | Add Python bindings for DFS. | Jelmer Vernooij | 1 | -0/+4 |
2008-04-04 | Avoid installing unused header file. | Jelmer Vernooij | 1 | -2/+0 |
2008-04-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange | Jelmer Vernooij | 2 | -3/+33 |
2008-04-03 | Install libevents since it's required by samba-gtk. | Jelmer Vernooij | 3 | -4/+8 |
2008-04-03 | Fix installation of dcerpc_atsvc and registry as required by samba-gtk. | Jelmer Vernooij | 2 | -2/+16 |
2008-04-02 | wbclient: Add an async winbind client library. | Kai Blin | 2 | -3/+33 |
2008-04-02 | Move handle utility functions to public header, remove more public headers. | Jelmer Vernooij | 1 | -1/+2 |
2008-04-02 | Install public header files again and include required prototypes. | Jelmer Vernooij | 23 | -50/+342 |
2008-04-01 | Add warning to public headers. | Jelmer Vernooij | 2 | -0/+9 |
2008-04-01 | Fix dependency on samba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-01 | Rename libsamba-config to libsamba-hostconfig. | Jelmer Vernooij | 1 | -3/+3 |
2008-03-18 | libndr: EXT_NSL doesn't exist anymore, but it wasn't needed anyway | Stefan Metzmacher | 1 | -1/+1 |
2008-03-12 | opendb: pass down a pointer to the fd in odb_open_file() | Stefan Metzmacher | 1 | -0/+1 |
2008-03-06 | Ignore Kerberos PAC type 12. | Günther Deschner | 1 | -5/+6 |
2008-03-06 | Slowly making progress on PAC_UNKNOWN_12. | Günther Deschner | 1 | -3/+3 |
2008-03-06 | Add new Windows 2008 Kerberos PAC Type 12 (apparently again undocumented). | Günther Deschner | 1 | -1/+16 |
2008-03-06 | opendb: add allow_level_II_oplock parameter to odb_open_file() | Stefan Metzmacher | 1 | -0/+1 |
2008-02-29 | Use special make variables. | Jelmer Vernooij | 1 | -3/+3 |
2008-02-29 | Move public header accumulation out of the perl code. | Jelmer Vernooij | 1 | -19/+40 |
2008-02-29 | Move manpage management out of the perl build system. | Jelmer Vernooij | 1 | -1/+2 |
2008-02-28 | Merge branch 'v4-0-trivial' into v4-0-test | Jelmer Vernooij | 2 | -5/+6 |
2008-02-27 | unixinfo.idl: don't use utf8string anymore | Stefan Metzmacher | 1 | -2/+2 |
2008-02-21 | Remove more global_loadparm instance.s | Jelmer Vernooij | 2 | -5/+6 |
2008-02-21 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial | Jelmer Vernooij | 2 | -2/+11 |
2008-02-21 | Remove extra whitespace, use public variable in IDL. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-21 | srvsvc.idl: don't use STR_LEN4 anymore | Stefan Metzmacher | 1 | -1/+10 |
2008-02-21 | samr.idl: windows uses lsa_AsciiStringLarge in QueryDisplayInfo | Stefan Metzmacher | 1 | -1/+1 |
2008-02-19 | initshutdown.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -13/+12 |
2008-02-19 | winreg.idl: get rid of initshutdown_String and use lsa_StringLarge | Stefan Metzmacher | 1 | -3/+11 |
2008-02-19 | drsblobs.idl: don't use asclstr | Stefan Metzmacher | 1 | -1/+2 |
2008-02-19 | lsa.idl: strlen_m*() also for the lsa_AsciiString* versions | Stefan Metzmacher | 1 | -4/+4 |
2008-02-19 | lsa.idl: use strlen_m_term() in lsa_StringLarge to support NULL strings | Stefan Metzmacher | 1 | -1/+1 |
2008-02-18 | Rename include to mkinclude to emphasize it is different from make's include. | Jelmer Vernooij | 1 | -1/+1 |
2008-02-15 | lsa.idl: add lsa_AsciiStringLarge | Stefan Metzmacher | 1 | -0/+6 |
2008-02-15 | lsa.idl: don't use ascstr_noterm anymore | Stefan Metzmacher | 1 | -3/+3 |
2008-02-15 | epmapper.idl: don't use ascstr2 anymore | Stefan Metzmacher | 1 | -1/+10 |
2008-02-15 | epmapper.idl: add link to official IDL | Stefan Metzmacher | 1 | -0/+1 |
2008-02-15 | dcerpc.idl: use charset() instead of ascstr3 | Stefan Metzmacher | 1 | -1/+2 |
2008-02-15 | ndr_sec_helper: create a completely zero sid, so that ndr_size_dom_sid28 can ... | Stefan Metzmacher | 1 | -0/+3 |
2008-02-15 | drsuapi.idl: use charset() instead of the exotic flags() and string | Stefan Metzmacher | 1 | -3/+6 |
2008-02-15 | krb5pac.idl: use charset() instead of string type with flags | Stefan Metzmacher | 1 | -1/+2 |
2008-02-13 | idl_types: remove unused lstring | Stefan Metzmacher | 1 | -5/+0 |
2008-02-13 | spoolss.idl: improve idl for EnumPrinterData and not use 'lstring' any more | Stefan Metzmacher | 1 | -5/+6 |