nivanova/samba-autobuild/.git
2004-02-08 Andrew BartlettMore 'static' work.
2004-02-08 Andrew BartlettMake it possible to 'net rpc samdump' of any domain...
2004-02-08 Andrew BartlettAdd some help for 'net rpc password'.
2004-02-08 Andrew BartlettMake more functions static, and remove duplication...
2004-02-08 Andrew BartlettSamba hasn't used this function for ages - it's now...
2004-02-08 Andrew BartlettRemove more unused portions of the 'password cache'.
2004-02-08 Andrew BartlettRemove more unused functions - this time parts of the...
2004-02-08 Andrew BartlettAnother static function.
2004-02-08 Andrew BartlettMake this table static const.
2004-02-08 Andrew BartlettRemove unused utility function.
2004-02-08 Andrew BartlettMake get_dc_list static - we only ask for a sorted...
2004-02-08 Andrew BartlettBug found by gd - the new range-reterival code did...
2004-02-07 Andrew BartlettI should have done this years ago...
2004-02-06 Tim PotterReplace .po with .@PICSUFFIX@
2004-02-05 Eloy ParisUpdating the Debian packaging stuff in packaging/Debian...
2004-02-04 Jeremy AllisonFix final valgrind errors with #830. Catch mb conversio...
2004-02-04 Gerald Cartermove disabling code to context functions instead of...
2004-02-04 Jeremy AllisonFixup the allocate version of the function to do "crap...
2004-02-04 Gerald Carterreturn NSS_SUCCESS if we have found the max number...
2004-02-04 Andrew BartlettFix const warning
2004-02-04 Andrew BartlettThis should be the correct fix for the lack of a protot...
2004-02-04 Jeremy AllisonWorking on #830. Cope with bad conversions better ...
2004-02-03 Jeremy AllisonFix for a bug where the mutex could be left locked...
2004-02-02 Jeremy AllisonA few fixes from "L. Lucius" <ib@digicron.com>. Don...
2004-02-02 Gerald Carterfix installmodules problem with make on True64
2004-02-02 Gerald Carterfix problems with proto.h
2004-02-02 Gerald Carterupdate script to build a tarball from the cvs tree
2004-02-02 Andrew Tridgellthere are places in the samba3 code that don't check...
2004-02-02 Andrew Tridgellthe conversion from int to size_t in charcnv did not...
2004-02-02 Volker LendeckeRemove bogus check. No functional change, just cosmetics.
2004-02-02 Andrew BartlettAlways at least try to compile in cracklib support.
2004-02-02 Andrew BartlettMerge the 'use cracklib' parameter from HEAD back to 3.0
2004-02-02 Gerald Carterremerge andrew's cracklib patch from HEAD and fix a...
2004-02-01 Tim PotterInclude sys/acl.h in check for broken nisplus include...
2004-02-01 Tim PotterDon't log an error in tdb_brlock() if a non-blocking...
2004-01-31 Gerald Carter* BUG 101: patch from j.lu@tiesse.com to set the SV_TYP...
2004-01-31 Gerald Cartercleanup patch for bug 977 so we don't display incorrect...
2004-01-30 Andrew BartlettIf we are setting the NT or LM password to NULL, remove...
2004-01-30 Gerald Carterfix pam config file
2004-01-30 Gerald Carterfix a few more bugs in Fedora scripts (files not gettin...
2004-01-30 Jeremy AllisonFix up name canonicalization (needed for krb5 keytab...
2004-01-30 Gerald Carterfixes for fedora packaging
2004-01-30 Gerald Carterdisable any account that doesn't have a password and...
2004-01-29 Gerald Cartermore initialization fixes
2004-01-29 Gerald Carterdisable template accounts by default
2004-01-29 Gerald Carterinitialization fixes
2004-01-29 Gerald Carterremoving more unused parameters
2004-01-29 Gerald CarterBUG 570: don't overwrite LDFLAGS; patch from MORIYAMA...
2004-01-29 Andrew Tridgellcompletely rewrote the AIX UESS backend (UESS is the...
2004-01-29 Richard SharpeRemove an unused parameter from reload_services_file.
2004-01-28 Jeremy AllisonMerge of Chris's fix.
2004-01-27 Gerald Carterforgotten commit -- version == 3.0.3pre1
2004-01-27 Gerald Carterfix typo in init script
2004-01-27 Gerald Carterprepping the SAMBA_3_0 branch for 3.0.3 work
2004-01-27 Gerald Carterbug 977 - don't create a homes share for a user if...
2004-01-27 Andrew BartlettClarify comment on set_effective_uid()
2004-01-26 Andrew BartlettRevise our server-side password change code to cope...
2004-01-26 Andrew BartlettThis adds client-side support for the unicode/SAMR...
2004-01-26 Andrew BartlettAdd a few more NTSTATUS <=> PAM error mappings.
2004-01-26 Andrew BartlettPatch by Luca Bolcioni <Luca.Bolcioni@yacme.com>. ...
2004-01-25 Volker LendeckeFix memleak just introduced. Thanks to abartlet :-)
2004-01-25 Volker LendeckeOn my SuSE 8.2 (glibc 2.3.2) the getpwnam inside pdb_ge...
2004-01-25 Andrew BartlettFix the initialisation vectors for NTLM2, so that they...
2004-01-25 Andrew BartlettIf we are providing strndup(), ensure we provide a...
2004-01-25 Andrew BartlettFix removal of attributes in LDAP - we would not actual...
2004-01-24 Andrew BartlettA Samba DC is nothing special these days - so every...
2004-01-23 Volker LendeckeFix typo
2004-01-23 Volker LendeckeFix decoding of base64. We got the length wrong when...
2004-01-22 Andrew BartlettFix for debian Bug#225328 by LaMont Jones <lamont@debia...
2004-01-22 Stefan Metzmacher* Add SIGABRT to fault handling
2004-01-21 Volker LendeckeFix compiler warning
2004-01-21 Volker LendeckeDisplay some nicer error messages for login via 'net...
2004-01-17 Gerald Carterinclude tdbdump man page in file list
2004-01-17 Jeremy AllisonFix for a signing bug when the mid wraps.
2004-01-16 Gerald Carterstarting WHATSNEW for thepost 3.0.2rc1 release
2004-01-16 Gerald Carterfix another bug caused by cli_lsa_query_info_policy...
2004-01-16 Gerald Carterremove unneeded man pages from packages
2004-01-16 Gerald CarterBUG 891 & 949: Fedora Packaging Fixes
2004-01-16 Jim McDonoughFix another join problem. Don't use a TALLOC_CTX befor...
2004-01-16 Volker LendeckePatch from "Stoian Ivanov" <sdr@bultra.com>: Add -g...
2004-01-16 Volker LendeckeCommit sid<->[ug]id extensions to libnss_winbind.so...
2004-01-15 Gerald CarterBug 381: check builtin (not local) group SID. Patch...
2004-01-15 Gerald Cartersetting version to 3.0.2rc2
2004-01-15 Gerald Carteradding changelog for 3.0.2rc1
2004-01-15 Jim McDonoughFix net rpc join (at least newstyle) after it was broke...
2004-01-15 Gerald Carter* BUG 446
2004-01-15 Gerald CarterBUG 958; don't use the -N option when invoking smbclien...
2004-01-15 Volker Lendeckereply_spnego_kerberos did not set the domain of the...
2004-01-15 Volker LendeckeDon't substitute stuff in lp_afs_username_map, this...
2004-01-15 Volker LendeckeAnd another memory corruption in winbind. Arg 3 of...
2004-01-15 Volker LendeckeFix a segfault in winbindd. Calling getusersids with...
2004-01-15 Stefan Metzmacher* Fix sys_chown() when no chown() is presend
2004-01-15 Stefan Metzmacher* Fix XFS quotas: XFS_USER_QUOTA -> USRQUOTA
2004-01-15 Gerald CarterBUG 936: fix bind credentials for schannel binds in...
2004-01-15 Tim PotterFix for bug 905. Remove POBAD_CC as it doesn't seem...
2004-01-15 Gerald CarterBUG 972; check pointer in cli_ds_getprimarydominfo...
2004-01-14 Herb Lewissource/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not neede...
2004-01-14 Gerald CarterFix initgroups() call nss_winbind on solaris; patch...
2004-01-14 Gerald Carterbug 770; correct fix this time; Make sure that we...
2004-01-14 Gerald Carterbug 660; using byte order safe macros (or tdb_unpack...
next