Age | Commit message (Expand) | Author | Files | Lines |
2001-10-03 | fixed basic ucs2 operation on big endian boxes. Still a bit more to | Andrew Tridgell | 1 | -5/+5 |
2001-10-03 | set ACB_PWNOEXP by default on new accounts. | Andrew Tridgell | 1 | -2/+2 |
2001-10-03 | removed old unused files | Andrew Tridgell | 3 | -21347/+0 |
2001-10-03 | switched over to a new method of handling uppercase/lowercase mappings | Andrew Tridgell | 12 | -79/+326 |
2001-10-03 | Fixup insure changes for rpcclient. | Jeremy Allison | 1 | -4/+3 |
2001-10-03 | Incorrect definition of debugf. | Jeremy Allison | 1 | -1/+1 |
2001-10-02 | Fixed up the change password bug when not using PAM. | Jeremy Allison | 4 | -24/+152 |
2001-10-02 | better method of generating the case equivalence table | Andrew Tridgell | 1 | -22/+37 |
2001-10-02 | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 10 | -593/+629 |
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 | sync up with 2.2 | Gerald Carter | 1 | -0/+0 |
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 | 7 | -911/+966 |
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 |