index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
wrepl
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-14
s4:libcli/wrepl: return NT_STATUS_CONNECTION_DISCONNECTED
Stefan Metzmacher
1
-3
/
+3
2011-06-20
Use tevent_req_oom
Volker Lendecke
1
-2
/
+2
2011-06-20
libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbol
Andrew Bartlett
1
-5
/
+5
2011-06-06
s4-ipv6: update callers to load_interface_list()
Andrew Tridgell
1
-1
/
+1
2011-05-08
s4-interfaces Rename interfaces code so not to conflict with source3/
Andrew Bartlett
1
-2
/
+2
2010-10-23
tsocket: let tstream_inet_tcp_connect_recv() optionally return the used local...
Stefan Metzmacher
1
-1
/
+1
2010-09-10
s4:libcli/wrepl/winsrepl.c - add more "char *" casts in order to suppress Sol...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-1
/
+1
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-8
/
+1
2010-03-25
s4:libcli/wrepl: correctly remove the tstream_context when the connection is ...
Stefan Metzmacher
1
-1
/
+15
2010-03-07
s4:libcli/wrepl: rewrite the low level request handling to use tevent_queue a...
Stefan Metzmacher
2
-464
/
+303
2010-03-07
s4:libcli/wrepl: add wrepl_socket_is_connected()
Stefan Metzmacher
1
-0
/
+17
2010-03-07
s4:libcli/wrepl: make struct wrepl_request private to winsrepl.c
Stefan Metzmacher
2
-29
/
+30
2010-03-07
s4:libcli/wrepl: implement wrepl_request_send as a tevent_req based wrapper
Stefan Metzmacher
1
-39
/
+118
2010-03-07
s4:libcli/wrepl: rename enum wrepl_request_state => enum wrepl_request_intern...
Stefan Metzmacher
1
-2
/
+2
2010-03-07
s4:libcli/wrepl: move wrepl_request_send/recv => wrepl_request_internal_send/...
Stefan Metzmacher
1
-6
/
+20
2010-03-07
s4:libcli/wrepl: add my copyright
Stefan Metzmacher
2
-0
/
+2
2010-03-05
s4:libcli/wrepl: convert wrepl_associate_stop_send to tevent_req
Stefan Metzmacher
1
-28
/
+83
2010-03-05
s4:libcli/wrepl: convert wrepl_connect_send to tevent_req
Stefan Metzmacher
1
-65
/
+95
2010-03-05
s4:libcli/wrepl: convert wrepl_associate_send to tevent_req
Stefan Metzmacher
1
-36
/
+98
2010-03-05
s4:libcli/wrepl: convert wrepl_pull_table_send to tevent_req
Stefan Metzmacher
1
-39
/
+98
2010-03-05
s4:libcli/wrepl: convert wrepl_pull_names_send to tevent_req
Stefan Metzmacher
1
-63
/
+142
2010-03-05
s4:libcli/wrepl: use UTIL_TEVENT
Stefan Metzmacher
1
-0
/
+1
2010-03-05
s4:libcli/wrepl: avoid neested named structures
Stefan Metzmacher
1
-15
/
+19
2009-08-07
fixed several places that unnecessarily take a reference to the event context
Andrew Tridgell
1
-2
/
+2
2009-02-02
s4:wrepl_request: s/private/private_data
Stefan Metzmacher
1
-1
/
+1
2009-02-02
s4:libcli/wrepl: s/private/private_data
Stefan Metzmacher
1
-6
/
+6
2009-01-19
libcli/wrepl: return the major version of the server in wrepl_associate()
Stefan Metzmacher
2
-0
/
+2
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
2
-9
/
+9
2008-12-18
s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...
Stefan Metzmacher
1
-2
/
+1
2008-12-18
s4:libcli/wrepl: we don't need to resolve names
Stefan Metzmacher
1
-5
/
+3
2008-10-11
Fix include paths to new location of libutil.
Jelmer Vernooij
1
-1
/
+1
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-5
/
+1
2008-02-21
Remove another global_loadparm instance.
Jelmer Vernooij
1
-6
/
+8
2008-02-21
Remove yet more uses of global_loadparm.
Jelmer Vernooij
2
-3
/
+8
2008-01-01
r26639: librpc: Pass iconv convenience on from RPC connection to NDR library,...
Jelmer Vernooij
1
-2
/
+1
2008-01-01
r26638: libndr: Require explicitly specifying iconv_convenience for ndr_struc...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26402: Require a talloc context in libnetif.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26401: Don't cache interfaces context in libnetif.
Jelmer Vernooij
1
-1
/
+3
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
2
-3
/
+7
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26335: Specify name_resolve_order to socket code.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26325: Remove use of global_loadparm in netif.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r25920: ndr: change NTSTAUS into enum ndr_err_code (samba4 callers)
Stefan Metzmacher
1
-8
/
+11
2007-12-21
r25791: wrepl_request_finished() sets req->status, so make this explicit
Stefan Metzmacher
1
-13
/
+15
2007-10-10
r25554: Convert last instances of BOOL, True and False to the standard types.
Jelmer Vernooij
2
-10
/
+10
2007-10-10
r24712: No longer expose the 'BOOL' data type in any interfaces.
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
2
-6
/
+4
2007-10-10
r18301: I discovered how to load the warnings from a build farm build into
Andrew Tridgell
1
-3
/
+6
2007-10-10
r17930: Merge noinclude branch:
Jelmer Vernooij
1
-1
/
+1
[next]