summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
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
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett14-166/+232
2001-09-29return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory.Simo Sorce1-1/+1
2001-09-29Add a few const statements to various odd bits of the tree. (Fixes someAndrew Bartlett3-4/+4
2001-09-29Don't build make_printerdef in HEAD. This tool is not needed exceptGerald Carter1-1/+1
2001-09-28Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison3-10/+10
2001-09-28How the heck I missed this I don't know, but somehow I got a copy-and-pasteAndrew Bartlett1-16/+12
2001-09-27Removed smbpasswd_XX call (how did this get re-added, I removed allJeremy Allison1-1/+1
2001-09-27Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-).Jeremy Allison1-127/+103
2001-09-27Merge HEAD and 2.2 - try frantically to keep in sync.Jeremy Allison1-13/+13
2001-09-27How often did I read the CVS commit messageVolker Lendecke1-1/+1
2001-09-27get out unicode_from_buffer and buffer_from_unicode, unneeded.Simo Sorce1-112/+139
2001-09-27Major update to pdbedit's import and export code, in line with reqests for itAndrew Bartlett1-81/+83
2001-09-27Kill unused variablesAndrew Bartlett1-2/+0
2001-09-27Fix memory leak in get_sampwd_entries(), reindent for clarity.Andrew Bartlett2-74/+153
2001-09-27minor fixesSimo Sorce2-32/+15
2001-09-27fixed compilation of tdbtortureAndrew Tridgell1-0/+5
2001-09-26OpenSSL merge from 2.2Gerald Carter6-863/+902
2001-09-26From 2.2.Volker Lendecke1-0/+6
2001-09-26merge from 2.2Gerald Carter2-3/+3
2001-09-26Kill of the reply.c end of the workstaion trust account mess.Andrew Bartlett2-169/+61
2001-09-26Process the workstation trust account code INSIDE the authenticaion subsystem,Andrew Bartlett2-10/+40
2001-09-26Rearrange the order of the checks in auth_smbpasswd.c, always check passwordsAndrew Bartlett2-146/+222
2001-09-26Fix this to use the plaintext password code directly, like SWAT does.Andrew Bartlett1-7/+11
2001-09-26Update for new pdb_set_plaintext_passwd() interface.Andrew Bartlett1-6/+1
2001-09-26Make use of the pdb_set_plaintext_passwd() update to vastly simplifyAndrew Bartlett2-66/+21
2001-09-26Fix the uninitialised variable, but more importantly fix the SEGFAULT.Andrew Bartlett1-2/+4
2001-09-26Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower)Andrew Bartlett1-7/+9
2001-09-26Fix up pdbedit to initialise its structures with the standard functions,Andrew Bartlett1-40/+52
2001-09-26Add a new interface pdb_set_plaintext_passwd() to the passdb. This simplyAndrew Bartlett1-11/+26
2001-09-26More updates to prevent account-guessing.Andrew Bartlett1-12/+10
2001-09-26We don't use a modified 'user' in any case, so don't modifiy it.Andrew Bartlett1-1/+1
2001-09-26Update build_options.c in line with new configure options.Andrew Bartlett1-6/+10
2001-09-26Finish Jeremy's passdb merge :-).Andrew Bartlett2-134/+200