metze/old/v3-2-winbind-ndr.git
2007-08-28 gdRemove older TODO: Convert internal_resolve_name()...
2007-08-28 gdMove nss_err_str() to a more public place.
2007-08-28 gdAdd support for storing DATA_BLOBs in gencache.tdb...
2007-08-27 jerrySquashed commit of the following:
2007-08-27 gdFix confusing indent.
2007-08-27 gdFix obvious error in enum_dom_groups. We were returning...
2007-08-27 gdRemove unused talloc context from query_user_list rpc.
2007-08-27 vlendecRemove the old API pointers
2007-08-27 vlendecFix the swat build
2007-08-27 vlendecActually write 24 zeros instead of zero 24's...
2007-08-26 vlendecFix some obvious diffs between 3_2 and 3_2_0
2007-08-25 vlendecSome formatting changes helping to minimize the 3_2_0...
2007-08-24 gdAdapt to coding conventions.
2007-08-24 vlendecAttempt to fix bug 4917. Simo, please check!
2007-08-23 jraAdd parameter "directory name cache size" - parameterize
2007-08-23 jraRemove redundent setting of vuid.
2007-08-23 obnoxIn order for "net rpc registry" to be able to write to
2007-08-23 obnoxRaise one debug level, since the callers (that want...
2007-08-23 gdFix build warnings.
2007-08-22 obnoxStore Samba configuratin options only under the default...
2007-08-22 obnoxMake read_sock return the total number of bytes read...
2007-08-22 metzemerge from SAMBA_4_0:
2007-08-22 metzeadd '-D' option to winbindd
2007-08-22 metze- deferr calling build_options();exit(0);
2007-08-22 metzemove printing out the version string and exit()
2007-08-22 obnoxIn set_boolean(), only pass the result back to the...
2007-08-22 gdSay for which domain the getdcname request failed.
2007-08-21 obnoxAdd a debug message that the workaround has been activa...
2007-08-21 obnoxFix the fix of r23668 for win2k giving one zero byte
2007-08-21 metzeremove some stuff samba3 doesn't need any more
2007-08-21 idraIn case of error we need to free prefix_cache otherwise...
2007-08-21 obnoxAdd function lp_string_is_valid_boolean() to check...
2007-08-21 lmuelleFix if statements where we still expected cli_connect...
2007-08-21 metzepatch from Karolin Seeger <ks@sernet.de>:
2007-08-21 metze- talloc request structure for the samba3 server bindings
2007-08-21 vlendecFix Coverity ID 393
2007-08-21 metzepass down the ndr_interface_table in the samba3 client...
2007-08-21 jraReformatting to coding standards. Added my (C) in place...
2007-08-21 jraRefactor our vuid code so that we keep the same
2007-08-20 gdMerge all pam post-processing code (in particular all...
2007-08-20 gdMake sure we don't accept invalid request options.
2007-08-20 gdMerge error reporting to the end of winbindd_pam_auth().
2007-08-20 gdFix build warning.
2007-08-20 gdFix build without LDAP. Thanks Volker for pointing...
2007-08-20 obnoxAllow for functions map_parameter_canonical() and is_sy...
2007-08-20 vlendecOnly look at errno if the close call actually failed
2007-08-19 metzeregenerate after pidl changes...
2007-08-19 metzemerge from SAMBA_4_0:
2007-08-19 metzemerge from SAMBA_4_0:
2007-08-19 metzemerge from SAMBA_4_0:
2007-08-19 vlendecAttempt to fix the non-LDAP build
2007-08-19 vlendecFix unix_convert to return the already converted part
2007-08-19 vlendecFix the case-changing renames
2007-08-19 vlendecFix #4897, patch from David S. Collier-Brown <davecb...
2007-08-18 derrellApply missing portion of correction for bug 4750
2007-08-18 metzemerge from SAMBA_4_0:
2007-08-18 metzemerge from SAMBA_4_0:
2007-08-18 metzeregenerate after pidl fixes
2007-08-18 metzemerge from SAMBA_4_0:
2007-08-17 obnoxAdd a function lp_canonicalize_parameter_with_value...
2007-08-17 obnoxRefactor determiniation of the index of the canonical...
2007-08-17 obnoxAdd output of synonym information to show_parameter_list().
2007-08-17 obnoxRefactor printing of one parameter into a helper functi...
2007-08-17 obnoxReformatting: eliminate trailing spaces, overly long...
2007-08-17 vlendecFix RAW-NOTIFY
2007-08-17 obnoxFix logic. Thanks to Volker for the hint!
2007-08-17 jraAdded bcc test for reply_tcon & removed Vl's comment...
2007-08-16 jraAdd check that bcc is correct in an incoming packet.
2007-08-16 jraMore extra code into a function, reply_openerror.
2007-08-16 vlendecRevert r24485 -- this needs more thought
2007-08-16 obnoxAdd initial synonym handling to "net conf":
2007-08-16 obnoxAdd a function lp_canonicalize_parameter: It takes...
2007-08-16 vlendecEven in the failure case unix_convert must pass the...
2007-08-16 metzecopy .bzrignore => .gitignore
2007-08-16 jraFix the mappings in reply_opeXXX calls. Now to test...
2007-08-16 jraFix the error mapping for SMB_POSIX_PATH_OPEN.
2007-08-15 jraMap error value NT_STATUS_OBJECT_NAME_COLLISION
2007-08-15 jraStart fixing up the mapping of OBJECT_NAME_COLLISION
2007-08-15 jraDon't forget the +4 for length :-).
2007-08-15 jraDo range checking on incoming smb request.
2007-08-15 derrell- Sort ACEs according to support.microsoft.com/kb/26917...
2007-08-15 jraNow Volker removed the readbmpx we don't need cached...
2007-08-15 derrell- Removing all ACEs was causing removal of the DACL...
2007-08-15 vlendecFix Bug 4852, thank to anto <sistemac@prosoft.ba> for...
2007-08-15 metzeregenerate pidl output after pidl fixes:
2007-08-15 vlendecConvert reply_tcon to the new API
2007-08-15 vlendecRemove the read and write bmpx calls
2007-08-15 metzemerge from SAMBA_4_0:
2007-08-15 jraConvert SMBwritebraw. No test suite unfortunately....
2007-08-14 vlendecConvert reply_find[n]close to the new API
2007-08-14 vlendecConvert reply_search/fclose to the new API
2007-08-14 vlendecConvert reply_copy to the new API
2007-08-14 vlendecConvert reply_ioctl to the new API
2007-08-14 vlendecConvert the reply_sendXX functions to the new API
2007-08-14 vlendecConvert reply_get/setattrE to the new API
2007-08-14 gdUse dump_data_pw() instead of dump_data() on sensitive...
2007-08-14 gdRemove "done" in winbindd_raw_kerberos_login() as well.
2007-08-14 vlendecConvert reply_lockread/writeunlock to the new API
2007-08-14 gdFix typo.
2007-08-14 gdSimplify winbindd_raw_kerberos_login().
next