Age | Commit message (Expand) | Author | Files | Lines |
2008-04-08 | Rework talloc hirarchy for C provision setup. | Andrew Bartlett | 1 | -18/+19 |
2008-04-08 | Add manually written Python binding for libnet_Join. | Jelmer Vernooij | 6 | -4890/+81 |
2008-04-08 | Add trivial test for unixinfo interface. | Jelmer Vernooij | 2 | -0/+31 |
2008-04-08 | Add python bindings for drsuapi. | Jelmer Vernooij | 3 | -1/+6 |
2008-04-08 | Add python bindings for unixinfo. | Jelmer Vernooij | 2 | -0/+5 |
2008-04-08 | Add [todo] for functions that are obviously incomplete. | Jelmer Vernooij | 20 | -303/+303 |
2008-04-08 | Raise NotImplementedError from functions that don't have complete IDL. | Jelmer Vernooij | 1 | -14/+29 |
2008-04-08 | Support [todo] attribute on functions. | Jelmer Vernooij | 1 | -0/+1 |
2008-04-08 | Add Python bindings for DFS. | Jelmer Vernooij | 2 | -0/+5 |
2008-04-08 | Add signature of connect function to docstrings. | Jelmer Vernooij | 1 | -7/+20 |
2008-04-08 | use builtin getset stuff rather than custom getattr/setattr implementation. | Jelmer Vernooij | 1 | -28/+23 |
2008-04-08 | Add function signature to docstrings in python. | Jelmer Vernooij | 1 | -3/+31 |
2008-04-08 | Register types rather than constructors, display structs as classes. | Jelmer Vernooij | 1 | -63/+96 |
2008-04-08 | Set tp_flags for Python types. | Jelmer Vernooij | 1 | -0/+2 |
2008-04-08 | Set docstrings from helpstring attribute where possible. | Jelmer Vernooij | 1 | -14/+38 |
2008-04-07 | Add simple docstring for Python modules. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-06 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 2 | -16/+37 |
2008-04-06 | Add test for authservice struct. | Jelmer Vernooij | 2 | -16/+37 |
2008-04-06 | Fix authservice count. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-05 | Extend credentials python API to include set_machine_account. | Andrew Bartlett | 4 | -29/+78 |
2008-04-05 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 12 | -11/+48 |
2008-04-04 | Don't install libevents for now, just its headers. It is already part of othe... | Jelmer Vernooij | 1 | -3/+1 |
2008-04-04 | Avoid installing unused header file. | Jelmer Vernooij | 1 | -2/+0 |
2008-04-04 | Don't install talloc manpage from samba, it's already installed from the stan... | Jelmer Vernooij | 1 | -3/+0 |
2008-04-04 | Install pidl by default if ExtUtils::MakeMaker is available. This should make... | Jelmer Vernooij | 3 | -2/+5 |
2008-04-04 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange | Jelmer Vernooij | 28 | -287/+938 |
2008-04-04 | Pass discovered server DN down to provision. | Andrew Bartlett | 4 | -0/+14 |
2008-04-04 | Clean up provision and rootdse module to hard-code less stuff. | Andrew Bartlett | 3 | -24/+31 |
2008-04-03 | Install libevents since it's required by samba-gtk. | Jelmer Vernooij | 6 | -6/+18 |
2008-04-03 | Fix installation of dcerpc_atsvc and registry as required by samba-gtk. | Jelmer Vernooij | 4 | -4/+19 |
2008-04-03 | provision: Remove backup group mapping | Kai Blin | 1 | -10/+3 |
2008-04-02 | provision: Set up id mappings in the idmap db, only map Administrator. | Kai Blin | 3 | -70/+120 |
2008-04-02 | idmap: Also store sid type in the idmap db | Kai Blin | 1 | -71/+74 |
2008-04-02 | ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4 | Kai Blin | 4 | -49/+166 |
2008-04-02 | ntvfs: Use wbclient in vsf_unixuid, not sidmap | Kai Blin | 1 | -22/+50 |
2008-04-02 | rpc_server: Remove references to sidmap from the lsa pipe code. | Kai Blin | 3 | -9/+2 |
2008-04-02 | rpc_server: Use wbclient instead of sidmap in unixinfo pipe | Kai Blin | 1 | -41/+119 |
2008-04-02 | wbclient: Add an async winbind client library. | Kai Blin | 10 | -22/+378 |
2008-04-02 | winbind: Bump down the debuglevel. | Kai Blin | 1 | -2/+2 |
2008-04-02 | IRPC: Add include guards for the header. | Kai Blin | 1 | -0/+4 |
2008-04-02 | util: Add talloc_get_type_abort() call. | Kai Blin | 2 | -0/+22 |
2008-04-02 | Re-add params file to git. | Jelmer Vernooij | 1 | -0/+587 |
2008-04-02 | Reintroduce header previously autogenerated but ignored by git. | Jelmer Vernooij | 3 | -4/+14 |
2008-04-02 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange | Jelmer Vernooij | 4 | -28/+38 |
2008-04-02 | Remove no longer installed files. | Jelmer Vernooij | 1 | -23/+0 |
2008-04-02 | Move handle utility functions to public header, remove more public headers. | Jelmer Vernooij | 4 | -39/+40 |
2008-04-02 | Trim down installed headers some more. | Jelmer Vernooij | 5 | -32/+21 |
2008-04-02 | Merge hive.h into registry.h | Jelmer Vernooij | 7 | -215/+186 |
2008-04-02 | Merge patchfile.h into registry.h | Jelmer Vernooij | 6 | -61/+30 |
2008-04-02 | Reduce the number of installed headers. | Jelmer Vernooij | 13 | -22/+16 |