summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* added NTLMSSP authentication to libsmb. It seems to work well so I have enabl...Andrew Tridgell2001-10-129-275/+590
* Removed some unused code from the recent cleanup.Tim Potter2001-10-122-291/+2
* Fix for tdb_oob() on TDB_INTERNAL databases.Jeremy Allison2001-10-121-2/+7
* merge from 2.2Gerald Carter2001-10-112-10/+10
* improve the error handling in the ASN1 code a bitAndrew Tridgell2001-10-111-14/+22
* added a ASN.1 parser, so now I can properly parse the negTokenInitAndrew Tridgell2001-10-114-78/+324
* remove unused function in mangle.cSimo Sorce2001-10-113-17/+10
* fixed some memory leaks, started adding asn1 decoder for server sideAndrew Tridgell2001-10-112-12/+42
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-1112-2745/+803
* profile.h is now known as smbprofile.h due to a conflict with badlyAndrew Tridgell2001-10-111-461/+0
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-1119-980/+2306
* Fixed bug when status=no and max smbd processes > 0.Jeremy Allison2001-10-112-0/+11
* Got the rest of the group functions working. Did some reformatting (manTim Potter2001-10-103-68/+37
* Back-out the share acl fix. Not needed (Gerald has been telling porkiesJeremy Allison2001-10-101-16/+3
* merge from 2.2Gerald Carter2001-10-101-11/+32
* ops, remove my test code, sorry.Simo Sorce2001-10-101-9/+5
* Fixed some compile warnings.Tim Potter2001-10-101-4/+2
* Implemented sam group handle stuff. getent group now works.Tim Potter2001-10-096-110/+208
* Fix bug where removing root from a share SD stops further edit access.Jeremy Allison2001-10-091-4/+17
* Fixes from John Trostel (modified somewhat by me) to ensure that all lookup_XXJeremy Allison2001-10-093-16/+28
* old fixes I forgot to commitSimo Sorce2001-10-091-5/+5
* initial support to error report in smbclient, useful when using smbclient -c ...Simo Sorce2001-10-093-89/+178
* Fixed WINS re-registration bug. Don't ask..... :-(. It was in my code :-).Jeremy Allison2001-10-082-2/+3
* tim suggested to add a copyright note :)Simo Sorce2001-10-081-1/+21
* More work on winbindd connection rewrite:Tim Potter2001-10-085-179/+353
* more fixing and testing.Simo Sorce2001-10-071-54/+83
* fixed lame valid tableAndrew Tridgell2001-10-071-2/+2
* merge from 2.2Gerald Carter2001-10-061-2/+84
* PPC spinlocks work again. Sorry, my bad.Anton Blanchard2001-10-061-1/+1
* Fix up indenting in out SAM password check code.Andrew Bartlett2001-10-062-92/+98
* move libsmb/domain_client_validate.o around in the makefile again, it really isAndrew Bartlett2001-10-061-3/+4
* This is the start of a bit of a rewrite of winbindd's connection handling.Tim Potter2001-10-059-380/+588
* Add CLI_POLICY_HND as a valid return type.Tim Potter2001-10-051-1/+1
* Remove winbindd_glue.c dodgy hack and add winbindd_cm.c for managingTim Potter2001-10-051-3/+3
* Move CLI_POLICY_HND to be internal to winbindd.Tim Potter2001-10-051-9/+0
* init only in test code.Simo Sorce2001-10-041-48/+55
* Added a comment about not changing the magic timestamp values withoutTim Potter2001-10-032-0/+7
* Ensure accessing NT member servers works with a Samba PDC. Don'tJeremy Allison2001-10-034-8/+9
* fix some possible memleaks and not tested reallocs spotted by Andreas MoroderSimo Sorce2001-10-033-5/+14
* fixed basic ucs2 operation on big endian boxes. Still a bit more toAndrew Tridgell2001-10-031-5/+5
* set ACB_PWNOEXP by default on new accounts.Andrew Tridgell2001-10-031-2/+2
* removed old unused filesAndrew Tridgell2001-10-033-21347/+0
* switched over to a new method of handling uppercase/lowercase mappingsAndrew Tridgell2001-10-0312-79/+326
* Fixup insure changes for rpcclient.Jeremy Allison2001-10-031-4/+3
* Incorrect definition of debugf.Jeremy Allison2001-10-031-1/+1
* Fixed up the change password bug when not using PAM.Jeremy Allison2001-10-024-24/+152
* better method of generating the case equivalence tableAndrew Tridgell2001-10-021-22/+37
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-0210-593/+629
* the CASETABLE torture target now generates the complete unicodeAndrew Tridgell2001-10-022-0/+75
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-02222-506/+3