index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug handling size arguments in a direction without actual data.
Jelmer Vernooij
2008-04-08
1
-11
/
+22
*
Array lengths can be obtained from Python objects so remove them from the Pyt...
Jelmer Vernooij
2008-04-08
1
-1
/
+25
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pidldocs
Jelmer Vernooij
2008-04-08
14
-96
/
+179
|
\
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
2008-04-08
27
-396
/
+553
|
|
\
|
*
|
Re-add support for the --ldap-backend-port option to provision-backend
Andrew Bartlett
2008-04-08
3
-25
/
+37
|
*
|
Rework talloc hirarchy for C provision setup.
Andrew Bartlett
2008-04-08
1
-18
/
+19
|
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
2008-04-06
2
-16
/
+37
|
|
\
\
|
*
|
|
Extend credentials python API to include set_machine_account.
Andrew Bartlett
2008-04-05
4
-29
/
+78
|
*
|
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
2008-04-05
12
-11
/
+48
|
|
\
\
\
|
*
|
|
|
Pass discovered server DN down to provision.
Andrew Bartlett
2008-04-04
4
-0
/
+14
|
*
|
|
|
Clean up provision and rootdse module to hard-code less stuff.
Andrew Bartlett
2008-04-04
3
-24
/
+31
*
|
|
|
|
Set VENDORPREFIX rather than PREFIX to try to fix installation on some
Jelmer Vernooij
2008-04-08
1
-1
/
+1
*
|
|
|
|
Add manually written Python binding for libnet_Join.
Jelmer Vernooij
2008-04-08
6
-4890
/
+81
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Add trivial test for unixinfo interface.
Jelmer Vernooij
2008-04-08
2
-0
/
+31
*
|
|
|
Add python bindings for drsuapi.
Jelmer Vernooij
2008-04-08
3
-1
/
+6
*
|
|
|
Add python bindings for unixinfo.
Jelmer Vernooij
2008-04-08
2
-0
/
+5
*
|
|
|
Add [todo] for functions that are obviously incomplete.
Jelmer Vernooij
2008-04-08
20
-303
/
+303
*
|
|
|
Raise NotImplementedError from functions that don't have complete IDL.
Jelmer Vernooij
2008-04-08
1
-14
/
+29
*
|
|
|
Support [todo] attribute on functions.
Jelmer Vernooij
2008-04-08
1
-0
/
+1
*
|
|
|
Add Python bindings for DFS.
Jelmer Vernooij
2008-04-08
2
-0
/
+5
*
|
|
|
Add signature of connect function to docstrings.
Jelmer Vernooij
2008-04-08
1
-7
/
+20
*
|
|
|
use builtin getset stuff rather than custom getattr/setattr implementation.
Jelmer Vernooij
2008-04-08
1
-28
/
+23
*
|
|
|
Add function signature to docstrings in python.
Jelmer Vernooij
2008-04-08
1
-3
/
+31
*
|
|
|
Register types rather than constructors, display structs as classes.
Jelmer Vernooij
2008-04-08
1
-63
/
+96
*
|
|
|
Set tp_flags for Python types.
Jelmer Vernooij
2008-04-08
1
-0
/
+2
*
|
|
|
Set docstrings from helpstring attribute where possible.
Jelmer Vernooij
2008-04-08
1
-14
/
+38
*
|
|
|
Add simple docstring for Python modules.
Jelmer Vernooij
2008-04-07
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Add test for authservice struct.
Jelmer Vernooij
2008-04-06
2
-16
/
+37
*
|
|
Fix authservice count.
Jelmer Vernooij
2008-04-06
1
-1
/
+1
|
|
/
|
/
|
*
|
Install pidl by default if ExtUtils::MakeMaker is available. This should make...
Jelmer Vernooij
2008-04-04
3
-2
/
+5
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange
Jelmer Vernooij
2008-04-04
28
-287
/
+938
|
\
|
|
*
provision: Remove backup group mapping
Kai Blin
2008-04-03
1
-10
/
+3
|
*
provision: Set up id mappings in the idmap db, only map Administrator.
Kai Blin
2008-04-02
3
-70
/
+120
|
*
idmap: Also store sid type in the idmap db
Kai Blin
2008-04-02
1
-71
/
+74
|
*
ntvfs: Use wbclient for pvfs_acl and pvfs_acl_nfs4
Kai Blin
2008-04-02
4
-49
/
+166
|
*
ntvfs: Use wbclient in vsf_unixuid, not sidmap
Kai Blin
2008-04-02
1
-22
/
+50
|
*
rpc_server: Remove references to sidmap from the lsa pipe code.
Kai Blin
2008-04-02
3
-9
/
+2
|
*
rpc_server: Use wbclient instead of sidmap in unixinfo pipe
Kai Blin
2008-04-02
1
-41
/
+119
|
*
wbclient: Add an async winbind client library.
Kai Blin
2008-04-02
10
-22
/
+378
|
*
winbind: Bump down the debuglevel.
Kai Blin
2008-04-02
1
-2
/
+2
|
*
IRPC: Add include guards for the header.
Kai Blin
2008-04-02
1
-0
/
+4
|
*
util: Add talloc_get_type_abort() call.
Kai Blin
2008-04-02
2
-0
/
+22
*
|
Install libevents since it's required by samba-gtk.
Jelmer Vernooij
2008-04-03
6
-6
/
+18
*
|
Fix installation of dcerpc_atsvc and registry as required by samba-gtk.
Jelmer Vernooij
2008-04-03
4
-4
/
+19
|
/
*
Re-add params file to git.
Jelmer Vernooij
2008-04-02
1
-0
/
+587
*
Reintroduce header previously autogenerated but ignored by git.
Jelmer Vernooij
2008-04-02
3
-4
/
+14
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into openchange
Jelmer Vernooij
2008-04-02
4
-28
/
+38
|
\
|
*
Fix conflicts in setup/provision script.
Andrew Bartlett
2008-04-02
1
-8
/
+0
|
*
Fix merge of my host GUID removal and the IPv6 addition to provision
Andrew Bartlett
2008-04-02
3
-11
/
+39
|
|
\
|
|
*
provision: Add support for IPv6 (bz #4593).
Andrew Kroeger
2008-04-01
3
-11
/
+31
[next]