samba.git
2008-05-23 Stefan Metzmacherbuild: autogenerate exports/libnetapi.syms
2008-05-22 Jeremy AllisonRemove MAX_SESS_ENTRIES and MAX_CONN_ENTRIES limits
2008-05-22 Jeremy AllisonRevert "Arggh. Got the path/user the wrong way around...
2008-05-22 Jeremy AllisonArggh. Got the path/user the wrong way around. IDL...
2008-05-22 Jeremy AllisonArggh. Got the path/user the wrong way around. IDL...
2008-05-22 Jeremy AllisonFix 2 bugs with displaying open file state. Firstly
2008-05-22 Jeremy AllisonGet rid of "shadowed local var" warnings with gcc.
2008-05-22 Steven DannemanMake WINBINDD_LIST_GROUPS handler asynchronous.
2008-05-22 Stefan Metzmacherlibrary-versions: use the same version for talloc and...
2008-05-22 Stefan Metzmacherlibreplace: we need to use AC_TRY_LINK() to make sure...
2008-05-22 Stefan Metzmacherconfigure: samba_cv_unixsocket was renamed into librepl...
2008-05-22 Stefan Metzmacherconfigure: remove HAVE_IPV6 test as LIBREPLACE_NETWORK_...
2008-05-22 Stefan Metzmacherlibreplace: add test for HAVE_IPV6
2008-05-22 Michael Adamrpc_client: make rpc_pipe_open_tcp_port and rpc_pipe_ge...
2008-05-22 Michael Adamtorture: add a test program rpc_open_tcp() to test...
2008-05-22 Michael Adamrpc_client: use endpoint mapper to get the port for...
2008-05-22 Kai Blinclient: Fix the proto header to fix the build.
2008-05-21 Volker LendeckeCompile endpoint mapper pidl output
2008-05-21 Volker Lendeckerpc_client: add a destructor to close the socket for...
2008-05-21 Volker LendeckeAdd client support for NCACN_UNIX_STREAM
2008-05-21 Volker Lendeckerpccli_schannel_bind_data only needs the schannel key
2008-05-21 Volker LendeckeRename rpc_pipe_client.tcp.sock to rpc_pipe_client...
2008-05-21 Volker LendeckeFix a comment
2008-05-21 Michael Adampackaging: disable cups in the RHEL-CTDB build.
2008-05-21 Michael Adampackaging: we are at release ctdb.27 in RHEL-CTDB.
2008-05-21 Jeremy AllisonFix bug #5479, print spool shares require max_xmit to
2008-05-21 Jelmer VernooijMerge branch 'v3-3-test' of ssh://git.samba.org/data...
2008-05-21 Jelmer VernooijUse double colon targets.
2008-05-21 Jelmer VernooijAdd double-colon where it makes sense.
2008-05-21 Jelmer VernooijAdd test target in Makefile.
2008-05-21 Jelmer VernooijMake the make output a bit less chatty.
2008-05-20 Jeremy AllisonConvert in_transaction to a bool. Add the same fix...
2008-05-20 Volker LendeckeFix type error in debug message
2008-05-20 Volker LendeckeFix some signed/unsigned warnings
2008-05-20 Tim ProutyCleanup size_t return values in callers of convert_stri...
2008-05-20 Volker LendeckeFix nesting tdb_traverse in a transaction
2008-05-20 Jeremy AllisonFix bug #5477 - recvfile code was broken.
2008-05-20 Volker LendeckeFix memcache_flush()
2008-05-20 Günther DeschnerFix typo.
2008-05-20 Volker LendeckeFix a valgrind error in _samr_LookupNames
2008-05-20 Kai Blinnet: The top level help function for net cmd is always...
2008-05-20 Kai Blinnet: Move help for "net status" to net_status.c
2008-05-20 Kai Blinnet: Move printer help to net_rpc where it's used.
2008-05-20 Kai Blinnet: Split out "net share"
2008-05-20 Kai Blinnet: Split out "net afs"
2008-05-20 Kai Blinnet: Move more utility functions into net_util.c
2008-05-20 Kai Blinnet: Split out "net file"
2008-05-20 Kai Blinnet: Split out "net group"
2008-05-20 Kai Blinnet: Split out "net user"
2008-05-20 Kai Blinnet: Move "net join" handling into a separate file.
2008-05-20 Kai Blinnet: Split out common help functions.
2008-05-20 Kai Blinnet: more whitespace cleanup
2008-05-20 Kai Blinnet: Use true/false instead of True/False.
2008-05-20 Karolin Seegerman pages: Remove man page for 'mangled map'.
2008-05-20 Karolin Seegersesssetup.c: Add debug message.
2008-05-20 Karolin Seegerman pages: Add documentation for new cluster parameters.
2008-05-20 Jeremy AllisonRemove conn_find_byname now it's no longer used in
2008-05-19 Jeremy AllisonRestructuring of code to fix #5460. Remove search
2008-05-19 Volker LendeckeConvert messages_local.c to use "struct tdb_wrap"
2008-05-19 Volker LendeckeDon't block smbcontrol online/offline if !"winbind...
2008-05-19 Volker LendeckeIf no node number is given, default to the current...
2008-05-19 rootFix some comments to match get_kdc_ip_string()'s behaviour
2008-05-18 Michael Adambuild: remove the proto_exists target - it is not neede...
2008-05-18 Michael Adambuild: remove the "delheaders" target.
2008-05-18 Michael Adambuild: remove "headers" and "proto" make targets.
2008-05-18 Michael Adambuild: remove mkproto.sh and mkproto.awk
2008-05-18 Michael Adambuild: remove reference to mkproto.sh from Makefile
2008-05-18 Michael Adamlibnet: freeze libnet_proto.h from "make proto"
2008-05-18 Michael Adambuild: freeze passwd_proto.h from "make proto"
2008-05-18 Michael Adamnet: freeze net_proto.h from "make proto"
2008-05-18 Michael Adamntlm_auth: freeze ntlm_auth_proto.h from "make proto"
2008-05-18 Michael Adamsmbclient: freeze client_proto.h from "make proto"
2008-05-18 Michael Adamswat: freeze swat_proto.h from "make proto"
2008-05-18 Michael Adamwinbindd: freeze winbindd_proto.h
2008-05-18 Michael Adambuild: freeze proto.h
2008-05-18 Kai Blinconfigure: Fix comment to match the current iconv check.
2008-05-17 Volker LendeckeFactor out generation of an info3 struct from a servers...
2008-05-17 Stefan Metzmacherconfigure: make use of LIBREPLACE_NETWORK_LIBS instead...
2008-05-17 Stefan Metzmacherconfigure: remove some header checks which are already...
2008-05-17 Stefan Metzmacherlib/replace: move sys/sockio.h and sys/un.h checks...
2008-05-17 Stefan Metzmacherconfigure: remove unused configure checks for HAVE_SOCK...
2008-05-17 Stefan Metzmacherlib/replace: add checks for HAVE_SOCK_SIN_LEN and HAVE_...
2008-05-17 Stefan Metzmacherconfigure: remove unused configure check for HAVE_WORKI...
2008-05-16 Volker LendeckeSimplify fake_file logic
2008-05-16 Günther DeschnerFix Bug #5461 and implement a very basic _samr_GetDispl...
2008-05-16 Günther Deschnerlibnetjoin: for informational reasons, report forest_name.
2008-05-16 Günther Deschnernetdomjoin-gui: before prompting for creds (for receivi...
2008-05-16 Günther Deschnernet: use the netapi_ctx from the net_context struct.
2008-05-16 Günther Deschnerdsgetdcname: store client sitename for mailslot and...
2008-05-16 Stefan Metzmacherlibreplace: try to fix the build on HP-UX which has...
2008-05-16 Stefan Metzmacherlibreplace: make sure system/network.h is only used...
2008-05-16 Stefan Metzmacherlibreplace: export LIBREPLACE_NETWORK_OBJS and LIBREPLA...
2008-05-16 Stefan Metzmacherlibreplace: include inet_ntoa.o when the system one...
2008-05-16 Stefan Metzmacherlibreplace: merge getifaddrs.m4 into libreplace_network.m4
2008-05-16 Stefan Metzmacherlibreplace: merge getaddrinfo.m4 into libreplace_network.m4
2008-05-16 Stefan Metzmacherlibreplace: merge socketpair.m4 into libreplace_network.m4
2008-05-16 Stefan Metzmacherlibreplace: merge inet_pton.m4 into libreplace_network.m4
2008-05-16 Stefan Metzmacherlibreplace: merge inet_ntop.m4 into libreplace_network.m4
2008-05-16 Stefan Metzmacherlibreplace: merge inet_aton.m4 into libreplace_network.m4
2008-05-16 Stefan Metzmacherlibreplace: merge inet_ntoa.m4 into libreplace_network.m4
next