kai/samba.git
2003-02-28 Martin PoolRemove reference to "mainpage.dox" and CodingStandards...
2003-02-28 Martin PoolAdd a comment about the meaning of samba's internal...
2003-02-28 Martin PoolAdd simple test harness that exposes StrCaseCmp for...
2003-02-28 Jim McDonoughcleanup some compiler warnings
2003-02-28 Jim McDonoughImprove net ads lookup:
2003-02-28 Jeremy Allison*Excellent* patch from Michael Steffens <michael_steffe...
2003-02-27 Gerald Carter don't forget the NULL
2003-02-27 Gerald Carterand the winner of "i should have just written it in...
2003-02-27 Gerald Carterdon't pass NULL pointers to strcmp()
2003-02-27 Gerald Carteradditional fix for CR 601
2003-02-27 Martin PoolDoxygen janitor
2003-02-27 Jelmer VernooijRemove documentation for obsolete parameters, but add...
2003-02-27 Jelmer VernooijWe now use <anchor/> instead of just <anchor> (strict...
2003-02-27 Jelmer Vernooij- Rename 'modules = ' to 'preload modules = '
2003-02-27 Andrew BartlettFix possible memory leak on failure.
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-26 Andrew BartlettAdd -Wwrite-strings to our --enable-developer settings.
2003-02-26 Andrew BartlettNetlogon-unigroup changes needed for the winbind RID...
2003-02-26 Andrew BartlettKill RID-only and domain+RID madness from winbind.
2003-02-26 Martin Poolinit_valid_table: Fix a memory leak that would lose the
2003-02-26 Tim PotterMerge from appliance:
2003-02-25 Tim PotterFix compiler warning.
2003-02-25 Tim PotterMore const fixes and flow on fixes from yesterday's...
2003-02-25 Tim PotterFix unused variable warning when ENCTYPE_ARCFOUR_HMAC...
2003-02-25 Tim PotterFix breakage done by myself yesterday.
2003-02-25 Gerald CarterProgress on CR 601
2003-02-25 Tim PotterFixed up some const related compiler warnings.
2003-02-25 Andrew BartlettAfter some comments from tridge, clean the new usergrou...
2003-02-25 Andrew BartlettFor some reason some attributes in ADS do not appear...
2003-02-25 Andrew BartletttokenGroups are SIDs, so dump them as such.
2003-02-25 Andrew BartlettFix a really nasty bug where some users in AD domains...
2003-02-24 Andrew BartlettWhenever we have a password, use the in-memory ccache...
2003-02-24 Andrew BartlettClean up non-krb5 breakages from my modifications to...
2003-02-24 Andrew BartlettFinish removing setenv replacements from smbwrapper.
2003-02-24 Andrew BartlettMove off-by-one buggy malloc()/safe_strcpy() combinatio...
2003-02-24 Andrew Bartletttypo
2003-02-24 Andrew BartlettPatch from Luke Howard to add mutual kerberos authentic...
2003-02-24 Andrew Bartlettsetenv takes 3 arguments...
2003-02-24 Andrew BartlettIf it's a pstring, use pstrcpy().
2003-02-24 Andrew BartlettFix off-by-one bugs, and move to strdup() rather than...
2003-02-24 Tim PotterQuieten compiler warning.
2003-02-24 Martin PoolMerge documentation from 3_0.
2003-02-24 Andrew BartlettAlways initialise
2003-02-24 Tim PotterMerge:
2003-02-24 Andrew BartlettAdd const
2003-02-24 Andrew BartlettFix 2 off-by-one bugs in the use of malloc()ed strings...
2003-02-23 Simo Sorceforgot the altered include file
2003-02-23 Simo Sorcemove genparser to use talloc contexts instead of [m...
2003-02-22 Andrew BartlettMake sure we set the error code to indicate failure...
2003-02-22 Andrew BartlettSee if I can make this look slightly like C. It compil...
2003-02-22 Andrew BartlettMore signed/unsigned fixes (yes, I run with funny compi...
2003-02-22 Andrew BartlettFixes from Paul Green and vorlon@debian.org for buildin...
2003-02-22 Andrew BartlettFix comment - the other bits of code don't call this...
2003-02-22 Andrew BartlettAdd static
2003-02-22 Andrew BartlettWith assuptions about unixsam gone, we can forget about...
2003-02-22 Andrew BartlettRemove 'unixsam' from the default passdb backends.
2003-02-22 Andrew BartlettFirst check if the user is in the passdb, then check...
2003-02-22 Jeremy AllisonWhen checking is_locked() new WRITE locks conflict...
2003-02-22 Jeremy AllisonNew locktest7 code based on patch from "Srikanta Shivan...
2003-02-22 Andrew BartlettFix a DEBUG() formatting, add some more debug to our...
2003-02-21 Gerald Carteri patched the wrong branch! s/unistr2_to_dos/unistr2_to...
2003-02-21 Gerald Cartercouple of merges from APP_HEAD
2003-02-21 Gerald Carterpatch from Hal Roberts check for a valid [f]chmod_acl...
2003-02-21 Jim McDonoughFix IRIX build...void fn can't return another void fn
2003-02-21 Jim McDonoughrename 'winbind backend' to 'idmap backend'. Put param...
2003-02-21 Jeremy AllisonAdded comments to make it clearer when we're assigning...
2003-02-21 Tim PotterIgnore errors on python_clean target.
2003-02-21 Tim PotterDoesn't anyone run ./configure.developer anymore?
2003-02-21 Tim PotterFix another compiler warning.
2003-02-21 Tim PotterFixed another compiler warning.
2003-02-21 Tim PotterFixed compiler warning.
2003-02-21 Tim PotterAdded enumdomusers command.
2003-02-21 Tim PotterExit path cleanup for cli_samr_enum_dom_users()
2003-02-21 Tim PotterFix for only specifying one command with -c
2003-02-21 Martin PoolDoxygen janitor
2003-02-20 Jim McDonoughFrom aliguori@us.ibm.com:
2003-02-20 Jelmer VernooijMake init_module() and thus smb_load_module() return...
2003-02-20 Jeremy AllisonAdded Volkers "print server role" patch.
2003-02-20 Jelmer VernooijRemove obsolete files
2003-02-20 Jeremy AllisonEnsure tdb error code is set for corrupt and i/o errors...
2003-02-20 Andrew BartlettFor a number of months now, support for being a domain...
2003-02-20 Andrew BartlettLike for NTLM logins, lookup the 'winbind' user first...
2003-02-20 Andrew Bartlettfor some (very weird) reason, the domain I was testing...
2003-02-20 Martin PoolDoc
2003-02-20 Martin Pool(Merge from APPLIANCE_HEAD)
2003-02-19 Jeremy AllisonFix inspired by Stefan (metze) Metzmacher - cache the...
2003-02-19 Simo Sorcecorrect init for vfs.conn, thanks Stefan
2003-02-19 Jim McDonoughlibads/krb5_setpw.c
2003-02-19 Jim McDonoughCan't return SAFE_FREE...put on its own line.
2003-02-19 Jim McDonoughCorrect way to keep fucntion from proto.h
2003-02-19 Jim McDonoughFix segv in net ads join...an extra & was the culprit
2003-02-19 Alexander BokovoyImprove detection of iconv(3) for various platforms...
2003-02-19 Andrew BartlettMissed one use of SETENV. (Compat macro no longer...
2003-02-19 Andrew BartlettNow we have setenv() in replace.c, we don't need a...
2003-02-19 Andrew BartlettCheck return values of various join-related functions...
2003-02-19 Andrew BartlettMove to a in-memory ccache for winbind, and replace...
2003-02-19 Andrew BartlettAfter a talloc_zero(), we don't need to ZERO_STRUCTP...
2003-02-19 Andrew BartlettFix logfile formatting, we were missing a "\n"
2003-02-19 Andrew BartlettOnly do a kinit if we got told to use kerberos.
2003-02-19 Jim McDonoughGet non-krb systems to compile. How the heck do I...
next