summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ldap
AgeCommit message (Collapse)AuthorFilesLines
2021-02-1713537 ldap: multiply-defined symbolsToomas Soome1-3/+1
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
2020-05-0412454 remove lint library machineryRichard Lowe2-10/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Dan McDonald <danmcd@joyent.com>
2019-08-1611528 Makefile.noget can get goneJohn Levon1-1/+1
11529 Use -Wno-maybe-initialized Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Robert Mustacchi <rm@joyent.com>
2019-07-1811382 ldap: NULL pointer errorsToomas Soome2-18/+20
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
2019-01-1410080 smatch Makefile changes for usr/src/cmdJohn Levon1-0/+4
Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Robert Mustacchi <rm@joyent.com>
2018-03-259316 ldap: comparison between pointer and zero character constantToomas Soome3-5/+5
Reviewed by: Dominic Hassler <hadfl@omniosce.org> Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Gordon Ross <gwr@nexenta.com>
2018-03-259315 ldap: this statement may fall throughToomas Soome1-1/+1
Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gwr@nexenta.com>
2018-02-069027 Makefiles need to specify C99 mode consistentlyYuri Pankov2-9/+7
Reviewed by: Rich Lowe <richlowe@richlowe.net> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
2018-01-098858 /usr/bin/grep doesn't support -E optionAlexander Pyhalov1-1/+1
4580 /usr/bin/grep can't handle multibyte characters 8929 8868 tests are not delivered with system/test/utiltest 8860 Example in grep(1) is incorrect Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Robert Mustacchi <rm@joyent.com>
2017-08-268485 Remove set but unused variables in usr/src/cmdGary Mills1-2/+1
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Yuri Pankov <yuripv@gmx.com> Approved by: Dan McDonald <danmcd@joyent.com>
2017-02-227812 Remove gender specific languageDaniel Hoffman2-70/+72
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Prakash Surya <prakash.surya@delphix.com> Reviewed by: Steve Gonczi <steve.gonczi@delphix.com> Reviewed by: Chris Williamson <chris.williamson@delphix.com> Reviewed by: George Wilson <george.wilson@delphix.com> Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-09-222933 compiler warning gags need better granularityRichard Lowe1-0/+6
Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@damore.org>
2012-02-182077 lots of unreachable breaks in illumos gateMilan Jurik2-7/+2
Reviewed by: Dan McDonald <danmcd@nexenta.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Richard Lowe <richlowe@richlowe.net>
2012-01-231668 ldap format string issues when merging search descriptorsRichard Lowe1-0/+16
Reviewed by: Richard Lowe <richlowe@richlowe.net> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Michael Speer <michael.speer@pluribusnetworks.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2010-08-12PSARC 2010/299 GNU/Linux/BSD compatibility functionsRoger A. Faulkner1-70/+65
6960818 add get_nprocs(), getline(), strdupa(), strndup() to libc 6901783 strndup would be nice 6824404 libc should provide ffsl() & ffsll() 6793969 RFE: Add|stpcpy|to libc 6735446 Want a __progname symbol for BSD-style source compatibility 6421095 Solaris should provide strcasestr 6275498 Provide string compare functions wcscasecmp,wcsncasecmp in solaris like linux --HG-- rename : usr/src/lib/libc/port/gen/strcasecmp.c => usr/src/lib/libc/port/gen/ascii_strcasecmp.c rename : usr/src/lib/libc/port/gen/strncasecmp.c => usr/src/lib/libc/port/gen/ascii_strncasecmp.c rename : usr/src/lib/libc/sparc/gen/strcasecmp.s => usr/src/lib/libc/sparc/gen/ascii_strcasecmp.s rename : usr/src/lib/libc/sparcv9/gen/strcasecmp.s => usr/src/lib/libc/sparcv9/gen/ascii_strcasecmp.s
2010-07-07PSARC/2010/003 EOL and removal of audit_user(4) and getauusernam(3bsm)gww5-222/+150
6914742 remove audit_user phase 1 PSARC/2010/003 EOL and removal of audit_user(4) and getauusernam(3bsm)
2010-07-026636343 The SSS control generated by "libsldap.so.1" cannot work with Active ↵Julian Pullen2-35/+86
Directory in VLV searches 6929861 NS switch LDAP enumeration terminates prematurely if LDAP mandatory attributes are missing 6963912 libsldap does not work with the VLV response from Active Directory
2010-05-146805688 Source file of Native LDAP tools not referenced in usr/src/Makefile.lintMilan Jurik1-12/+10
2009-12-066874309 Remove NIS+ from SolarisRaja Andra1-80/+3
2009-10-266628630 idsconfig support for setting up sasl/GSSAPI in DS is brokenMilan Jurik1-139/+34
6890468 idsconfig must support DS 7.x
2009-07-316842419 idsconfig(1M) fails to set up an LDAP server a second timeMilan Jurik1-0/+27
2009-07-296864230 hiho, hiho, it'ch chtime for CH to gojmcp1-5/+1
Portions contributed by Rich Lowe
2009-05-084904603 disable ldaplist to not show userpassword attribute or just user ↵Julian Pullen1-61/+320
logged in
2009-04-046810407 Schema defined in idsconfig.sh is not strictly compliant with RFC ↵Milan Jurik1-120/+120
4512 Syntax
2009-02-13PSARC 2008/745 nss_ldap shadowAccount supportMichen Chang3-48/+796
6715171 nss_ldap and passwdutil do not support all shadowAccount attributes 6797378 'ldapaddent -d passwd' does not print 'x' for the password field 6783712 libsldap fails to set correct version number for V1 profile
2008-11-126589364 ldapsearch exits with incorrect return value when output is ↵Sreedhar Chalamalasetti - Sun Microsystems - Bangalore India9-30/+67
redirected to a file system that is full
2008-10-046605670 Missing "else" in ldaplist.c:main()Chin-Long Shu1-2/+1
Contributed by Vinay Simha B.N. and Beeresh G.
2008-09-03PSARC 2008/305 strsep() in libcVladimir Kotal1-42/+0
4383867 need strsep() in libc --HG-- rename : usr/src/lib/passwdutil/bsd-strsep.c => usr/src/lib/libc/port/gen/strsep.c
2008-06-10PSARC/2008/256 Native LDAP standalone tools (Duckwater)th1604889-1470/+2113
4624732 ldapaddent not fully internationalized 4796766 idsconfig and ldapaddent should support project database 4877152 Performance of ldapaddent 4880322 TLSv1/SSL support needs to become integrated in all LDAP client programs 4942874 RFE: native ldap client with ssl restricted to ports 636/389 5035244 Make ldapaddent a standalone tool 6227396 *ldaplist* should refer to ldapclient(1M) when ldap not configured 6238952 solaris 10/nevada: 4624458 seems to be back 6561249 idsconfig prints out incorrect information for VLV indexing when run against DS5.2 & 6.0 6619071 Connection management works incorrectly in multiple authentication methods case if 1st one fails 6619173 the first hosts request failed after restarting keep alive connection on server side 6681185 libsldap: connection management cleanup and enhancement 6712098 PSARC/2008/256 Native LDAP standalone tools (Duckwater Phase 0)
2007-10-296402611 "idsconfig" does not deny self-writes of auditing and RBAC attribute ↵jj1003721-1/+1
values.
2007-05-046487555 Some indexes fail to generate when using idsconfigvl1994461-14/+20
6509374 idsconfig doesn't create container for projects
2007-05-036455242 nightly should be able to preserve all proto areas from a single build.kupfer2-0/+18
6467531 nightly(1) needs option to generate OpenSolaris delivery --HG-- rename : usr/src/pkgdefs/SUNWftpu/copyright => usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/LICENSE
2007-03-196534052 Many source files use SCCS %G% keyword as copyright yearstevel5-5/+10
Contributed by Richard Lowe <richlowe@richlowe.net>
2006-09-29PSARC 2005/133 Sparks: Name Service Switch 2djl5-66/+618
4406529 artificial limit of 10 threads per backend 4516075 LDAP connections could be reused more 4696964 LDAP naming services should support Kerberos authentication 4740951 Need host based authentication options in Native LDAP 4952533 Some backends of gethostby* do not set h_errno correctly 4979596 getXbyY calls should have better buffer mechanism 5028908 /usr/bin/logins accesses free memory deep in nss_getent_u(). 5046881 nscd: old-data-ok parameter is not useful, should go away 6225323 NSS/nscd Enhancements (Sparks Project) --HG-- rename : usr/src/cmd/nscd/attrstr.c => deleted_files/usr/src/cmd/nscd/attrstr.c rename : usr/src/cmd/nscd/hash.c => deleted_files/usr/src/cmd/nscd/hash.c rename : usr/src/cmd/nscd/nscd_parse.c => deleted_files/usr/src/cmd/nscd/nscd_parse.c rename : usr/src/cmd/nscd/nscd.h => usr/src/cmd/nscd/cache.h
2006-09-076386036 ldapaddent does not add description field when adding hosts database ↵iz2020181-20/+45
into LDAP
2006-09-044727897 idsconfig script assumes specified suffix exists in ldap dbvl1994461-46/+452
2006-06-296314502 ldapaddent cores when dumping netgroup databasejs1986861-0/+1
2006-06-264790539 ldapaddent should verify data before trying to add it to LDAPjs1986862-17/+56
2006-04-196359343 ldapaddent should not add the host name of the client as a boot ↵dm1998471-2/+2
parameter in the result
2006-03-24PSARC/2002/762 Layered Trusted Solarisjpk7-23/+225
PSARC/2005/060 TSNET: Trusted Networking with Security Labels PSARC/2005/259 Layered Trusted Solaris Label Interfaces PSARC/2005/573 Solaris Trusted Extensions for Printing PSARC/2005/691 Trusted Extensions for Device Allocation PSARC/2005/723 Solaris Trusted Extensions Filesystem Labeling PSARC/2006/009 Labeled Auditing PSARC/2006/155 Trusted Extensions RBAC Changes PSARC/2006/191 is_system_labeled 6293271 Zone processes should use zone_kcred instead of kcred 6394554 integrate Solaris Trusted Extensions --HG-- rename : usr/src/cmd/dminfo/Makefile => deleted_files/usr/src/cmd/dminfo/Makefile rename : usr/src/cmd/dminfo/dminfo.c => usr/src/cmd/allocate/dminfo.c
2006-03-136358810 the spaces within the member triple cause big problemvl1994461-34/+87
2006-02-166294728 ldaplist: A very long filter cause ldaplist to dump core in set_filterjanga3-178/+343
6365882 ldaplist should print error messages to stderr not stdout
2006-01-266373271 ldap/Makefile.com clean target does not remove object filessm263631-23/+11
2005-11-096346636 expunge readdir_r uses from Solariscasper1-3/+3
6346809 S_IFxxx is not a bitmask but our programmers don't know
2005-11-044760450 genent_group() should add only non-empty memberUid mj1624861-18/+25
2005-10-176267517 gcc/g++ and cmd/ldap don't get alongth1604885-16/+17
6269029 cmd/ypcmd and gcc don't get along 6271235 gcc and cmd/ldapcachemgr don't get along 6274678 gcc and libnisdb don't get along
2005-06-14OpenSolaris Launchstevel@tonic-gate29-0/+22898