summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-25Move ber_[read|write]_OID_String protypes to proto.hVolker Lendecke2-3/+2
2008-05-25Remove some references to get_current_username() and current_user_infoVolker Lendecke7-25/+32
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke6-21/+38
2008-05-25Remove reference to current_user_info from lanman.cVolker Lendecke1-13/+13
2008-05-25Remove stuff from client_proto.hVolker Lendecke1-404/+0
2008-05-24build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJMichael Adam1-10/+7
2008-05-24Add generated library symbols files to .gitignoreMichael Adam1-1/+4
2008-05-24build: remove PROTO_OBJ from Makefile.in - it is not needed any moreMichael Adam1-20/+0
2008-05-24rpc_open_tcp: now drsuapi is complete, we can use it in the test program.Michael Adam1-6/+0
2008-05-24drsuapi: always use tcp for drsuapi.Günther Deschner1-2/+36
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner3-0/+114
2008-05-24drsuapi: fix the build.Günther Deschner1-6/+6
2008-05-24Revert "drsuapi: fix the build."Günther Deschner3-120/+6
2008-05-24drsuapi: fix the build.Günther Deschner3-6/+120
2008-05-23drsuapi: add all code required for our drsuapi rpc client.Günther Deschner12-3/+1373
2008-05-23Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter3-26/+31
2008-05-23Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2-6/+6
2008-05-23build: make sure LIBWBCLIENT_*_TARGET is never emptyStefan Metzmacher1-4/+4
2008-05-23libwbclient: add wbcLibraryDetails()Stefan Metzmacher2-0/+38
2008-05-23libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher3-5/+5
2008-05-23build: add symbol versioning when we build with gnu ldStefan Metzmacher6-16/+69
2008-05-23build: autogenerate exports/libwbclient.symsStefan Metzmacher3-8/+16
2008-05-23build: autogenerate exports/libtalloc.symsStefan Metzmacher2-11/+10
2008-05-23build: pass .syms extention via @SYMSEXT@ from configureStefan Metzmacher2-3/+7
2008-05-23Fix a (bogus) uninitialized variable warningVolker Lendecke1-1/+1
2008-05-23build: add a "make shlibs" target to build all the shared libraries.Michael Adam1-0/+2
2008-05-23build: autogenerate exports/libnetapi.symsStefan Metzmacher2-4/+6
2008-05-22Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limitsJeremy Allison1-19/+6
2008-05-22Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)."Jeremy Allison1-6/+19
2008-05-22Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison1-19/+6
2008-05-22Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison1-4/+4
2008-05-22Fix 2 bugs with displaying open file state. FirstlyJeremy Allison1-3/+3
2008-05-22Get rid of "shadowed local var" warnings with gcc.Jeremy Allison1-7/+7
2008-05-22Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman6-60/+187
2008-05-22library-versions: use the same version for talloc and tdb as for the standalo...Stefan Metzmacher1-2/+2
2008-05-22libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher1-1/+1
2008-05-22configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKETStefan Metzmacher1-1/+1
2008-05-22configure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_CHECKS already have thisStefan Metzmacher1-23/+0
2008-05-22libreplace: add test for HAVE_IPV6Stefan Metzmacher1-0/+29
2008-05-22rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam2-14/+7
2008-05-22torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.Michael Adam2-0/+135
2008-05-22rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam4-12/+171
2008-05-22client: Fix the proto header to fix the build.Kai Blin1-1/+1
2008-05-21Compile endpoint mapper pidl outputVolker Lendecke4-1/+8
2008-05-21rpc_client: add a destructor to close the socket for pipes over tcp.Volker Lendecke1-0/+10
2008-05-21Add client support for NCACN_UNIX_STREAMVolker Lendecke2-4/+89
2008-05-21rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke2-4/+5
2008-05-21Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke2-9/+9
2008-05-21Fix a commentVolker Lendecke1-1/+1
2008-05-21packaging: disable cups in the RHEL-CTDB build.Michael Adam1-1/+1