ira/wip.git
2007-10-10 Volker Lendecker17060: Some c++ warnings
2007-10-10 Volker Lendecker17047: Fix a typo and a possible NULL dereference
2007-10-10 Jeremy Allisonr17046: Ensure we're using the right pointers ...
2007-10-10 Jeremy Allisonr17043: Fix memleak when processing CIFS POSIX lock...
2007-10-10 Jeremy Allisonr17041: Trying to track down a *big* memory leak in...
2007-10-10 Volker Lendecker17039: Eliminate snum from enumshares and getshareinfo...
2007-10-10 Volker Lendecker17033: Restructure init_srv_share_info_ctr so that...
2007-10-10 Volker Lendecker17032: I thought I had already merged this from trunk:
2007-10-10 Jeremy Allisonr17030: Partially fix standalone build of tdb directory
2007-10-10 Jeremy Allisonr17025: Remove one blank line - test checking in to two
2007-10-10 Gerald Carterr17023: security = server should not be considerd ROLE_...
2007-10-10 Volker Lendecker17022: Fix the build farm -- maybe this is the real...
2007-10-10 Gerald Carterr17021: remove unsupported smbwrapper code
2007-10-10 Gerald Carterr17017: BUG 3916: fix pam config file parsing in pam_wi...
2007-10-10 Volker Lendecker17016: Different and smaller fix for the valid users...
2007-10-10 Volker Lendecker17011: Back out r17010 after talking to Jerry. Another...
2007-10-10 Volker Lendecker17010: If winbind is not around, add S-1-22-1-<uid...
2007-10-10 Andrew Bartlettr17007: Increment winbind protocol version number.
2007-10-10 Andrew Bartlettr17005: Add a new helper mode to ntlm_auth: ntlm-change...
2007-10-10 Jeremy Allisonr17003: Fix coverity #303 - possible null deref. Jerry...
2007-10-10 Jeremy Allisonr17000: Allow CIFS POSIX locks to coexist with Windows...
2007-10-10 Gerald Carterr16998: patch from Paul Griffith <paulg@cs.yorku.ca...
2007-10-10 Gerald Carterr16997: Simo's patch (based on repotr from Seth Elsswor...
2007-10-10 Jeremy Allisonr16994: Fix bug #3923, reported by jason@ncac.gwu.edu...
2007-10-10 Jeremy Allisonr16992: Fix bug #3922 reported by jason@ncac.gwu.edu...
2007-10-10 Jeremy Allisonr16990: Fix bug #3921 spotted by jason@ncac.gwu.edu...
2007-10-10 Jeremy Allisonr16987: Fix the logic errors in ref-counting Windows...
2007-10-10 Jeremy Allisonr16973: Fix subtle logic error in lock ref counting...
2007-10-10 Jeremy Allisonr16971: Ensure we use the correct separator for pathnames
2007-10-10 Jeremy Allisonr16968: The function parse_processed_dfs_path() is...
2007-10-10 Jeremy Allisonr16962: Add a few utility fns into client. Allow POSIX...
2007-10-10 Volker Lendecker16960: Some warnings from host "opi"
2007-10-10 Gerald Carterr16957: fix cut-n-paste error. The check for 'if ...
2007-10-10 Volker Lendecker16955: Fix an uninitialized var -- Jerry, please check.
2007-10-10 Gerald Carterr16954: Volker reminded me we already have code to...
2007-10-10 Gerald Carterr16953: Don't allow groups to be renamed to an existing...
2007-10-10 Gerald Carterr16952: New derive DES salt code and Krb5 keytab generation
2007-10-10 Jeremy Allisonr16948: Sync the exmaples code from trunk.
2007-10-10 Jeremy Allisonr16947: Fix warning with profile separator when profile...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16943: Add Jim's code.
2007-10-10 Günther Deschnerr16941: Fix crash bug when the pam conversation receive...
2007-10-10 Günther Deschnerr16940: libnscd sets errno, use that to display error...
2007-10-10 Günther Deschnerr16939: Still clear the winbind_cache.tdb when offline...
2007-10-10 Gerald Carterr16927: back merge of a packaging fix for release numbe...
2007-10-10 Volker Lendecker16866: No idea why I did not see the warning, sorry....
2007-10-10 Volker Lendecker16865: This is a proposal to fix bug 3915. Before...
2007-10-10 Volker Lendecker16864: Intermediate checkin -- swap the sid_check_is_i...
2007-10-10 Günther Deschnerr16862: Reverting accidential changes in ads_try_connec...
2007-10-10 Günther Deschnerr16861: Fixing crash bug when passing no domain/realm...
2007-10-10 Gerald Carterr16845: Properly report the error during join when...
2007-10-10 Günther Deschnerr16836: When receiving a CLDAP reply make sure that...
2007-10-10 Günther Deschnerr16823: Allow to call wbinfo --domain-info="" or -...
2007-10-10 Simo Sorcer16800: correct a probable cut&paste error
2007-10-10 Günther Deschnerr16799: Fix remote smbd crash bug by removing half...
2007-10-10 Günther Deschnerr16797: Add msdfs proxy junctions in the netdfs rpc...
2007-10-10 Günther Deschnerr16790: Fix memleak.
2007-10-10 Jeremy Allisonr16789: Fix bug #3909, when using ea's getting a direct...
2007-10-10 Gerald Carterr16785: BUG 3908: Fix rpc bin authentication failure...
2007-10-10 Volker Lendecker16766: A warning found by RHEL3. This might actually...
2007-10-10 Volker Lendecker16755: Hunting warning has some benefits....
2007-10-10 Gerald Carterr16752: remove the 'socket options' setting from the...
2007-10-10 Gerald Carterr16751: The precompiled header should really be in...
2007-10-10 Gerald Carterr16749: BUG 3905: don't fail in create_local_nt_token...
2007-10-10 Jeremy Allisonr16720: Fix bug #3874 (warning) reported by Jason Mader.
2007-10-10 Günther Deschnerr16719: Automatically chase referrals, support LDAP...
2007-10-10 Stefan Metzmacherr16717: patch from Bjoern Jacke to fix compiler warning...
2007-10-10 Gerald Carterr16713: BUG 3904: fix broken smbwrapper compile
2007-10-10 Gerald Carterr16701: Fix segv when adding a printer caused by not...
2007-10-10 Jeremy Allisonr16696: Fix the multiple-outstanding write and trans...
2007-10-10 Jeremy Allisonr16687: Fix bugs #3901, #3902, #3903 reported by jason...
2007-10-10 Jeremy Allisonr16685: Fix bug #3901 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16683: Fix bug #3900 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16681: Fix bug #3899 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16678: Fix bug #3898 reported by jason@ncac.gwu.edu.
2007-10-10 Volker Lendecker16676: .o generates other warnings, use the Solaris...
2007-10-10 Jeremy Allisonr16665: Fix a couple of bugs I discovered now I've...
2007-10-10 Jeremy Allisonr16663: Fix coverity #301, memleak in error path.
2007-10-10 Jeremy Allisonr16661: Fix from jason@ncac.gwu.edu for bug #3875,
2007-10-10 Jeremy Allisonr16656: Fix #3894 and #3895 reported by jason@ncac...
2007-10-10 Jeremy Allisonr16654: Fix bug #3893 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16652: Fix bug #3891 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16650: Fix bug #3890 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16648: Fix bug #3889 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16646: Fix bug #3888 reported by Jason Mader <jason...
2007-10-10 Jeremy Allisonr16644: Fix bug #3887 reported by jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr16642: Fix show-stopper bug #3876. Double-free in...
2007-10-10 Jeremy Allisonr16640: Fix bug #3886 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16638: Fix bug #3885, reported by jason@ncac.gwu.edu...
2007-10-10 Jeremy Allisonr16636: Fix bug #3884 reported by jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr16634: Fix bug #3883 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16632: Fix bug #3882 reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16630: Fix bug #3881, reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16628: Fix bug #3880, reported by jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr16626: Fix bug #3878. Reported by jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr16624: Fix bug #3877, reported by jason@ncac.gwu.edu
2007-10-10 Jeremy Allisonr16616: Klocwork #2025. Stop null deref. I actually...
2007-10-10 Jeremy Allisonr16614: Klocwork #2012. memleak on error path.
2007-10-10 Jeremy Allisonr16612: Klocwork fix #2011. memleak on error path.
2007-10-10 Jeremy Allisonr16610: Subtle one from Klocwork #2076. If multiple...
next