summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2003-02-25Fix breakage done by myself yesterday.Tim Potter1-6/+3
2003-02-25Progress on CR 601Gerald Carter6-315/+388
2003-02-25Progress on CR 601Gerald Carter6-315/+388
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-24Merge from HEAD. Use pstrcpy not safe_strcpy.Jeremy Allison1-2/+2
2003-02-24Merge from head. Move off-by-one buggy malloc()/safe_strcpy() combination to ...Jeremy Allison1-3/+1
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 HEADMartin Pool1-6/+13
2003-02-24Merge documentation from 3_0.Martin Pool1-6/+13
2003-02-24Always initialiseAndrew Bartlett1-2/+2
2003-02-24Make sure these values are never uninitialsised.Andrew Bartlett1-2/+2
2003-02-24Cleint-side-auth/kerberos fixes from HEAD, and don't connect to a shareAndrew Bartlett3-25/+67
2003-02-24Iconv as seperate library fixes from HEADAndrew Bartlett1-0/+5
2003-02-24Signed/unsigned fix from HEADAndrew Bartlett1-2/+2
2003-02-24Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett3-57/+252
2003-02-24Merge paramaters for client-side-auth updates.Andrew Bartlett1-0/+11
2003-02-24Fix a small stuffup in the HEAD -> 3.0 mergeAndrew Bartlett1-1/+0
2003-02-24Merge doxygen, signed/unsigned, const and other small fixes from HEAD to 3.0.Andrew Bartlett13-247/+284
2003-02-24Makefile updates for the client-side auth/kerberos merge.Andrew Bartlett1-39/+53
2003-02-24Missed a couple of files from the client-side kerberos mergeAndrew Bartlett3-4/+19
2003-02-24Merge off-by-one fix from HEAD (caused crash with --enable-developer)Andrew Bartlett1-1/+1
2003-02-24Merge from HEAD client-side authentication changes:Andrew Bartlett16-673/+1121
2003-02-24Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett1-1/+1
2003-02-24Merge of server-side authentication changes to 3.0:Andrew Bartlett13-153/+224
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-24Add comment about Samba character sets, from explanation by abartlet.Martin Pool1-0/+13
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