| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | return NT_STATUS_NO_MEMORY istead of NT_STATUS_OK if we are out of memory. | Simo Sorce | 2001-09-29 | 1 | -1/+1 |
* | Add a few const statements to various odd bits of the tree. (Fixes some | Andrew Bartlett | 2001-09-29 | 3 | -4/+4 |
* | Don't build make_printerdef in HEAD. This tool is not needed except | Gerald Carter | 2001-09-29 | 1 | -1/+1 |
* | Fixed CUPS detection - patch from Michael Sweet. | Jeremy Allison | 2001-09-28 | 3 | -10/+10 |
* | How the heck I missed this I don't know, but somehow I got a copy-and-paste | Andrew Bartlett | 2001-09-28 | 1 | -16/+12 |
* | Removed smbpasswd_XX call (how did this get re-added, I removed all | Jeremy Allison | 2001-09-27 | 1 | -1/+1 |
* | Sync 2.2.2 and HEAD (I will keep these the same if it kills me :-). | Jeremy Allison | 2001-09-27 | 1 | -127/+103 |
* | Merge HEAD and 2.2 - try frantically to keep in sync. | Jeremy Allison | 2001-09-27 | 1 | -13/+13 |
* | How often did I read the CVS commit message | Volker Lendecke | 2001-09-27 | 1 | -1/+1 |
* | get out unicode_from_buffer and buffer_from_unicode, unneeded. | Simo Sorce | 2001-09-27 | 1 | -112/+139 |
* | Major update to pdbedit's import and export code, in line with reqests for it | Andrew Bartlett | 2001-09-27 | 1 | -81/+83 |
* | Kill unused variables | Andrew Bartlett | 2001-09-27 | 1 | -2/+0 |
* | Fix memory leak in get_sampwd_entries(), reindent for clarity. | Andrew Bartlett | 2001-09-27 | 2 | -74/+153 |
* | minor fixes | Simo Sorce | 2001-09-27 | 2 | -32/+15 |
* | fixed compilation of tdbtorture | Andrew Tridgell | 2001-09-27 | 1 | -0/+5 |
* | OpenSSL merge from 2.2 | Gerald Carter | 2001-09-26 | 6 | -863/+902 |
* | From 2.2. | Volker Lendecke | 2001-09-26 | 1 | -0/+6 |
* | merge from 2.2 | Gerald Carter | 2001-09-26 | 2 | -3/+3 |
* | Kill of the reply.c end of the workstaion trust account mess. | Andrew Bartlett | 2001-09-26 | 2 | -169/+61 |
* | Process the workstation trust account code INSIDE the authenticaion subsystem, | Andrew Bartlett | 2001-09-26 | 2 | -10/+40 |
* | Rearrange the order of the checks in auth_smbpasswd.c, always check passwords | Andrew Bartlett | 2001-09-26 | 2 | -146/+222 |
* | Fix this to use the plaintext password code directly, like SWAT does. | Andrew Bartlett | 2001-09-26 | 1 | -7/+11 |
* | Update for new pdb_set_plaintext_passwd() interface. | Andrew Bartlett | 2001-09-26 | 1 | -6/+1 |
* | Make use of the pdb_set_plaintext_passwd() update to vastly simplify | Andrew Bartlett | 2001-09-26 | 2 | -66/+21 |
* | Fix the uninitialised variable, but more importantly fix the SEGFAULT. | Andrew Bartlett | 2001-09-26 | 1 | -2/+4 |
* | Fix up TDB_SAM with repect to case sensitvity. (need to use unix_strlower) | Andrew Bartlett | 2001-09-26 | 1 | -7/+9 |
* | Fix up pdbedit to initialise its structures with the standard functions, | Andrew Bartlett | 2001-09-26 | 1 | -40/+52 |
* | Add a new interface pdb_set_plaintext_passwd() to the passdb. This simply | Andrew Bartlett | 2001-09-26 | 1 | -11/+26 |
* | More updates to prevent account-guessing. | Andrew Bartlett | 2001-09-26 | 1 | -12/+10 |
* | We don't use a modified 'user' in any case, so don't modifiy it. | Andrew Bartlett | 2001-09-26 | 1 | -1/+1 |
* | Update build_options.c in line with new configure options. | Andrew Bartlett | 2001-09-26 | 1 | -6/+10 |
* | Finish Jeremy's passdb merge :-). | Andrew Bartlett | 2001-09-26 | 2 | -134/+200 |
* | Added Elrond patch to make se_access_check use NT datastructures, not Samba. | Jeremy Allison | 2001-09-26 | 3 | -28/+17 |
* | Fixup passdb stuff to add new nisplus and ldap backends. | Jeremy Allison | 2001-09-25 | 17 | -1876/+4624 |
* | sorry to forget re-run autoconf again... | Motonobu Takahashi | 2001-09-25 | 1 | -118/+124 |
* | now --with-i18n-swat works to install some international files | Motonobu Takahashi | 2001-09-25 | 3 | -11/+35 |
* | Don't segfault when deleting accounts not in /etc/passwd. The RID we want is | Andrew Bartlett | 2001-09-25 | 1 | -5/+2 |
* | Fix up the ./configure for the BSDs: | Andrew Bartlett | 2001-09-25 | 2 | -2/+2 |
* | memory leak fixes .. | Simo Sorce | 2001-09-25 | 1 | -7/+21 |
* | - the inactive core of the new mangling code that use tdb | Simo Sorce | 2001-09-25 | 2 | -0/+464 |
* | fixed the really awful performance problem with the stat cache when it | Andrew Tridgell | 2001-09-25 | 2 | -9/+11 |
* | fixed a typo | Andrew Tridgell | 2001-09-25 | 1 | -1/+1 |
* | added a little smbtorture test for dumping the unicode table of a | Andrew Tridgell | 2001-09-25 | 5 | -4/+86 |
* | Change ./configure.developer to stay in effect across a | Andrew Bartlett | 2001-09-25 | 3 | -817/+829 |
* | allow all ucs2 chars in utf8, rather than mapping some to a single | Andrew Tridgell | 2001-09-25 | 1 | -10/+1 |
* | added cli_qpathinfo_alt_name() for fetching the 8.3 name of a file | Andrew Tridgell | 2001-09-25 | 1 | -0/+65 |
* | Try to fix up manpage installation | Andrew Bartlett | 2001-09-25 | 1 | -1/+1 |
* | Fixed enumeration of large numbers of groups from a Samba DC. | Jeremy Allison | 2001-09-25 | 2 | -2/+8 |
* | Log sys_acl_set_XX at level 2 not zero. | Jeremy Allison | 2001-09-25 | 1 | -2/+2 |
* | Change log message to 2 from zero when failing to create directory. | Jeremy Allison | 2001-09-24 | 1 | -1/+1 |