1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3
metze 427b48a92c ndr: change NTSTAUS into enum ndr_err_code (basic stuff)
librpc/ndr/

metze

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25916 0c0555d6-39d7-0310-84fc-f1cc0bd64818
(This used to be commit b1b8088caf)
2007-11-09 21:23:14 +01:00
..
auth Remove most of the remaining globals out of lib/util_sock.c. 2007-11-03 23:20:10 -07:00
client Remove the silly "user_socket_options" global variable 2007-11-09 15:11:54 +01:00
codepages
exports r25432: Merge module linking changes from SAMBA_3_2 to SAMBA_3_2_0 to reduce 2007-10-10 12:31:05 -05:00
groupdb Patch 2 of 3 from Debian Samba packagers: 2007-11-01 15:53:44 -04:00
include Remove more fstring/pstring bad useage. Go talloc ! 2007-11-08 17:25:45 -08:00
iniparser r23166: Bring samba.org's iniparser copy in sync with the upstream version 2.17. 2007-10-10 12:22:51 -05:00
iniparser_build r23314: For some systems it's needed to inject replace.h into 2007-10-10 12:23:05 -05:00
intl Patch 2 of 3 from Debian Samba packagers: 2007-11-01 15:53:44 -04:00
lib nss_wrapper: Fix some warnings 2007-11-09 15:16:59 +01:00
libaddns RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
libads Fix the setup_kaddr() call to cope with IPv6. 2007-10-29 15:03:36 -07:00
libgpo RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
librpc ndr: change NTSTAUS into enum ndr_err_code (basic stuff) 2007-11-09 21:23:14 +01:00
libsmb Fix some warnings 2007-11-09 15:16:26 +01:00
locking RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
m4 r23094: Update the iconv detection to handle cross-compiles better. If we are 2007-10-10 12:22:45 -05:00
modules Remove most of the remaining globals out of lib/util_sock.c. 2007-11-03 23:20:10 -07:00
nmbd Remove more pstring/fstrings. 2007-11-08 18:50:07 -08:00
nsswitch Remove more static data from lib/util_sock.c and 2007-11-03 22:34:46 -07:00
pam_smbpass RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
param Remove the silly "user_socket_options" global variable 2007-11-09 15:11:54 +01:00
passdb remove faked_create_user() BUILD_FARM hack as we have nss_wrapper now 2007-11-09 09:53:02 +01:00
po r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
popt r24048: Fix the C++ warnings in our version of popt 2007-10-10 12:28:59 -05:00
printing Fix case where we have no dns domain name. Return a talloc of "". 2007-11-08 17:58:55 -08:00
profile Add in the recvfile entry to the VFS layer with a default 2007-10-29 17:16:13 -07:00
registry Remove more fstring/pstring bad useage. Go talloc ! 2007-11-08 17:25:45 -08:00
rpc_client Fix a mismatched interface where we were using 2007-10-25 18:29:49 -07:00
rpc_parse RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
rpc_server Make base64_encode_data_blob return a talloced string 2007-11-09 15:12:30 +01:00
rpcclient Change all occurrences of zero_addr(&ss,AF_INET) to 2007-10-27 20:29:36 -07:00
script make test: try to get a more portable way to get UID and GID 2007-11-09 14:36:20 +01:00
services RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
smbd prepare changes in ndr code 2007-11-09 21:23:14 +01:00
stf r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00
tests [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
torture Remove the silly "user_socket_options" global variable 2007-11-09 15:11:54 +01:00
utils Sanitize smbcacls slightly 2007-11-09 15:21:58 +01:00
web I can't get away without a 'length' arg. :-). 2007-11-03 18:41:26 -07:00
winbindd Remove the horror that was the global smb_rw_error. 2007-11-05 11:12:56 -08:00
.dmallocrc
.indent.pro [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
autogen.sh r23377: Patch from Bjoern Jacke <bjoern@j3e.de> to deal 2007-10-10 12:23:11 -05:00
change-log
config.guess r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
config.sub r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
configure.developer use nss_wrapper code in samba3 when --enable-nss-wrapper is given 2007-11-09 09:52:58 +01:00
configure.in use nss_wrapper code in samba3 when --enable-nss-wrapper is given 2007-11-09 09:52:58 +01:00
Doxyfile [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch. 2007-10-10 15:34:30 -05:00
dynconfig.c Patch from Debian Samba package maintainers: 2007-11-01 13:00:10 -04:00
install-sh
library-versions.in Fix typo. 2007-10-13 23:36:16 +02:00
mainpage.dox
Makefile.in use samba4's librpc/ndr/uuid.c 2007-11-09 11:51:20 +01:00
smbadduser.in
VERSION Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCH 2007-10-21 12:32:06 -05:00