Merge minor library fixes from HEAD to 3.0.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 19 Feb 2003 12:31:16 +0000 (12:31 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 19 Feb 2003 12:31:16 +0000 (12:31 +0000)
commit251ea1e6776401005e302addd56a689c01924426
treed36c5d4ffc7b2c77264e7f60aa52e8330835e1db
parent96cafdd7c735338da0616e0ad638282095f4c4d7
Merge minor library fixes from HEAD to 3.0.

 - setenv() replacement
 - mimir's ASN1/SPNEGO typo fixes
 - (size_t)-1 fixes for push_* returns
 - function argument signed/unsigned correction
 - ASN1 error handling (ensure we don't use initiailsed data)
 - extra net ads join error checking
 - allow 'set security discriptor' to fail
 - escape ldap strings in libads.
 - getgrouplist() correctness fixes (include primary gid)

Andrew Bartlett
(This used to be commit e9d6e2ea9a3dc01d3849b925c50702cda6ddf225)
12 files changed:
source3/include/asn_1.h
source3/include/includes.h
source3/lib/replace.c
source3/lib/system_smbd.c
source3/libads/ads_ldap.c
source3/libads/ldap.c
source3/libads/ldap_printer.c
source3/libsmb/asn1.c
source3/libsmb/clispnego.c
source3/libsmb/errormap.c
source3/nsswitch/winbindd.c
source3/smbwrapper/smbsh.c