Merge commit 'release-4-0-0alpha15' into master4-tmp
[nivanova/samba-autobuild/.git] / source3 / lib / netapi / cm.c
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_ZERO_P() to talloc_zero()
2011-05-06 Günther Deschners3-libsmb: move protos to libsmb/proto.h
2011-04-12 Günther Deschners3-netapi: add libnetapi_get_binding_handle().
2011-03-16 Volker Lendeckes3: Fix Coverity ID 2231, REVERSE_INULL
2011-02-28 Andreas Schneiders3-rpc_client: Move client pipe functions to own header.
2010-09-21 Volker Lendeckes3: Remove a global variable in bugfix for bug 7665
2010-09-21 Günther Deschners3-libnetapi: Fix Bug #7665, memory leak in netapi...
2010-08-05 Andreas Schneiders3-popt: Only include popt-common.h when needed.
2010-01-24 Volker Lendeckes3: add libnetapi_set_use_ccache()
2009-11-08 Volker LendeckeRevert "s3: Make libnetapi_open_pipe take strings inste...
2009-11-08 Volker Lendeckes3: Make libnetapi_open_pipe take strings instead of...
2009-11-07 Volker Lendeckes3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
2009-06-16 Günther Deschners3-netapi: Fix Bug #6305. Correctly prompt for a passwo...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'copyright' of /home/jelmer/samba4
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Günther Deschners3-libnetapi: fix creds in libnetapi_open_ipc_connection().
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-17 Jeremy AllisonRemove the global "struct cm_cred_struct" and associate...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-13 Jeremy AllisonRemove the static "struct client_connection" mess which...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-01 Volker Lendeckecli_get_pipe_name_from_interface does not really need...
2009-01-22 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-22 Volker LendeckeActually complete 3662c2b...
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker Lendeckelibnetapi_open_pipe does not need to return cli_state
2009-01-15 Jeremy AllisonRemove smbclient globals that bled into clidfs.c. Now...
2009-01-14 Jeremy AllisonFix build of netapi.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-08-14 Günther Deschnernetapi: make libnetapi_open_ipc_connection static.
2008-07-30 Jeremy AllisonFix uninitialized variables.
2008-07-21 Volker LendeckeRefactoring: libnetapi_open_pipe takes an interface...
2008-07-20 Volker LendeckeRefactoring: Change calling conventions for cli_rpc_pip...
2008-04-21 Alexander BokovoyMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-04-20 Volker LendeckeIntroduce rpc_pipe_np_smb_conn()
2008-04-20 Volker LendeckeRemove the pipe_idx variable from rpc_pipe_client
2008-04-19 Volker LendeckeAdd "desthost" to rpc_pipe_client
2008-04-13 Günther Deschnerlibnetapi: add libnetapi_set_use_kerberos
2008-04-10 Günther DeschnerAdd libnetapi_open_pipe, inspired by the cli_cm_ interface.
2008-04-10 Günther DeschnerFix one missing netapi_private header.
2008-04-10 Günther DeschnerAdd very basic cli_cm_* based connection handler to...