1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-04 05:18:06 +03:00
samba-mirror/source3/libads
Andrew Bartlett 6d66fb308a BIG patch...
This patch makes Samba compile cleanly with -Wwrite-strings.
 - That is, all string literals are marked as 'const'.  These strings are
always read only, this just marks them as such for passing to other functions.

What is most supprising is that I didn't need to change more than a few lines of code (all
in 'net', which got a small cleanup of net.h and extern variables).  The rest
is just adding a lot of 'const'.

As far as I can tell, I have not added any new warnings - apart from making all
of tdbutil.c's function const (so they warn for adding that const string to
struct).

Andrew Bartlett
(This used to be commit 92a777d0ea)
2003-01-02 09:07:17 +00:00
..
.cvsignore add .po32 files to ignore list 2001-11-28 19:49:43 +00:00
ads_ldap.c Add the beginings of sam_ads to the tree. 2002-09-28 12:27:04 +00:00
ads_status.c Some small cleanups to the libads code (mainly error checking), and give a 2002-09-27 03:05:20 +00:00
ads_struct.c Add the beginings of sam_ads to the tree. 2002-09-28 12:27:04 +00:00
ads_utils.c Move a number of ADS related functions out into utility libs, so that things 2002-09-27 12:23:47 +00:00
disp_sec.c BIG patch... 2003-01-02 09:07:17 +00:00
kerberos_verify.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:15:52 +00:00
kerberos.c fixed a possible segv when dealing with a blank password 2002-10-23 00:02:26 +00:00
krb5_setpw.c Try to compile as much as possible with only ldap, but not kerberos. 2002-09-28 14:42:32 +00:00
ldap_printer.c BIG patch... 2003-01-02 09:07:17 +00:00
ldap_user.c Forward port the change to talloc_init() to make all talloc contexts 2002-12-20 20:23:06 +00:00
ldap_utils.c Add the beginings of sam_ads to the tree. 2002-09-28 12:27:04 +00:00
ldap.c BIG patch... 2003-01-02 09:07:17 +00:00
sasl.c Removed global_myworkgroup, global_myname, global_myscope. Added liberal 2002-11-12 23:15:52 +00:00
util.c Add clock skew handling to our kerberos code. This allows us to cope with 2002-09-17 12:12:50 +00:00