Age | Commit message (Expand) | Author | Files | Lines |
2001-10-02 | the CASETABLE torture target now generates the complete unicode | Andrew Tridgell | 2 | -0/+75 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 222 | -506/+3 |
2001-10-02 | Added copyright (not sure who owns it though) and #include guards. | Tim Potter | 1 | -0/+25 |
2001-10-02 | Added copyright and include guards. | Tim Potter | 1 | -1/+23 |
2001-10-01 | honor the ACB_PWNOEXP flag in smbpasswd | Andrew Tridgell | 2 | -4/+2 |
2001-10-01 | - fix handling of 0 last_change_time and must_change_time | Andrew Tridgell | 6 | -74/+77 |
2001-09-30 | Don't try to write the LM password in the NT password feild. | Andrew Bartlett | 1 | -1/+0 |
2001-09-30 | make strupper() and strlower() not modify the string if it doesn't | Andrew Tridgell | 2 | -6/+16 |
2001-09-30 | I told Jeremy at the CIFS conference that I would sort the command list | Christopher R. Hertel | 1 | -30/+33 |
2001-09-30 | Small changes to register_vuid ahead of a larger restructure. | Andrew Bartlett | 1 | -3/+3 |
2001-09-30 | Make header comment clearer, these are RIDs, not UIDs. | Andrew Bartlett | 1 | -2/+3 |
2001-09-30 | Finally kill off the SMBENCRYPT() macro. | Andrew Bartlett | 1 | -2/+0 |
2001-09-30 | merge from 2.2 | Gerald Carter | 1 | -17/+0 |
2001-09-29 | fixed in *BSD | Motonobu Takahashi | 1 | -2/+2 |
2001-09-29 | fixed not to install in *BSD, but perhaps on Solaris, cannot install | Motonobu Takahashi | 1 | -2/+2 |
2001-09-29 | undef the code for now | Simo Sorce | 1 | -2/+2 |
2001-09-29 | further devel and test kit. | Simo Sorce | 1 | -67/+264 |
2001-09-29 | not to creat gmo files from po files during making | Motonobu Takahashi | 1 | -1/+3 |
2001-09-29 | This is the passdb section of the previously mentioned commit. | Andrew Bartlett | 2 | -65/+111 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 14 | -166/+232 |
2001-09-29 | return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory. | Simo Sorce | 1 | -1/+1 |
2001-09-29 | Add a few const statements to various odd bits of the tree. (Fixes some | Andrew Bartlett | 3 | -4/+4 |
2001-09-29 | Don't build make_printerdef in HEAD. This tool is not needed except | Gerald Carter | 1 | -1/+1 |
2001-09-28 | Fixed CUPS detection - patch from Michael Sweet. | Jeremy Allison | 3 | -10/+10 |
2001-09-28 | How the heck I missed this I don't know, but somehow I got a copy-and-paste | Andrew Bartlett | 1 | -16/+12 |
2001-09-27 | Removed smbpasswd_XX call (how did this get re-added, I removed all | Jeremy Allison | 1 | -1/+1 |
2001-09-27 | Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-). | Jeremy Allison | 1 | -127/+103 |
2001-09-27 | Merge HEAD and 2.2 - try frantically to keep in sync. | Jeremy Allison | 1 | -13/+13 |
2001-09-27 | How often did I read the CVS commit message | Volker Lendecke | 1 | -1/+1 |
2001-09-27 | get out unicode_from_buffer and buffer_from_unicode, unneeded. | Simo Sorce | 1 | -112/+139 |
2001-09-27 | Major update to pdbedit's import and export code, in line with reqests for it | Andrew Bartlett | 1 | -81/+83 |
2001-09-27 | Kill unused variables | Andrew Bartlett | 1 | -2/+0 |
2001-09-27 | Fix memory leak in get_sampwd_entries(), reindent for clarity. | Andrew Bartlett | 2 | -74/+153 |
2001-09-27 | minor fixes | Simo Sorce | 2 | -32/+15 |
2001-09-27 | fixed compilation of tdbtorture | Andrew Tridgell | 1 | -0/+5 |
2001-09-26 | OpenSSL merge from 2.2 | Gerald Carter | 6 | -863/+902 |
2001-09-26 | From 2.2. | Volker Lendecke | 1 | -0/+6 |
2001-09-26 | merge from 2.2 | Gerald Carter | 2 | -3/+3 |
2001-09-26 | Kill of the reply.c end of the workstaion trust account mess. | Andrew Bartlett | 2 | -169/+61 |
2001-09-26 | Process the workstation trust account code INSIDE the authenticaion subsystem, | Andrew Bartlett | 2 | -10/+40 |
2001-09-26 | Rearrange the order of the checks in auth_smbpasswd.c, always check passwords | Andrew Bartlett | 2 | -146/+222 |
2001-09-26 | Fix this to use the plaintext password code directly, like SWAT does. | Andrew Bartlett | 1 | -7/+11 |
2001-09-26 | Update for new pdb_set_plaintext_passwd() interface. | Andrew Bartlett | 1 | -6/+1 |
2001-09-26 | Make use of the pdb_set_plaintext_passwd() update to vastly simplify | Andrew Bartlett | 2 | -66/+21 |
2001-09-26 | Fix the uninitialised variable, but more importantly fix the SEGFAULT. | Andrew Bartlett | 1 | -2/+4 |
2001-09-26 | Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower) | Andrew Bartlett | 1 | -7/+9 |
2001-09-26 | Fix up pdbedit to initialise its structures with the standard functions, | Andrew Bartlett | 1 | -40/+52 |
2001-09-26 | Add a new interface pdb_set_plaintext_passwd() to the passdb. This simply | Andrew Bartlett | 1 | -11/+26 |
2001-09-26 | More updates to prevent account-guessing. | Andrew Bartlett | 1 | -12/+10 |
2001-09-26 | We don't use a modified 'user' in any case, so don't modifiy it. | Andrew Bartlett | 1 | -1/+1 |