summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Rename some uuid functions so as not to conflict with systemTim Potter2003-06-134-6/+6
* Fix shadow variable warning.Tim Potter2003-06-131-4/+4
* Delete outdated file.Tim Potter2003-06-131-6/+0
* Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke2003-06-122-16/+131
* Working on bug#3. We want all of the aliases, so start with 0.Volker Lendecke2003-06-121-0/+2
* Andrew's change to make 'security = domain' work again. Leave the user and groupVolker Lendecke2003-06-121-38/+88
* Fix some misleading debug messages.Volker Lendecke2003-06-121-2/+2
* Get rid of a const warning.Volker Lendecke2003-06-121-1/+1
* Fix typo found by VanceVolker Lendecke2003-06-121-1/+1
* Andrew is right, this is probably the wrong approach.Volker Lendecke2003-06-121-26/+5
* Set the user's primary unix group from usrmgr.exe.Volker Lendecke2003-06-111-0/+41
* 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
* 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