samba.git
2007-10-10 Jelmer Vernooijr17121: Fix maintainer information for pdb_*sql.
2007-10-10 Volker Lendecker17116: Jerry, I can't reach you right now, but r17110...
2007-10-10 Gerald Carterr17111: cleanup the idmap_ad initialization after revie...
2007-10-10 Gerald Carterr17110: revert a bad merge from the old trunk
2007-10-10 Jeremy Allisonr17108: Make the default timeout parameter for lock...
2007-10-10 Jeremy Allisonr17107: Make the 200 ms timeout value tunable in local...
2007-10-10 Jeremy Allisonr17106: Match Windows timing values on locks.
2007-10-10 Jeremy Allisonr17105: Fix the race Volker found - we had a non-locked
2007-10-10 Günther Deschnerr17102: Fix segfault in libnss_wins [bugzilla #3937].
2007-10-10 Jeremy Allisonr17100: Ooops. Fix the build...
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Volker Lendecker17097: Move share_access_check from rpc_server/srv_srv...
2007-10-10 Volker Lendecker17096: Simplify share_access_check a bit: It takes...
2007-10-10 Volker Lendecker17095: Activate RPC-SAMBA3-SHARESEC
2007-10-10 Volker Lendecker17089: Fix a possible null dereference and some memleaks.
2007-10-10 Günther Deschnerr17086: Re-add ability to contact remote domain control...
2007-10-10 Jeremy Allisonr17080: Remove traces of the wrepld directory (now
2007-10-10 Volker Lendecker17078: Ouch....
2007-10-10 Volker Lendecker17077: Activate RPC-SAMBA3-GETUSERNAME in the build...
2007-10-10 Volker Lendecker17075: Even without talloc_steal you can still create...
2007-10-10 Volker Lendecker17064: lsa_GetUserName needs to return the name for...
2007-10-10 Simo Sorcer17063: Update debian-sarge for 3.0.23
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.
next