summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-02better method of generating the case equivalence tableAndrew Tridgell1-22/+37
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison10-593/+629
2001-10-02the CASETABLE torture target now generates the complete unicodeAndrew Tridgell2-0/+75
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter222-506/+3
2001-10-02Added copyright (not sure who owns it though) and #include guards.Tim Potter1-0/+25
2001-10-02Added copyright and include guards.Tim Potter1-1/+23
2001-10-01honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell2-4/+2
2001-10-01- fix handling of 0 last_change_time and must_change_timeAndrew Tridgell6-74/+77
2001-09-30Don't try to write the LM password in the NT password feild.Andrew Bartlett1-1/+0
2001-09-30make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell2-6/+16
2001-09-30I told Jeremy at the CIFS conference that I would sort the command listChristopher R. Hertel1-30/+33
2001-09-30Small changes to register_vuid ahead of a larger restructure.Andrew Bartlett1-3/+3
2001-09-30Make header comment clearer, these are RIDs, not UIDs.Andrew Bartlett1-2/+3
2001-09-30Finally kill off the SMBENCRYPT() macro.Andrew Bartlett1-2/+0
2001-09-30merge from 2.2Gerald Carter1-17/+0
2001-09-29fixed in *BSDMotonobu Takahashi1-2/+2
2001-09-29fixed not to install in *BSD, but perhaps on Solaris, cannot installMotonobu Takahashi1-2/+2
2001-09-29undef the code for nowSimo Sorce1-2/+2
2001-09-29further devel and test kit.Simo Sorce1-67/+264
2001-09-29not to creat gmo files from po files during makingMotonobu Takahashi1-1/+3
2001-09-29This is the passdb section of the previously mentioned commit.Andrew Bartlett2-65/+111