summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added copyright (not sure who owns it though) and #include guards.Tim Potter2001-10-021-0/+25
* Added copyright and include guards.Tim Potter2001-10-021-1/+23
* honor the ACB_PWNOEXP flag in smbpasswdAndrew Tridgell2001-10-012-4/+2
* - fix handling of 0 last_change_time and must_change_timeAndrew Tridgell2001-10-016-74/+77
* Don't try to write the LM password in the NT password feild.Andrew Bartlett2001-09-301-1/+0
* make strupper() and strlower() not modify the string if it doesn'tAndrew Tridgell2001-09-302-6/+16
* I told Jeremy at the CIFS conference that I would sort the command listChristopher R. Hertel2001-09-301-30/+33
* Small changes to register_vuid ahead of a larger restructure.Andrew Bartlett2001-09-301-3/+3
* Make header comment clearer, these are RIDs, not UIDs.Andrew Bartlett2001-09-301-2/+3
* Finally kill off the SMBENCRYPT() macro.Andrew Bartlett2001-09-301-2/+0
* merge from 2.2Gerald Carter2001-09-301-17/+0
* fixed in *BSDMotonobu Takahashi2001-09-291-2/+2
* fixed not to install in *BSD, but perhaps on Solaris, cannot installMotonobu Takahashi2001-09-291-2/+2
* undef the code for nowSimo Sorce2001-09-291-2/+2
* further devel and test kit.Simo Sorce2001-09-291-67/+264
* not to creat gmo files from po files during makingMotonobu Takahashi2001-09-291-1/+3
* This is the passdb section of the previously mentioned commit.Andrew Bartlett2001-09-292-65/+111
* Fix up a number of intertwined issues:Andrew Bartlett2001-09-2914-166/+232
* return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory.Simo Sorce2001-09-291-1/+1
* Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett2001-09-293-4/+4
* Don't build make_printerdef in HEAD. This tool is not needed exceptGerald Carter2001-09-291-1/+1
* Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison2001-09-283-10/+10
* How the heck I missed this I don't know, but somehow I got a copy-and-pasteAndrew Bartlett2001-09-281-16/+12
* Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison2001-09-271-1/+1
* Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison2001-09-271-127/+103
* Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison2001-09-271-13/+13
* How often did I read the CVS commit messageVolker Lendecke2001-09-271-1/+1
* get out unicode_from_buffer and buffer_from_unicode, unneeded.Simo Sorce2001-09-271-112/+139
* Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett2001-09-271-81/+83
* Kill unused variablesAndrew Bartlett2001-09-271-2/+0
* Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett2001-09-272-74/+153
* sync up with 2.2Gerald Carter2001-09-271-0/+0
* minor fixesSimo Sorce2001-09-272-32/+15
* fixed compilation of tdbtortureAndrew Tridgell2001-09-271-0/+5
* OpenSSL merge from 2.2Gerald Carter2001-09-267-911/+966
* From 2.2.Volker Lendecke2001-09-261-0/+6
* merge from 2.2Gerald Carter2001-09-262-3/+3
* Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2001-09-262-169/+61
* Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2001-09-262-10/+40
* Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett2001-09-262-146/+222
* Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett2001-09-261-7/+11
* Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett2001-09-261-6/+1