summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sorry idra for messing around with your stuff, but this was obviously notVolker Lendecke2003-06-111-3/+3
* avoid races in getting high watermarkSimo Sorce2003-06-111-6/+32
* Fix 'security = domain' without winbind. This stores the sid we gotVolker Lendecke2003-06-111-32/+60
* Remove obvious question that's answered better in the HOWTOJelmer Vernooij2003-06-111-7/+0
* Update from Stefan MetzmacherJelmer Vernooij2003-06-113-25/+14
* Update VFS documentation (patch from Stefan Metzmacher)Jelmer Vernooij2003-06-111-6/+6
* Update from Stefan MetzmacherJelmer Vernooij2003-06-111-4/+4
* several places in client.c rely in commands[i].name == NULL being aAndrew Tridgell2003-06-111-2/+2
* i'm getting rather sick of thisAndrew Tridgell2003-06-111-4/+1
* on AIX FD_ZERO() is defined in terms of bzero(), so we can't haveAndrew Tridgell2003-06-111-5/+0
* An update long overdue. Please edit this further guys.John Terpstra2003-06-111-28/+14
* Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison2003-06-102-5/+56
* Handle <contrib> when generating attributions pageJelmer Vernooij2003-06-101-0/+7
* Add authorsJelmer Vernooij2003-06-102-181/+190
* Fix 2 typos (reported by Marc Groot Koerkamp <marc@its-projects.nl>)Jelmer Vernooij2003-06-101-2/+2
* Don't segfault when -b is specified (fixes debian bug #196833)Jelmer Vernooij2003-06-101-1/+1
* Ok, I've tried being Mr. Nice Guy and people (you know who you are) stillJeremy Allison2003-06-102-4/+5
* More updates on editreg.c to bring it better in line with the Samba source.Richard Sharpe2003-06-101-21/+21
* removed editreg from standard build until it is portable. Right now itAndrew Tridgell2003-06-101-1/+5
* fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell2003-06-101-2/+2
* fixed smbtorture LOCK1 test to know about the correct multiplier forAndrew Tridgell2003-06-101-2/+3
* use lp_realm() to find the default realm for 'net ads password'Andrew Tridgell2003-06-101-10/+24
* - fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell2003-06-105-41/+46
* use ZERO_STRUCT() instead of memsetAndrew Tridgell2003-06-101-1/+1
* added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell2003-06-102-1/+5
* don't call a function error_message() as that conflicts with aAndrew Tridgell2003-06-101-3/+3
* when creating aliased parameters in loadparm.c you *must* place theAndrew Tridgell2003-06-101-1/+1
* More instrumentation for winbindd.Jeremy Allison2003-06-101-0/+14
* Instrument cache with debug statements so I can have a clue as to whatJeremy Allison2003-06-101-56/+208
* Add some basic DEBUG statements at level 10 so we can see what is beingJeremy Allison2003-06-091-0/+54
* Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.Jeremy Allison2003-06-091-1/+1
* Update WHATSNEW.txt with information from release branchAlexander Bokovoy2003-06-091-124/+421
* applied patch from bug#140Andrew Tridgell2003-06-091-1/+2
* Debian updates.Eloy Paris2003-06-083-22/+44
* Fix some memory leaks and extra cache startups/shutdowns from the trustedAndrew Bartlett2003-06-082-4/+5
* Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett2003-06-082-9/+68
* Make sure that we use schannel (if configured) when checking for a validAndrew Bartlett2003-06-081-12/+13
* Rework our smb signing code again, this factors out some of the commonAndrew Bartlett2003-06-081-54/+109
* bumping cvs version number to distinguish between SAMBA_3_0 cvs treeGerald Carter2003-06-071-1/+1
* add back the winbind uid/gid parameter but mark them as deprecatedGerald Carter2003-06-071-0/+2
* Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett2003-06-071-3/+3
* Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett2003-06-071-6/+14
* fix up a couple pathsHerb Lewis2003-06-071-5/+2
* changed 'winbind uid' to 'idmap uid' in build farm testsAndrew Tridgell2003-06-071-1/+1
* get rid of IRIX o32 builds - some libraries (kerberos and ldap) are onlyHerb Lewis2003-06-062-18/+2
* remove o32 targets for IRIX. kerberos and ldap libraries are n32 only soHerb Lewis2003-06-061-13/+2
* applying David Lee's climessage patch to make sending messages more extendableGerald Carter2003-06-061-6/+32
* pMandrake/samba2.spec.tmplackaging updates (Buchan)Gerald Carter2003-06-062-19/+26
* make this work for older version of perlHerb Lewis2003-06-061-1/+1
* support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2003-06-062-15/+25