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
*
s4 upgradeprovision: add dns_update_list if missing
Matthieu Patou
2010-09-05
1
-0
/
+4
*
python-ldb: allow ldb_rename to take optional control(s)
Matthieu Patou
2010-09-05
1
-4
/
+50
*
dsdb: make the ATTRIBUTE NOT FOUND more clear
Matthieu Patou
2010-09-05
2
-0
/
+5
*
s4/selftest: Fix path to include/config.h, set BUILDDIR automatically.
Jelmer Vernooij
2010-09-05
1
-1
/
+4
*
dsgetinfo: Set modulesdir when using ldb without ldb_wrap
Jelmer Vernooij
2010-09-05
1
-0
/
+3
*
testr: Fix configuration to use idfile, in case more than a couple of
Jelmer Vernooij
2010-09-04
1
-2
/
+2
*
ldb: Add missing aliases for ldb_ildap.
Jelmer Vernooij
2010-09-04
1
-0
/
+1
*
dsdb: Add missing dependencies for dsdb ldb modules.
Jelmer Vernooij
2010-09-04
1
-2
/
+2
*
librpc/rpc: add dcerpc_binding_handle_set_timeout()
Stefan Metzmacher
2010-09-04
1
-0
/
+3
*
s4:lib/messaging: implement irpc_bh_set_timeout
Stefan Metzmacher
2010-09-04
1
-1
/
+19
*
s4:librpc/rpc: implement dcerpc_bh_set_timeout()
Stefan Metzmacher
2010-09-04
1
-0
/
+18
*
librpc/rpc: add set_timeout() to dcerpc_binding_handle_ops
Stefan Metzmacher
2010-09-04
1
-0
/
+2
*
torture-lsa: cope with STATUS_SOME_UNMAPPED errors
Andrew Tridgell
2010-09-04
1
-15
/
+50
*
s4:lib/messaging: make irpc_request private and remove unused code
Stefan Metzmacher
2010-09-03
2
-190
/
+14
*
s4:libcli/composite: remove unused composite_continue_irpc()
Stefan Metzmacher
2010-09-03
2
-16
/
+0
*
s4:lib/messaging/tests: make use of irpc_binding_handle()
Stefan Metzmacher
2010-09-03
1
-22
/
+49
*
s4:lib/messaging: use irpc_binding_handle() for python bindings
Stefan Metzmacher
2010-09-03
1
-13
/
+57
*
s4:wrepl_server: use irpc_binding_handle_by_name() in wreplsrv_scavenging_rep...
Stefan Metzmacher
2010-09-03
1
-18
/
+23
*
s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_release_demand()
Stefan Metzmacher
2010-09-03
1
-16
/
+20
*
s4:wrepl_server: use irpc_binding_handle_by_name() in r_do_challenge()
Stefan Metzmacher
2010-09-03
2
-42
/
+45
*
s4:auth_winbind: use irpc_binding_handle_by_name()
Stefan Metzmacher
2010-09-03
2
-8
/
+8
*
s4:libcli/wbclient: use irpc_binding_handle_by_name()
Stefan Metzmacher
2010-09-03
4
-54
/
+44
*
s4:rpc_server/netlogon: use irpc_binding_handle_by_name()
Stefan Metzmacher
2010-09-03
2
-8
/
+11
*
s4:smbd/service_task: use irpc_binding_handle_by_name()
Stefan Metzmacher
2010-09-03
2
-7
/
+6
*
s4:dsdb/kcc: use irpc_binding_handle_by_name()
Stefan Metzmacher
2010-09-03
2
-7
/
+40
*
s4:libcli/finddcs: use irpc_binding_handle_by_name()
Stefan Metzmacher
2010-09-03
2
-20
/
+22
*
s4:rpc_server/common: use irpc_binding_handle_by_name() in dcesrv_irpc_forwar...
Stefan Metzmacher
2010-09-03
1
-16
/
+25
*
s4:lib/messaging: add irpc_binding_handle_by_name() helper function
Stefan Metzmacher
2010-09-03
2
-0
/
+36
*
s4:lib/messaging: add irpc dcerpc_binding_handle backend
Stefan Metzmacher
2010-09-03
3
-1
/
+289
*
s4:lib/messaging: move messaging prototypes from irpc.h to messaging.h
Stefan Metzmacher
2010-09-03
2
-28
/
+25
*
s4:lib/messaging/tests: fix some compiler warnings
Stefan Metzmacher
2010-09-03
1
-2
/
+2
*
s4:auth_winbind: remove unused winbind_samba3 backend
Stefan Metzmacher
2010-09-03
2
-122
/
+1
*
s4:auth_winbind: fix segfault in winbind_check_password_wbclient()
Stefan Metzmacher
2010-09-03
1
-1
/
+5
*
s4:auth_winbind: fix compiler warnings
Stefan Metzmacher
2010-09-03
1
-4
/
+11
*
s4-drs: A quick fix for DRSUAPI_EXOP_FSMO_RID_ALLOC extended_op handling
Kamen Mazdrashki
2010-09-03
1
-0
/
+9
*
s4-dreplsrv: Refactor drepl_replica_sync() to behave as described in MS-DRSR
Kamen Mazdrashki
2010-09-03
1
-8
/
+111
*
s4-dreplsrv: Helpers to locate source DSA in a partition by GUID or DNS name
Kamen Mazdrashki
2010-09-03
1
-0
/
+40
*
s4-dreplsrv: Helper to find NC by DN or GUID or SID
Kamen Mazdrashki
2010-09-03
1
-0
/
+33
*
s4-dreplsrv: Add caller-specific data parameter for dreplsrv_fsmo_callback_t
Kamen Mazdrashki
2010-09-03
3
-7
/
+14
*
pidl: Keep only a single copy of samba.dcerpc.base.ClientConnection.
Jelmer Vernooij
2010-09-03
7
-231
/
+246
*
s4-resolve: added resolve_name_ex_send()
Andrew Tridgell
2010-09-02
1
-8
/
+33
*
s4-auth: make the disabled acct messages a bit less verbose
Andrew Tridgell
2010-09-02
1
-6
/
+6
*
s4-resolve: add a default domain for unqualified names in file backend
Andrew Tridgell
2010-09-02
1
-5
/
+15
*
s4-pidl: added a test for all generated rpc interfaces
Andrew Tridgell
2010-09-02
1
-0
/
+113
*
pynet: fixed ref count error on Py_None
Andrew Tridgell
2010-09-02
1
-1
/
+1
*
s4-net: use CommandError() in net rodc
Andrew Tridgell
2010-09-02
1
-4
/
+4
*
s4:dsdb Fix attribute being searched for in dereference against Fedora DS
Andrew Bartlett
2010-09-02
1
-1
/
+1
*
s4:dsdb Make the dereference control critical if input is critical
Andrew Bartlett
2010-09-02
1
-1
/
+3
*
s4:dsdb Don't reload the schema against OpenLDAP backend
Andrew Bartlett
2010-09-02
2
-3
/
+13
*
s4:provision Allow OpenLDAP backend to provision again
Andrew Bartlett
2010-09-02
1
-0
/
+2
[next]