1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/lib
Volker Lendecke f976f5e067 Convert ctdb_conn.c to enum ndr_error_code
Fix the build
(This used to be commit 432d0e9cb2)
2007-11-11 09:12:37 +01:00
..
ldb r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
nss_wrapper nss_wrapper: Fix some warnings 2007-11-09 15:16:59 +01:00
replace Always define PATH_MAX. Makes code simpler (removes 2007-11-10 22:31:34 -08:00
socket_wrapper r19179: remove difference with samba4 2007-10-10 12:15:20 -05:00
talloc r25230: sync lib/talloc with SAMBA_4_0 2007-10-10 12:30:52 -05:00
tdb Add some comments 2007-11-09 15:14:00 +01:00
access.c I can't get away without a 'length' arg. :-). 2007-11-03 18:41:26 -07:00
account_pol.c Patch 2 of 3 from Debian Samba packagers: 2007-11-01 15:53:44 -04:00
adt_tree.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
afs_settoken.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
afs.c Make base64_encode_data_blob return a talloced string 2007-11-09 15:12:30 +01:00
arc4.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
audit.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
bitmap.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
charcnv.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
clobber.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
conn_tdb.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
crc32.c r12043: It's amazing the warnings you find when compiling on a 64-bit 2007-10-10 11:05:42 -05:00
ctdbd_conn.c Convert ctdb_conn.c to enum ndr_error_code 2007-11-11 09:12:37 +01:00
data_blob.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
dbwrap_ctdb.c Fix dbwrap debug output 2007-11-09 15:10:14 +01:00
dbwrap_file.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
dbwrap_tdb.c Fix dbwrap debug output 2007-11-09 15:10:14 +01:00
dbwrap.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
debug.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
display_dsdcinfo.c r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for fine 2007-10-10 12:30:16 -05:00
display_sec.c Display sec ace flags. 2007-11-05 03:27:13 +01:00
dmallocmsg.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
dprintf.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
dummyroot.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
dummysmbd.c Remove most of the remaining globals out of lib/util_sock.c. 2007-11-03 23:20:10 -07:00
errmap_unix.c r23845: Second part of the fix for #4777. Looks like on AIX opendir 2007-10-10 12:28:34 -05:00
events.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
fault.c r25150: don't recursivly call call dump_core() 2007-10-10 12:30:45 -05:00
file_id.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
fsusage.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
gencache.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
genrand.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
hmacmd5.c r24993: Apply some const 2007-10-10 12:30:32 -05:00
iconv.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
interface.c Fix bug in writing names into gencache 2007-10-25 19:07:25 -07:00
interfaces.c Remove unused var noticed by metze. 2007-11-03 10:25:51 -07:00
ldap_escape.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
md4.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
md5.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
messages_ctdbd.c r24113: some little fixes to get the correct error message 2007-10-10 12:29:08 -05:00
messages_local.c ndr: change NTSTAUS into enum ndr_err_code (samba3 callers) 2007-11-09 21:23:16 +01:00
messages.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
module.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
ms_fnmatch.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
packet.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
pam_errors.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
pidfile.c r24008: Fix Bug 4792. Thanks to David Gajewski <dgajews@math.utoledo.edu> and to 2007-10-10 12:28:55 -05:00
popt_common.c Remove the silly "user_socket_options" global variable 2007-11-09 15:11:54 +01:00
privileges_basic.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
privileges.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
readline.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
recvfile.c Make explicit draining the socket on RECVFILE. Add 2007-10-31 14:01:35 -07:00
repdir.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
secace.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
secacl.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
secdesc.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
select.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
sendfile.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
server_mutex.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
sharesec.c Patch 2 of 3 from Debian Samba packagers: 2007-11-01 15:53:44 -04:00
signal.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
smbldap_util.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
smbldap.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
smbrun.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
sock_exec.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
substitute.c Remove more static fstring/pstrings. Fix socket option 2007-11-09 15:09:16 -08:00
sysacls.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
sysquotas_4A.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
sysquotas_linux.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
sysquotas_xfs.c r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the 2007-10-10 12:28:24 -05:00
sysquotas.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
system_smbd.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
system.c Always define PATH_MAX. Makes code simpler (removes 2007-11-10 22:31:34 -08:00
talloc_stack.c r24902: DEBUG might use talloc_tos() itself... 2007-10-10 12:30:28 -05:00
tallocmsg.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
time.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
ufc.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
username.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
util_file.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_nscd.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
util_nttoken.c r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
util_pw.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
util_reg_api.c r25417: Use DBGC_REGISTRY class. 2007-10-10 12:31:04 -05:00
util_reg_smbconf.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_reg.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_seaccess.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_sec.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_sid.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util_sock.c Remove more fstring/pstring bad useage. Go talloc ! 2007-11-08 17:25:45 -08:00
util_str.c Make base64_encode_data_blob return a talloced string 2007-11-09 15:12:30 +01:00
util_tdb.c Fix bug where tdb lock call interrupted with 2007-11-06 21:47:57 -08:00
util_unistr.c Always define PATH_MAX. Makes code simpler (removes 2007-11-10 22:31:34 -08:00
util_uuid.c RIP BOOL. Convert BOOL -> bool. I found a few interesting 2007-10-18 17:40:25 -07:00
util.c Remove more static fstring/pstrings. Fix socket option 2007-11-09 15:09:16 -08:00
version.c Correct VERSION and version.c to use SAMBA_VERSION_VENDOR_PATCH 2007-10-21 12:32:06 -05:00
wins_srv.c Remove more static data from lib/util_sock.c and 2007-11-03 22:34:46 -07:00
xfile.c r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00