- added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)
[nivanova/samba-autobuild/.git] / source3 /
2003-06-30 Andrew Tridgell- added LOCALE patch from vorlon@debian.org (Steve...
2003-06-29 Gerald CarterHere's the code to make winbindd work on a Samba DC
2003-06-28 Gerald Carteradd check for NT_STATUS_NOT_IMPLEMENTED in auth check...
2003-06-28 Gerald Cartercleaning up after the s/in_addr/ip_service/ switch...
2003-06-27 Jeremy AllisonSome const correctness. Stop tdb being used as a remote...
2003-06-26 Jeremy AllisonAdd include guards around idmap.h, change ID_NOMAP...
2003-06-26 Jeremy AllisonAs has been pointed out, ordering here doesn't matter...
2003-06-26 Jelmer VernooijRemove the MODULES_CLEAN variable. It's no longer neces...
2003-06-26 Jelmer VernooijMove up intialisation of logging, so we catch errors...
2003-06-26 Gerald Cartercleaning up more build issues. Tested
2003-06-26 Jeremy AllisonFix immediate bug where the idmap can't tell the differ...
2003-06-25 Gerald Carterfix linking of some things that are not built by default
2003-06-25 Gerald Carterifdef out some functions that are not used when HAVE_AD...
2003-06-25 Gerald Carterfix build on non-ldap platforms
2003-06-25 Jeremy AllisonEnsure idmap backends are added in the correct order...
2003-06-25 Gerald Carter* fix typos in a few debug statements
2003-06-25 Gerald Carterforgot one file
2003-06-25 Gerald Carterlarge change:
2003-06-25 Andrew BartlettPatch to move functions directly from pdb_ldap.c into...
2003-06-25 Tim PotterMetze assures me that this will fix Heimdal et al.
2003-06-25 Volker LendeckeFix a warning in a DEBUG
2003-06-25 Simo SorceTought I already done.
2003-06-25 Tim PotterOnly append to KRB5_LIBS when doing AC_CHECK_LIB for...
2003-06-25 Tim PotterDon't trash the values of CFLAGS and LIBS while engaged...
2003-06-25 Jeremy AllisonMore debugs for this... (these should have been here...
2003-06-25 Jeremy AllisonMore instrumentation tracking down this bug...
2003-06-25 Jeremy AllisonStart to instrument this code as I try and track down...
2003-06-24 Jeremy AllisonSequence number was not getting updated with ldap hack...
2003-06-24 Jeremy AllisonExplain why winbindd is exiting.
2003-06-24 Andrew BartlettFix pdb_ldap segfaults, and wrong default values for...
2003-06-24 Simo Sorcedo not forget the include file :-)
2003-06-24 Simo Sorceadd tdb backup function separation and winbind idmap...
2003-06-24 Tim PotterMore tuning of Kerberos detection - don't fall through...
2003-06-24 Tim PotterMore sensible behaviour for bug 152. If we don't have...
2003-06-24 Jeremy AllisonFixes from Martin Dorey <mdorey@bluearc.com> to only...
2003-06-24 Jeremy AllisonMove the map acl inherit parameter into the protocol...
2003-06-23 Jeremy AllisonFixed the merge_default_aces() code to work correctly...
2003-06-23 Gerald Carter* s/get_dc_name/rpc_dc_name/g (revert a previous change)
2003-06-23 Gerald Carterwrap group enuemration in brcome/unbecome_root() (bug...
2003-06-23 Gerald Carterfix typo (bug #170)
2003-06-23 Gerald Carterfix bug #178; available space in devmode should be int
2003-06-23 Andrew Tridgelllp_security() is a function not an integer
2003-06-23 Tim PotterChange AC_MSG_ERROR() in krb5.h detection code to AC_MS...
2003-06-23 Gerald Carter* set domain->last_status = NT_STATUS_SERVER_DISABLED...
2003-06-23 Tim PotterProduce an error if Active Directory support is request...
2003-06-23 Tim PotterRepair indentation in autoconf Kerberos detection code...
2003-06-22 Simo SorceFound out a good number of NT_STATUS_IS_ERR used the...
2003-06-21 Andrew Bartlett(fixing bug in my last commit)
2003-06-21 Volker LendeckeFix memory leak. secrets_fetch allocates memory.
2003-06-21 Andrew BartlettThis removes the StrCaseCmp() stuff from 'net idmap...
2003-06-21 Andrew BartlettThis patch fixes some issues with idmap_tdb as raised...
2003-06-21 Andrew BartlettAlways initialize.
2003-06-21 Gerald Cartermerge of the netsamlogon caching code from APPLIANCE_HEAD
2003-06-21 Andrew BartlettThis patch works towards to goal of common code shared...
2003-06-20 Jeremy AllisonFixed sorting algorithm to prevent problems with W2K...
2003-06-20 Jim McDonoughFix bug #136. Add message about erroneous empty "passd...
2003-06-20 Jim McDonoughFix bug #136: "passdb backend = " caused smbd to segfault.
2003-06-20 Steve FrenchFix mount options for ro, dir_mode, file_mode
2003-06-20 Andrew Tridgellfixed a bug found by volker
2003-06-20 Tim PotterThe default action for AC_CHECK_LIB is to add the libra...
2003-06-20 Tim PotterBack out some of the changes to nsstest. I've kept...
2003-06-20 Jeremy AllisonMissed initial param, typo.
2003-06-20 Jeremy AllisonMapping of Windows ACL inheritance and protected bits...
2003-06-18 Jelmer VernooijAdd installmodules to install
2003-06-18 Simo SorceOk, this patch removes the privilege stuff we had in...
2003-06-18 Jim McDonoughRemove the -A option of wbinfo, leaving only the long...
2003-06-18 Volker LendeckeThere's nothing particularly secret in idmap.tdb, so...
2003-06-18 Volker LendeckeAnd some more memory leaks in mapping.c and pdb_tdb...
2003-06-18 Volker LendeckeBetter panic cleanly than segfault later when no sid...
2003-06-17 Volker LendeckeAnd more other memory leaks. One new (idmap) and one...
2003-06-17 Volker LendeckeFix a memory leak in pdb_tdb.c.
2003-06-17 Jelmer VernooijMake static (patch from metze)
2003-06-17 Jelmer VernooijFix building idmap_winbind as shared module
2003-06-17 Jelmer VernooijThe return value of init_module functions is NTSTATUS...
2003-06-17 Volker LendeckeFix memory leak in idmap. Valgrind is soooo cool.
2003-06-17 Volker LendeckeConst fixes by metze
2003-06-16 Jelmer VernooijUpdate link to DTD
2003-06-16 Richard SharpeSquelch one small compiler warning
2003-06-16 Richard SharpeReplace all use of bzero with memset ...
2003-06-16 Volker LendeckeThis glosses over John's problem at SambaXP 2003. When...
2003-06-16 Volker LendeckeFix misleading debug message.
2003-06-16 Tim PotterMake net rpc vampire return an error if the sam sync...
2003-06-16 Tim PotterQuieten another debug message.
2003-06-16 Tim PotterQuieten debug message.
2003-06-16 Tim PotterUpdate nsstest to cope with wins NSS module as well...
2003-06-16 Tim PotterBuild libnss_wins.so as part of nsswitch target. Fix...
2003-06-16 Andrew Tridgellwe need to call ads_first_entry() before using a ldap...
2003-06-16 Andrew Tridgellreverted locale patch put in by jht (originally from...
2003-06-16 Tim PotterFix some compiler warnings.
2003-06-16 Andrew Tridgellanother improved debug statement
2003-06-16 Andrew Tridgellmade a debug statement more useful
2003-06-15 John TerpstraPatch from vorlon@debian.org, see bugzilal #122
2003-06-14 Volker LendeckeAdd 'net idmap restore'. This restores a broken idmap...
2003-06-14 Andrew BartlettThis patch modifies 'net rpc vampire' to add new and...
2003-06-13 Jeremy AllisonForward port the app-head changes for dc name cache...
2003-06-13 Richard SharpeFix an spelling mistake.
2003-06-13 Volker LendeckeTrivial extension to 'net' to dump current local idmap.
2003-06-13 Tim PotterRename some uuid functions so as not to conflict with...
2003-06-13 Tim PotterFix shadow variable warning.
2003-06-13 Tim PotterDelete outdated file.
next