summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison2003-06-102-5/+56
* 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
* applied patch from bug#140Andrew Tridgell2003-06-091-1/+2
* 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
* 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
* support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2003-06-062-15/+25
* * add in David Lee's utmp patch (defaults to on if available)Gerald Carter2003-06-064-27/+51
* get rid of warning about malformed if in MakefileHerb Lewis2003-06-061-2/+2
* fix build on systems w/o LDAP libsGerald Carter2003-06-062-1/+15
* delete extra PASSDBLIB at beginningHerb Lewis2003-06-061-1/+1
* pdbedit needs PASSDBLIBSHerb Lewis2003-06-061-1/+1
* compile errorGerald Carter2003-06-061-1/+1
* merge from APP_HEAD. Push negative connection cacheGerald Carter2003-06-062-324/+152
* * break out more common code used between pdb_ldap and idmap_ldapGerald Carter2003-06-0611-326/+382
* SMBlockingX timeouts are in units of 2 milliseconds, not 1Andrew Tridgell2003-06-061-1/+1
* No matter how special this session key is, it's not worth a level 0.Andrew Bartlett2003-06-061-2/+4
* Fix for valgrind - when doing a srvstr_push we must zero fillJeremy Allison2003-06-061-0/+13
* Fixup of typos.Jeremy Allison2003-06-061-8/+8
* Use filedes as first argument to fsetxattr, not the undefined variable 'path'...Jelmer Vernooij2003-06-061-1/+1
* metze noticed some conn elements remaining in a VFS_NEXT.Jeremy Allison2003-06-061-4/+4
* Fix for VFS_NEXT xattr calls (from metze). I will add these to skel.c toJeremy Allison2003-06-061-4/+4
* 2 more places where win2003 forces UCS2Andrew Tridgell2003-06-061-2/+2
* - the ALL_INFO trans2 QFILEINFO level uses a forced UCS2 nameAndrew Tridgell2003-06-061-3/+3