summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix unused variable warning when ENCTYPE_ARCFOUR_HMAC is not defined.Tim Potter2003-02-251-0/+2
| * Fix breakage done by myself yesterday.Tim Potter2003-02-251-6/+3
| * Progress on CR 601Gerald Carter2003-02-256-315/+388
| * Fixed up some const related compiler warnings.Tim Potter2003-02-255-39/+42
| * After some comments from tridge, clean the new usergroups code into a helperAndrew Bartlett2003-02-251-71/+94
| * For some reason some attributes in ADS do not appear (and are not available)Andrew Bartlett2003-02-251-1/+63
| * tokenGroups are SIDs, so dump them as such.Andrew Bartlett2003-02-251-0/+1
| * Fix a really nasty bug where some users in AD domains (particularly childAndrew Bartlett2003-02-251-14/+90
| * Whenever we have a password, use the in-memory ccache. This fixes a bug whereAndrew Bartlett2003-02-241-2/+3
| * Clean up non-krb5 breakages from my modifications to luke howard's patch.Andrew Bartlett2003-02-242-7/+2
| * Finish removing setenv replacements from smbwrapper.Andrew Bartlett2003-02-242-20/+2
| * Move off-by-one buggy malloc()/safe_strcpy() combination to strdup() instead.Andrew Bartlett2003-02-241-3/+1
| * typoAndrew Bartlett2003-02-241-1/+1
| * Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett2003-02-248-42/+157
| * setenv takes 3 arguments...Andrew Bartlett2003-02-241-4/+4
| * If it's a pstring, use pstrcpy().Andrew Bartlett2003-02-241-2/+2
| * Fix off-by-one bugs, and move to strdup() rather than malloc()/strcpy().Andrew Bartlett2003-02-241-16/+9
| * Quieten compiler warning.Tim Potter2003-02-241-0/+7
| * Merge documentation from 3_0.Martin Pool2003-02-241-6/+13
| * Always initialiseAndrew Bartlett2003-02-241-2/+2
| * Merge:Tim Potter2003-02-241-7/+5
| * Add constAndrew Bartlett2003-02-241-4/+4
| * Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy().Andrew Bartlett2003-02-242-3/+5
| * forgot the altered include fileSimo Sorce2003-02-231-4/+4
| * move genparser to use talloc contexts instead of [m|c|re]alloc() and free()sSimo Sorce2003-02-232-152/+163
| * Make sure we set the error code to indicate failure...Andrew Bartlett2003-02-221-2/+11
| * See if I can make this look slightly like C. It compiled locally, honest...Andrew Bartlett2003-02-221-3/+4
| * More signed/unsigned fixes (yes, I run with funny compiler options) andAndrew Bartlett2003-02-229-19/+20
| * Fixes from Paul Green and vorlon@debian.org for building shared librariesAndrew Bartlett2003-02-222-32/+99
| * Fix comment - the other bits of code don't call this any more.Andrew Bartlett2003-02-221-4/+1
| * Add staticAndrew Bartlett2003-02-222-8/+8
| * With assuptions about unixsam gone, we can forget about looking upAndrew Bartlett2003-02-221-4/+1
| * Remove 'unixsam' from the default passdb backends.Andrew Bartlett2003-02-2210-283/+264
| * First check if the user is in the passdb, then check Get_Pwnam().Andrew Bartlett2003-02-222-31/+61
| * When checking is_locked() new WRITE locks conflict with existing READ locks evenJeremy Allison2003-02-221-3/+10
| * New locktest7 code based on patch from "Srikanta Shivanna" <sshivanna@pillard...Jeremy Allison2003-02-221-0/+134
| * Fix a DEBUG() formatting, add some more debug to our SID pulling code andAndrew Bartlett2003-02-222-19/+34
| * i patched the wrong branch! s/unistr2_to_dos/unistr2_to_ascii/Gerald Carter2003-02-211-1/+1
| * couple of merges from APP_HEADGerald Carter2003-02-212-4/+25
| * patch from Hal Roberts check for a valid [f]chmod_acl function pointer before...Gerald Carter2003-02-211-2/+12
| * Fix IRIX build...void fn can't return another void fnJim McDonough2003-02-211-1/+2
| * rename 'winbind backend' to 'idmap backend'. Put paramter in security sectio...Jim McDonough2003-02-212-27/+27
| * Added comments to make it clearer when we're assigning a pointer that itJeremy Allison2003-02-211-0/+12
| * Ignore errors on python_clean target.Tim Potter2003-02-211-1/+1
| * Doesn't anyone run ./configure.developer anymore?Tim Potter2003-02-211-1/+1
| * Fix another compiler warning.Tim Potter2003-02-211-1/+0
| * Fixed another compiler warning.Tim Potter2003-02-211-1/+1
| * Fixed compiler warning.Tim Potter2003-02-212-2/+1
| * Added enumdomusers command.Tim Potter2003-02-211-0/+75
| * Exit path cleanup for cli_samr_enum_dom_users()Tim Potter2003-02-211-34/+18