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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-25
Remove the reference to current_user_info from share_access.c
Volker Lendecke
6
-21
/
+38
2008-05-25
Remove reference to current_user_info from lanman.c
Volker Lendecke
1
-13
/
+13
2008-05-25
Remove stuff from client_proto.h
Volker Lendecke
1
-404
/
+0
2008-05-24
build: combine LIB_WITHOUT_PROTO_OBJ and LIB_WITH_PROTO_OBJ into LIB_OBJ
Michael Adam
1
-10
/
+7
2008-05-24
Add generated library symbols files to .gitignore
Michael Adam
1
-1
/
+4
2008-05-24
build: remove PROTO_OBJ from Makefile.in - it is not needed any more
Michael Adam
1
-20
/
+0
2008-05-24
rpc_open_tcp: now drsuapi is complete, we can use it in the test program.
Michael Adam
1
-6
/
+0
2008-05-24
drsuapi: always use tcp for drsuapi.
Günther Deschner
1
-2
/
+36
2008-05-24
drsuapi: add very basic drsuapi rpcclient command set.
Günther Deschner
3
-0
/
+114
2008-05-24
drsuapi: fix the build.
Günther Deschner
1
-6
/
+6
2008-05-24
Revert "drsuapi: fix the build."
Günther Deschner
3
-120
/
+6
2008-05-24
drsuapi: fix the build.
Günther Deschner
3
-6
/
+120
2008-05-23
drsuapi: add all code required for our drsuapi rpc client.
Günther Deschner
12
-3
/
+1373
2008-05-23
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
3
-26
/
+31
2008-05-23
Manually port Steven Dannenman fix for using the correct machine domain when
Gerald W. Carter
2
-6
/
+6
2008-05-23
build: make sure LIBWBCLIENT_*_TARGET is never empty
Stefan Metzmacher
1
-4
/
+4
2008-05-23
libwbclient: add wbcLibraryDetails()
Stefan Metzmacher
2
-0
/
+38
2008-05-23
libwbclient: rename MAXSUBAUTHS => WBC_MAXSUBAUTHS
Stefan Metzmacher
3
-5
/
+5
2008-05-23
build: add symbol versioning when we build with gnu ld
Stefan Metzmacher
6
-16
/
+69
2008-05-23
build: autogenerate exports/libwbclient.syms
Stefan Metzmacher
3
-8
/
+16
2008-05-23
build: autogenerate exports/libtalloc.syms
Stefan Metzmacher
2
-11
/
+10
2008-05-23
build: pass .syms extention via @SYMSEXT@ from configure
Stefan Metzmacher
2
-3
/
+7
2008-05-23
Fix a (bogus) uninitialized variable warning
Volker Lendecke
1
-1
/
+1
2008-05-23
build: add a "make shlibs" target to build all the shared libraries.
Michael Adam
1
-0
/
+2
2008-05-23
build: autogenerate exports/libnetapi.syms
Stefan Metzmacher
2
-4
/
+6
2008-05-22
Remove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limits
Jeremy Allison
1
-19
/
+6
2008-05-22
Revert "Arggh. Got the path/user the wrong way around. IDL is correct :-)."
Jeremy Allison
1
-6
/
+19
2008-05-22
Arggh. Got the path/user the wrong way around. IDL is correct :-).
Jeremy Allison
1
-19
/
+6
2008-05-22
Arggh. Got the path/user the wrong way around. IDL is correct :-).
Jeremy Allison
1
-4
/
+4
2008-05-22
Fix 2 bugs with displaying open file state. Firstly
Jeremy Allison
1
-3
/
+3
2008-05-22
Get rid of "shadowed local var" warnings with gcc.
Jeremy Allison
1
-7
/
+7
2008-05-22
Make WINBINDD_LIST_GROUPS handler asynchronous.
Steven Danneman
6
-60
/
+187
2008-05-22
library-versions: use the same version for talloc and tdb as for the standalo...
Stefan Metzmacher
1
-2
/
+2
2008-05-22
libreplace: we need to use AC_TRY_LINK() to make sure HAVE_IPV6 is correctly ...
Stefan Metzmacher
1
-1
/
+1
2008-05-22
configure: samba_cv_unixsocket was renamed into libreplace_cv_HAVE_UNIXSOCKET
Stefan Metzmacher
1
-1
/
+1
2008-05-22
configure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_CHECKS already have this
Stefan Metzmacher
1
-23
/
+0
2008-05-22
libreplace: add test for HAVE_IPV6
Stefan Metzmacher
1
-0
/
+29
2008-05-22
rpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_get_tcp_port static.
Michael Adam
2
-14
/
+7
2008-05-22
torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.
Michael Adam
2
-0
/
+135
2008-05-22
rpc_client: use endpoint mapper to get the port for rpc_pipe_open_tcp().
Michael Adam
4
-12
/
+171
2008-05-22
client: Fix the proto header to fix the build.
Kai Blin
1
-1
/
+1
2008-05-21
Compile endpoint mapper pidl output
Volker Lendecke
4
-1
/
+8
2008-05-21
rpc_client: add a destructor to close the socket for pipes over tcp.
Volker Lendecke
1
-0
/
+10
2008-05-21
Add client support for NCACN_UNIX_STREAM
Volker Lendecke
2
-4
/
+89
2008-05-21
rpccli_schannel_bind_data only needs the schannel key
Volker Lendecke
2
-4
/
+5
2008-05-21
Rename rpc_pipe_client.tcp.sock to rpc_pipe_client.sock.fd
Volker Lendecke
2
-9
/
+9
2008-05-21
Fix a comment
Volker Lendecke
1
-1
/
+1
2008-05-21
packaging: disable cups in the RHEL-CTDB build.
Michael Adam
1
-1
/
+1
2008-05-21
packaging: we are at release ctdb.27 in RHEL-CTDB.
Michael Adam
1
-1
/
+1
2008-05-21
Fix bug #5479, print spool shares require max_xmit to
Jeremy Allison
1
-1
/
+6
[next]