summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-06-13Trivial extension to 'net' to dump current local idmap.Volker Lendecke2-0/+62
2003-06-13Rename some uuid functions so as not to conflict with systemTim Potter4-6/+6
2003-06-13Fix shadow variable warning.Tim Potter1-4/+4
2003-06-13Delete outdated file.Tim Potter1-6/+0
2003-06-12Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke2-16/+131
2003-06-12Working on bug#3. We want all of the aliases, so start with 0.Volker Lendecke1-0/+2
2003-06-12Andrew's change to make 'security = domain' work again. Leave the user and groupVolker Lendecke1-38/+88
2003-06-12Fix some misleading debug messages.Volker Lendecke1-2/+2
2003-06-12Get rid of a const warning.Volker Lendecke1-1/+1
2003-06-12Fix typo found by VanceVolker Lendecke1-1/+1
2003-06-12Andrew is right, this is probably the wrong approach.Volker Lendecke1-26/+5
2003-06-11Set the user's primary unix group from usrmgr.exe.Volker Lendecke1-0/+41
2003-06-11Sorry idra for messing around with your stuff, but this was obviously notVolker Lendecke1-3/+3
2003-06-11avoid races in getting high watermarkSimo Sorce1-6/+32
2003-06-11Fix 'security = domain' without winbind. This stores the sid we gotVolker Lendecke1-32/+60
2003-06-11several places in client.c rely in commands[i].name == NULL being aAndrew Tridgell1-2/+2
2003-06-11i'm getting rather sick of thisAndrew Tridgell1-4/+1
2003-06-11on AIX FD_ZERO() is defined in terms of bzero(), so we can't haveAndrew Tridgell1-5/+0
2003-06-10Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison2-5/+56
2003-06-10Don't segfault when -b is specified (fixes debian bug #196833)Jelmer Vernooij1-1/+1
2003-06-10Ok, I've tried being Mr. Nice Guy and people (you know who you are) stillJeremy Allison2-4/+5
2003-06-10More updates on editreg.c to bring it better in line with the Samba source.Richard Sharpe1-21/+21
2003-06-10removed editreg from standard build until it is portable. Right now itAndrew Tridgell1-1/+5
2003-06-10fixed libsmb code to set correct timeout in cli_state when waiting forAndrew Tridgell1-2/+2
2003-06-10fixed smbtorture LOCK1 test to know about the correct multiplier forAndrew Tridgell1-2/+3
2003-06-10use lp_realm() to find the default realm for 'net ads password'Andrew Tridgell1-10/+24
2003-06-10- fixed the bug that forced us not to use the winbindd cache when weAndrew Tridgell5-41/+46
2003-06-10use ZERO_STRUCT() instead of memsetAndrew Tridgell1-1/+1
2003-06-10added an auth flag that indicates if we should be allowed to fallbackAndrew Tridgell2-1/+5
2003-06-10don't call a function error_message() as that conflicts with aAndrew Tridgell1-3/+3
2003-06-10when creating aliased parameters in loadparm.c you *must* place theAndrew Tridgell1-1/+1
2003-06-10More instrumentation for winbindd.Jeremy Allison1-0/+14
2003-06-10Instrument cache with debug statements so I can have a clue as to whatJeremy Allison1-56/+208
2003-06-09Add some basic DEBUG statements at level 10 so we can see what is beingJeremy Allison1-0/+54
2003-06-09Fix for crash bug noticed by Luke Howard | PADL Software Pty Ltd | www.padl.com.Jeremy Allison1-1/+1
2003-06-09applied patch from bug#140Andrew Tridgell1-1/+2
2003-06-08Fix some memory leaks and extra cache startups/shutdowns from the trustedAndrew Bartlett2-4/+5
2003-06-08Enforce 'client plaintext auth', 'client lanman auth' and 'client ntlmv2 auth'.Andrew Bartlett2-9/+68
2003-06-08Make sure that we use schannel (if configured) when checking for a validAndrew Bartlett1-12/+13
2003-06-08Rework our smb signing code again, this factors out some of the commonAndrew Bartlett1-54/+109
2003-06-07bumping cvs version number to distinguish between SAMBA_3_0 cvs treeGerald Carter1-1/+1
2003-06-07add back the winbind uid/gid parameter but mark them as deprecatedGerald Carter1-0/+2
2003-06-07Try to fix memory leaks found by valgrind in pdb_ldap code.Andrew Bartlett1-3/+3
2003-06-07Don't assume that the SAM knows the unix home directory - look it up byAndrew Bartlett1-6/+14
2003-06-06get rid of IRIX o32 builds - some libraries (kerberos and ldap) are onlyHerb Lewis2-18/+2
2003-06-06remove o32 targets for IRIX. kerberos and ldap libraries are n32 only soHerb Lewis1-13/+2
2003-06-06applying David Lee's climessage patch to make sending messages more extendableGerald Carter1-6/+32
2003-06-06support LDAP_EXOP_MODIFY_PASSWORD (not experiemental in OpenLDAP 2.1)Gerald Carter2-15/+25
2003-06-06* add in David Lee's utmp patch (defaults to on if available)Gerald Carter4-27/+51
2003-06-06get rid of warning about malformed if in MakefileHerb Lewis1-2/+2