summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-10-12Moved from include subdir.Tim Potter1-0/+35
2001-10-12Moved to rpcclient subdirectory.Tim Potter1-33/+0
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter9-1045/+292
2001-10-12moved some OIDs to the ASN.1 headerAndrew Tridgell3-8/+10
2001-10-12added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell9-275/+590
2001-10-12Removed some unused code from the recent cleanup.Tim Potter2-291/+2
2001-10-12Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison1-2/+7
2001-10-11merge from 2.2Gerald Carter2-10/+10
2001-10-11improve the error handling in the ASN1 code a bitAndrew Tridgell1-14/+22
2001-10-11added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell4-78/+324
2001-10-11remove unused function in mangle.cSimo Sorce3-17/+10
2001-10-11fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2-12/+42
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell12-2745/+803
2001-10-11profile.h is now known as smbprofile.h due to a conflict with badlyAndrew Tridgell1-461/+0
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell19-980/+2306
2001-10-11Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2-0/+11
2001-10-10Got the rest of the group functions working. Did some reformatting (manTim Potter3-68/+37
2001-10-10Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison1-16/+3
2001-10-10merge from 2.2Gerald Carter1-11/+32
2001-10-10ops, remove my test code, sorry.Simo Sorce1-9/+5
2001-10-10Fixed some compile warnings.Tim Potter1-4/+2
2001-10-09Implemented sam group handle stuff. getent group now works.Tim Potter6-110/+208
2001-10-09Fix bug where removing root from a share SD stops further edit access.Jeremy Allison1-4/+17
2001-10-09Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison3-16/+28
2001-10-09old fixes I forgot to commitSimo Sorce1-5/+5
2001-10-09initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce3-89/+178
2001-10-08Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2-2/+3
2001-10-08tim suggested to add a copyright note :)Simo Sorce1-1/+21
2001-10-08More work on winbindd connection rewrite:Tim Potter5-179/+353
2001-10-07more fixing and testing.Simo Sorce1-54/+83
2001-10-07fixed lame valid tableAndrew Tridgell1-2/+2
2001-10-06merge from 2.2Gerald Carter1-2/+84
2001-10-06PPC spinlocks work again. Sorry, my bad.Anton Blanchard1-1/+1
2001-10-06Fix up indenting in out SAM password check code.Andrew Bartlett2-92/+98
2001-10-06move libsmb/domain_client_validate.o around in the makefile again, it really isAndrew Bartlett1-3/+4
2001-10-05This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter9-380/+588
2001-10-05Add CLI_POLICY_HND as a valid return type.Tim Potter1-1/+1
2001-10-05Remove winbindd_glue.c dodgy hack and add winbindd_cm.c for managingTim Potter1-3/+3
2001-10-05Move CLI_POLICY_HND to be internal to winbindd.Tim Potter1-9/+0
2001-10-04init only in test code.Simo Sorce1-48/+55
2001-10-03Added a comment about not changing the magic timestamp values withoutTim Potter2-0/+7
2001-10-03Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison4-8/+9
2001-10-03fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce3-5/+14
2001-10-03fixed basic ucs2 operation on big endian boxes. Still a bit more toAndrew Tridgell1-5/+5
2001-10-03set ACB_PWNOEXP by default on new accounts.Andrew Tridgell1-2/+2
2001-10-03removed old unused filesAndrew Tridgell3-21347/+0
2001-10-03switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell12-79/+326
2001-10-03Fixup insure changes for rpcclient.Jeremy Allison1-4/+3
2001-10-03Incorrect definition of debugf.Jeremy Allison1-1/+1
2001-10-02Fixed up the change password bug when not using PAM.Jeremy Allison4-24/+152