Jeremy Allison
0606c95466
r16720: Fix bug #3874 (warning) reported by Jason Mader.
...
Jeremy.
2007-10-10 11:19:09 -05:00
Günther Deschner
6df2a39110
r16719: Automatically chase referrals, support LDAP fast bind exended operation
...
and LDAP domain scope control.
Guenther
2007-10-10 11:19:09 -05:00
Stefan Metzmacher
a558abb40d
r16717: patch from Bjoern Jacke to fix compiler warnings on AIX
...
metze
2007-10-10 11:19:09 -05:00
Gerald Carter
9ae1d016d4
r16713: BUG 3904: fix broken smbwrapper compile
2007-10-10 11:19:09 -05:00
Gerald Carter
a25e75e78d
r16701: Fix segv when adding a printer caused by not initializing the
...
realm name in ads_init() in nt_printer_publish().
2007-10-10 11:19:09 -05:00
Jeremy Allison
3b7fbe856c
r16696: Fix the multiple-outstanding write and trans client
...
signing bug.
Jeremy.
2007-10-10 11:19:08 -05:00
Jeremy Allison
c4896b17fa
r16687: Fix bugs #3901 , #3902 , #3903 reported by jason@ncac.gwu.edu.
...
Jeremy
2007-10-10 11:19:08 -05:00
Jeremy Allison
d48655d9c0
r16685: Fix bug #3901 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:07 -05:00
Jeremy Allison
8c7e40f2a4
r16683: Fix bug #3900 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:07 -05:00
Jeremy Allison
1cd9a0ef83
r16681: Fix bug #3899 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:07 -05:00
Jeremy Allison
5c5ea3152f
r16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:07 -05:00
Volker Lendecke
1a80266d77
r16676: .o generates other warnings, use the Solaris trick with .po.o also for AIX.
...
Fix a configure.in output line
Volker
2007-10-10 11:19:07 -05:00
Jeremy Allison
b36b9befbb
r16665: Fix a couple of bugs I discovered now I've looked
...
closer at the wins server code. Firstly, it needs
to do the searches on the SELF_NAMES correctly,
secondly it needs to flush the in-memory cache
out before returning the 1b names - else it might
get duplicates returned if many 1b queries are
done in quick succession. Jerry, I hate to say
this but you might want to consider this for 3.0.23....
Jeremy.
2007-10-10 11:19:07 -05:00
Jeremy Allison
dfdb4ce891
r16663: Fix coverity #301 , memleak in error path.
...
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
d60e6e0abc
r16661: Fix from jason@ncac.gwu.edu for bug #3875 ,
...
bad cast warning.
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
ddf35ad692
r16656: Fix #3894 and #3895 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
7875394898
r16654: Fix bug #3893 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
9b0df8d008
r16652: Fix bug #3891 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
590b58cb50
r16650: Fix bug #3890 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
2eefe9b6f5
r16648: Fix bug #3889 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:06 -05:00
Jeremy Allison
433d7a1bc9
r16646: Fix bug #3888 reported by Jason Mader <jason@ncac.gwu.edu>.
...
Jeremy.
2007-10-10 11:19:05 -05:00
Jeremy Allison
ee2b2d96b6
r16644: Fix bug #3887 reported by jason@ncac.gwu.edu
...
by converting the lookup_XX functions to correctly
return SID_NAME_TYPE enums.
Jeremy.
2007-10-10 11:19:05 -05:00
Jeremy Allison
d354b430ff
r16642: Fix show-stopper bug #3876 . Double-free in wins
...
server code. Jerry please merge for 3.0.23.
Jeremy.
2007-10-10 11:19:05 -05:00
Jeremy Allison
76cc25a37e
r16640: Fix bug #3886 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:05 -05:00
Jeremy Allison
63ad19f71c
r16638: Fix bug #3885 , reported by jason@ncac.gwu.edu. Use
...
the correct enumerated type in the macro.
Jeremy.
2007-10-10 11:19:05 -05:00
Jeremy Allison
7580eb947c
r16636: Fix bug #3884 reported by jason@ncac.gwu.edu
...
Jeremy.
2007-10-10 11:19:05 -05:00
Jeremy Allison
d04462f1d8
r16634: Fix bug #3883 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:04 -05:00
Jeremy Allison
6b39f53e43
r16632: Fix bug #3882 reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:04 -05:00
Jeremy Allison
ec0a47b94c
r16630: Fix bug #3881 , reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:04 -05:00
Jeremy Allison
98a5e20ff4
r16628: Fix bug #3880 , reported by jason@ncac.gwu.edu
...
by ensuring we return the correct enum for sid
type, not a uint32.
Jeremy.
2007-10-10 11:19:04 -05:00
Jeremy Allison
4c3019eb99
r16626: Fix bug #3878 . Reported by jason@ncac.gwu.edu.
...
Jeremy.
2007-10-10 11:19:04 -05:00
Jeremy Allison
1f52b8b406
r16624: Fix bug #3877 , reported by jason@ncac.gwu.edu
...
Jeremy.
2007-10-10 11:19:04 -05:00
Jeremy Allison
1e5042d4c0
r16616: Klocwork #2025 . Stop null deref. I actually don't
...
think this can happen in real life but the code is
too complicated to be sure....
Jerry please merge this for 3.0.23.
Jeremy.
2007-10-10 11:19:03 -05:00
Jeremy Allison
58b9adb849
r16614: Klocwork #2012 . memleak on error path.
...
Jeremy.
2007-10-10 11:19:03 -05:00
Jeremy Allison
b4e9475d2a
r16612: Klocwork fix #2011 . memleak on error path.
...
Jeremy.
2007-10-10 11:19:03 -05:00
Jeremy Allison
4e7262c81a
r16610: Subtle one from Klocwork #2076 . If multiple flags
...
are set in a winbindd request it might overwrite existing
state->response.extra_data.data values without freeing.
Jeremy.
2007-10-10 11:19:03 -05:00
Jeremy Allison
7d7a98208b
r16608: Klocwork #2035 . Null deref (bit of a stretch... :-).
...
Jeremy.
2007-10-10 11:19:03 -05:00
Jeremy Allison
d1a1c4e092
r16606: Klocwork #1990 . Malloc the correct size.
...
Jeremy.
2007-10-10 11:19:03 -05:00
Jeremy Allison
067feef343
r16603: Klockwork #2028 . Fix null deref on error path.
...
Jeremy.
2007-10-10 11:19:03 -05:00
Jeremy Allison
934dddb2fa
r16601: Klocwork #2038 . Fix memleak on error path.
...
Jeremy.
2007-10-10 11:19:02 -05:00
Jeremy Allison
9402bf0d4c
r16599: Make it clear to Klocwork we're not dereferencing. Issue #2026 .
...
Jeremy.
2007-10-10 11:19:02 -05:00
Jeremy Allison
9b73385d6b
r16597: Klocwork #2006 . Fix possible null deref.
...
Jeremy.
2007-10-10 11:19:02 -05:00
Jeremy Allison
1d21a3dec9
r16595: Klocwork #2067 . Fix possible memleak on error exit.
...
Jeremy.
2007-10-10 11:19:02 -05:00
Jeremy Allison
720a917205
r16593: Make the invarient explicit to Klocwork. Bug #2023 .
...
Jeremy.
2007-10-10 11:19:02 -05:00
Jeremy Allison
d5c1028498
r16591: Belt and braces approach to shut Klocwork up - bug #2001 .
...
Jeremy.
2007-10-10 11:19:02 -05:00
Jeremy Allison
ae02c05bfc
r16589: Fix Klocwork #1999 . Although it should be impossible to
...
get duplicate OID's returned in the oids_out list it is
still good programming practice to clear out a malloc'ed
string before re-writing it (especially in a loop).
Jeremy
2007-10-10 11:19:02 -05:00
Jeremy Allison
16b0617cb0
r16587: Fix Klocwork #1987 . Memleak on reusing x_dbf.
...
Jeremy.
2007-10-10 11:19:01 -05:00
Jeremy Allison
a912ef0d97
r16585: Fix Klocwork #1976 . Possible null deref.
...
Jeremy.
2007-10-10 11:19:01 -05:00
Jeremy Allison
ce14daf51c
r16582: Fix Klocwork #1997 and all generic class of problems
...
where we don't correctly check the return from memdup.
Jeremy.
2007-10-10 11:19:01 -05:00
Jeremy Allison
6967fd4cef
r16581: Fix Klocwork #2017 . Possible null deref.
...
Jeremy.
2007-10-10 11:19:01 -05:00