summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Move ber_[read|write]_OID_String protypes to proto.hVolker Lendecke2008-05-252-3/+2
* Remove some references to get_current_username() and current_user_infoVolker Lendecke2008-05-257-25/+32
* Remove the reference to current_user_info from share_access.cVolker Lendecke2008-05-256-21/+38
* Remove reference to current_user_info from lanman.cVolker Lendecke2008-05-251-13/+13
* Remove stuff from client_proto.hVolker Lendecke2008-05-251-404/+0
* build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJMichael Adam2008-05-241-10/+7
* build: remove PROTO_OBJ from Makefile.in - it is not needed any moreMichael Adam2008-05-241-20/+0
* rpc_open_tcp: now drsuapi is complete, we can use it in the test program.Michael Adam2008-05-241-6/+0
* drsuapi: always use tcp for drsuapi.Günther Deschner2008-05-241-2/+36
* drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner2008-05-243-0/+114
* drsuapi: fix the build.Günther Deschner2008-05-241-6/+6
* Revert "drsuapi: fix the build."Günther Deschner2008-05-243-120/+6
* drsuapi: fix the build.Günther Deschner2008-05-243-6/+120
* drsuapi: add all code required for our drsuapi rpc client.Günther Deschner2008-05-2312-3/+1373
* Manually merge Steven Danneman's patch for SPNEGO auth to a trustedGerald W. Carter2008-05-233-26/+31
* Manually port Steven Dannenman fix for using the correct machine domain whenGerald W. Carter2008-05-232-6/+6
* build: make sure LIBWBCLIENT_*_TARGET is never emptyStefan Metzmacher2008-05-231-4/+4
* libwbclient: add wbcLibraryDetails()Stefan Metzmacher2008-05-232-0/+38
* libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHSStefan Metzmacher2008-05-233-5/+5
* build: add symbol versioning when we build with gnu ldStefan Metzmacher2008-05-236-16/+69
* build: autogenerate exports/libwbclient.symsStefan Metzmacher2008-05-233-8/+16
* build: autogenerate exports/libtalloc.symsStefan Metzmacher2008-05-232-11/+10
* build: pass .syms extention via @SYMSEXT@ from configureStefan Metzmacher2008-05-232-3/+7
* Fix a (bogus) uninitialized variable warningVolker Lendecke2008-05-231-1/+1
* build: add a "make shlibs" target to build all the shared libraries.Michael Adam2008-05-231-0/+2
* build: autogenerate exports/libnetapi.symsStefan Metzmacher2008-05-232-4/+6
* Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limitsJeremy Allison2008-05-221-19/+6
* Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)."Jeremy Allison2008-05-221-6/+19
* Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison2008-05-221-19/+6
* Arggh. Got the path/user the wrong way around. IDL is correct :-).Jeremy Allison2008-05-221-4/+4
* Fix 2 bugs with displaying open file state. FirstlyJeremy Allison2008-05-221-3/+3
* Get rid of "shadowed local var" warnings with gcc.Jeremy Allison2008-05-221-7/+7
* Make WINBINDD_LIST_GROUPS handler asynchronous.Steven Danneman2008-05-226-60/+187
* library-versions: use the same version for talloc and tdb as for the standalo...Stefan Metzmacher2008-05-221-2/+2
* libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...Stefan Metzmacher2008-05-221-1/+1
* configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKETStefan Metzmacher2008-05-221-1/+1
* configure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_CHECKS already have thisStefan Metzmacher2008-05-221-23/+0
* libreplace: add test for HAVE_IPV6Stefan Metzmacher2008-05-221-0/+29
* rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.Michael Adam2008-05-222-14/+7
* torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.Michael Adam2008-05-222-0/+135
* rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().Michael Adam2008-05-224-12/+171
* client: Fix the proto header to fix the build.Kai Blin2008-05-221-1/+1
* Compile endpoint mapper pidl outputVolker Lendecke2008-05-214-1/+8
* rpc_client: add a destructor to close the socket for pipes over tcp.Volker Lendecke2008-05-211-0/+10
* Add client support for NCACN_UNIX_STREAMVolker Lendecke2008-05-212-4/+89
* rpccli_schannel_bind_data only needs the schannel keyVolker Lendecke2008-05-212-4/+5
* Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fdVolker Lendecke2008-05-212-9/+9
* Fix a commentVolker Lendecke2008-05-211-1/+1
* Fix bug #5479, print spool shares require max_xmit toJeremy Allison2008-05-211-1/+6
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into docbookJelmer Vernooij2008-05-2191-2262/+14449
|\