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