1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Stefan Metzmacher 0713f98124 s3:smbd: make globals in utmp.c static const
const char *foo, means a non-const pointer to
a const char.

const char * const foo, means a const pointer to
a const char.

char * const foo, would mean a const pointer to
a non-const char.

metze
2009-01-08 12:22:18 +01:00
..
aio.c Remove a direct inbuf reference (should have been removed with 8987641d...) 2008-11-08 10:42:28 +01:00
blocking.c s3:events: change event_add_timed() prototype to match samba4 2009-01-05 15:07:35 +01:00
change_trust_pw.c Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth 2008-07-20 17:37:11 +02:00
chgpasswd.c s3:smbd: remove pointless static variables in chgpasswd.c 2009-01-08 12:22:18 +01:00
close.c Fix bug #6017, - magic script does not work. based on a patch from monyo@samba.gr.jp. 2009-01-06 16:05:28 -08:00
conn.c Fix use of DLIST_REMOVE as spotted by Constantine Vetoshev <gepardcv@gmail.com>. 2008-10-01 13:15:54 -07:00
connection.c Remove smb_np_struct 2008-10-13 20:59:33 +02:00
dfree.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
dir.c Make sure to always set errno on error path in OpenDir (and hence scan_directory). 2008-08-12 21:37:37 +02:00
dmapi.c Use more error-prone form of testing dm_destroy_session() return code after discussing with Tridge 2008-04-14 13:56:36 +04:00
dnsregister.c Attempt to fix the build with dnssd 2009-01-05 17:12:51 +01:00
dosmode.c Fix bug #6016 - Alternate Data Streams / Extended Attributes seem to conflict. 2009-01-07 14:57:20 -08:00
error.c Refactor the crypto code after a very helpful conversation 2008-01-04 12:56:23 -08:00
fake_file.c s3:smbd: make fake_files[] static const 2009-01-08 12:22:17 +01:00
file_access.c Rename parent_dirname_talloc() to parent_dirname() 2008-12-31 19:33:25 +01:00
fileio.c s3:events: change event_add_timed() prototype to match samba4 2009-01-05 15:07:35 +01:00
filename.c Pass the get_real_filename operation through the VFS 2008-12-10 18:05:26 +01:00
files.c First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file. 2008-11-21 12:14:53 -08:00
ipc.c Consolidate the buffer checks for the reply_trans style functions 2008-11-28 09:22:34 +01:00
lanman.c Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply 2008-11-02 21:20:41 +01:00
mangle_hash2.c s3:smbd: make mangle_fns const 2009-01-08 12:22:17 +01:00
mangle_hash.c s3:smbd: it's pointless to have a global magic_char 2009-01-08 12:22:18 +01:00
mangle.c s3:smbd: make mangle_fns const 2009-01-08 12:22:17 +01:00
map_username.c Add wrapper str_list_make_v3() to replace the old S3 behavior of 2008-11-06 18:53:00 -08:00
message.c Remove some direct inbuf references by adding smbreq_bufrem 2008-11-02 09:22:40 +01:00
msdfs.c Add auth_serversupplied_info to create_conn_struct 2008-11-23 22:41:59 +01:00
negprot.c Remove a direct inbuf reference in reply_negprot 2008-11-02 22:38:02 +01:00
noquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
notify_inotify.c use glibc sys/inotify.h header 2008-10-30 12:30:04 -07:00
notify_internal.c s3: use samba4 prototype for ndr_push/pull_struct_blob. 2008-09-23 09:37:23 +02:00
notify.c Fix bug #5908 - Samba 3.0.32 - internal change notify on share directory fails" 2008-11-18 12:45:42 -08:00
ntquotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
nttrans.c Fix call to ndr_size_dom_sid, missing parameter. 2009-01-05 13:47:07 -08:00
open.c Fix a "nested extern" warning 2008-12-31 19:33:25 +01:00
oplock_irix.c Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings. 2008-07-01 15:39:41 -07:00
oplock_linux.c Fix Bug #5285. (libcap header mismatch) 2008-05-28 13:22:52 +02:00
oplock.c s3:events: change event_add_timed() prototype to match samba4 2009-01-05 15:07:35 +01:00
password.c Second part of the bugfix for #5933 2008-12-30 11:26:10 +01:00
pipes.c Replace some pointless variables in reply_open_pipe_and_X by comments 2008-12-07 21:30:36 +01:00
posix_acls.c Rename parent_dirname_talloc() to parent_dirname() 2008-12-31 19:33:25 +01:00
process.c s3:events: change event_add_timed() prototype to match samba4 2009-01-05 15:07:35 +01:00
quotas.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
reply.c s3: Allow renames of streams via NTRENAME and fix stream error codes on rename 2009-01-04 19:31:30 -08:00
seal.c Fix more asprintf warnings and some error path errors. 2008-12-23 12:11:12 -08:00
sec_ctx.c Wrap the unix token info in a unix_user_token in auth_serversupplied_info 2008-06-19 18:51:37 +02:00
server.c clean event context after child is forked. 2009-01-05 15:07:31 +01:00
service.c smbd: prevent access to root filesystem when connecting with empty service name 2009-01-05 11:07:59 +01:00
session.c Fix bug 5691: SIGBUS on Solaris 2008-10-13 11:57:15 +02:00
sesssetup.c Move a comment to its place 2008-12-30 11:26:10 +01:00
share_access.c Fix bug #1254 - write list not working under share-level security 2008-12-04 11:20:57 -08:00
srvstr.c Match the 3.0.27a version of this function. 2007-11-16 13:14:24 -08:00
statcache.c Add a in-memory cache 2007-12-18 09:56:04 +01:00
statvfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00
trans2.c Add iconv_convenience argument to size functions. 2009-01-01 04:45:33 +01:00
uid.c Fix bug #1254 - write list not working under share-level security 2008-12-04 11:20:57 -08:00
utmp.c s3:smbd: make globals in utmp.c static const 2009-01-08 12:22:18 +01:00
vfs.c Use {u,}int64_t instead of SMB_BIG_{U,}INT. 2008-10-14 01:59:36 +02:00