summaryrefslogtreecommitdiffstats
path: root/source4/librpc
Commit message (Expand)AuthorAgeFilesLines
...
* r15427: Rename private to private_data to prevent errors from C++ errors (whichJelmer Vernooij2007-10-102-7/+7
* r15426: Implement SPNEGO as the default RPC authentication mechanism. WhereAndrew Bartlett2007-10-103-38/+178
* r15407: Get rid of some more uint_tJelmer Vernooij2007-10-101-2/+2
* r15384: Improve naming of socket library, disable Requires(.private)? fields ...Jelmer Vernooij2007-10-101-2/+2
* r15376: Add detection of -lnsl, required for building on SUN boxes.Jelmer Vernooij2007-10-101-1/+1
* r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke...Jelmer Vernooij2007-10-101-1/+1
* r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij2007-10-101-1/+1
* r15331: Integrate LIBSMB and LIBCLI into new LIBCLI_SMBJelmer Vernooij2007-10-101-1/+1
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-109-207/+134
* r15313: Fix some dependencies in dso modeJelmer Vernooij2007-10-101-2/+2
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-3/+3
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-5/+1
* r15297: Move create_security_token() to samdb as it requires SAMDB (and the r...Jelmer Vernooij2007-10-101-3/+3
* r15292: fix the IDL_* variable namesStefan Metzmacher2007-10-102-5/+5
* r15281: A few updates for consistency's sakeJim McDonough2007-10-101-3/+3
* r15276: Fix path to perl on some hostsJelmer Vernooij2007-10-101-1/+1
* r15247: Get rid of patsubst macro as it is not supported by some makes and re...Jelmer Vernooij2007-10-101-0/+21
* r15222: Use more standard UUIDs. Should help AIX build.Andrew Bartlett2007-10-102-2/+2
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij2007-10-101-109/+109
* r15048: started on the server side implementation of oplocks. The code is notAndrew Tridgell2007-10-101-0/+1
* r15021: Couple more comments and fixes in spirit of utility functionsRafal Szczesniak2007-10-101-32/+49
* r14962: fixed a valgrind errorAndrew Tridgell2007-10-101-2/+4
* r14958: fixed big-endian dcerpc connections for the new string handling codeAndrew Tridgell2007-10-101-0/+8
* r14956: change the notify search to be much more efficient by using aAndrew Tridgell2007-10-101-1/+20
* r14921: I forgot to commit the IDL change for the subdir_filterAndrew Tridgell2007-10-101-2/+2
* r14917: fixed length strings don't count any trailing nulls in the lengthAndrew Tridgell2007-10-101-1/+4
* r14907: Another attempt at fixing partially generated tables.c filesJelmer Vernooij2007-10-101-1/+2
* r14905: Prevent partly generated files when building using heavy parallel make.Jelmer Vernooij2007-10-102-11/+5
* r14904: fixed LIBNDR_FLAG_STR_CHARLEN (thanks to Metze for noticing this)Andrew Tridgell2007-10-101-1/+4
* r14903: rewrote ndr_push_string() to be much simpler, and correctly handleAndrew Tridgell2007-10-101-111/+35
* r14842: fix parsing of NetDiskEnum repliesStefan Metzmacher2007-10-101-1/+1
* r14836: Keep constants in the right order, and line things up nicely.Tim Potter2007-10-101-3/+3
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-101-0/+2
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-104-38/+32
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2007-10-101-1/+1
* r14721: Fix a couple of warnings.Jelmer Vernooij2007-10-101-1/+1
* r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.Andrew Bartlett2007-10-102-1/+19
* r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett2007-10-105-18/+51
* r14708: Add a (bogus) UUID and a comment to the PAC defintion.Andrew Bartlett2007-10-101-0/+2
* r14642: fix shadow warningsStefan Metzmacher2007-10-101-9/+12
* r14639: the platform id is 32 bit...Stefan Metzmacher2007-10-102-2/+2
* r14616: added notify change support to the posix backendAndrew Tridgell2007-10-102-1/+42
* r14603: Fix building of ejs modules as shared libsJelmer Vernooij2007-10-101-3/+4
* r14594: Fix some dependencies (required for shared library build)Jelmer Vernooij2007-10-101-9/+9
* r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij2007-10-101-122/+12
* r14544: Remove exchange-specific files.Jelmer Vernooij2007-10-103-338/+1
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2007-10-1016-1/+18
* r14511: Install more headersJelmer Vernooij2007-10-101-0/+2
* r14500: Make some more functions publicJelmer Vernooij2007-10-101-1/+1
* r14497: Fix build with shared librariesJelmer Vernooij2007-10-101-17/+17