Age | Commit message (Expand) | Author | Files | Lines |
2001-11-25 | Fix ./configure --enable-developer warnings (shadow of global) | Andrew Bartlett | 1 | -2/+2 |
2001-11-24 | added lsaenumprivsaccount and lsalookupprivvalue to rpcclient | Jean-François Micouleau | 1 | -1/+76 |
2001-11-23 | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 1 | -0/+9 |
2001-11-22 | added lsa_enum_sids to rpcclient | Jean-François Micouleau | 1 | -0/+8 |
2001-11-22 | add another command to rpcclient: getdispname. Show the full description | Jean-François Micouleau | 1 | -0/+15 |
2001-11-22 | add a command to rpcclient: enumprivs | Jean-François Micouleau | 1 | -0/+21 |
2001-11-22 | remove unused variables | Gerald Carter | 1 | -1/+0 |
2001-11-22 | merge from 2.2 | Gerald Carter | 1 | -11/+208 |
2001-11-21 | samr_querydom_info level 1: found the meaning of the unknow fields. And | Jean-François Micouleau | 4 | -24/+37 |
2001-11-17 | Tidyups when I was doing the big merge... | Jeremy Allison | 1 | -3/+6 |
2001-11-15 | Tidyups and things I discovered during the merge... | Jeremy Allison | 1 | -4/+4 |
2001-11-15 | No longer used. | Jeremy Allison | 1 | -622/+0 |
2001-11-15 | Doxygen demo for Tim. | Martin Pool | 1 | -3/+8 |
2001-11-08 | spoolss_io_devmode private data is binary and should be shown in hex, | Martin Pool | 1 | -1/+2 |
2001-11-05 | Wrote some stubs for new win2k only spoolss rpc commands: | Tim Potter | 1 | -0/+142 |
2001-11-04 | get the string lengths right in domain logons | Andrew Tridgell | 1 | -2/+2 |
2001-11-01 | Various post AuthRewrite cleanups, fixups and tidyups. | Andrew Bartlett | 1 | -3/+3 |
2001-10-31 | This is a farily large patch (3300 lines) and reworks most of the AuthRewrite | Andrew Bartlett | 1 | -1/+1 |
2001-10-31 | This one's a doozy. A cut&paste bug incorrectly sets the max string length | Tim Potter | 1 | -1/+1 |
2001-10-30 | Removed confusing comment. | Tim Potter | 1 | -1/+1 |
2001-10-29 | This commit is number 4 of 4. | Andrew Bartlett | 2 | -17/+17 |
2001-10-02 | Fixed the bug with member servers in a Samba PDC hosted domain not allowing | Jeremy Allison | 2 | -6/+8 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 13 | -44/+0 |
2001-09-22 | These are RIDs not Unix UIDs so make this clear in the feild names. | Andrew Bartlett | 1 | -5/+5 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 3 | -28/+17 |
2001-09-14 | Merge prs_hash1() function from tng. | Tim Potter | 1 | -0/+24 |
2001-09-14 | Decode 68-byte password blocks using sam replication password key (which | Tim Potter | 1 | -2/+4 |
2001-09-12 | - enable MSDFS by default, there seems no reason not to have it enabled | Andrew Tridgell | 1 | -4/+4 |
2001-09-04 | it now all compiles - so try enabling it by default and see what explodes on ... | Andrew Tridgell | 2 | -4/+4 |
2001-09-04 | Welcome to tpot's exploit world! | Tim Potter | 1 | -253/+413 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 10 | -171/+232 |
2001-08-31 | Fix up some compile issues. We can't have C99 comments and add a smattering | Andrew Bartlett | 2 | -3/+3 |
2001-08-28 | Merge of sam sync code from TNG. | Tim Potter | 2 | -0/+898 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 5 | -48/+48 |
2001-08-24 | Fixed malloc -> talloc problems pointed out by Simo. | Jeremy Allison | 1 | -7/+7 |
2001-08-22 | merge from 2.2 | Gerald Carter | 1 | -9/+14 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 2 | -17/+36 |
2001-08-10 | Merge in the NT drivers changes from 2.2. | Jeremy Allison | 1 | -1/+1 |
2001-08-10 | - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed) | Simo Sorce | 1 | -6/+211 |
2001-08-07 | A collection of fixes/cleanups to the security descriptor code by | Tim Potter | 1 | -9/+10 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 2 | -14/+14 |
2001-08-03 | Fix for smbpasswd set_userinfo24 was in the wrong place! | Tim Potter | 1 | -4/+4 |
2001-08-02 | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 1 | -1/+6 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -12/+12 |
2001-07-11 | This backs out my last change, which broke some of the finer points of RPC | Andrew Bartlett | 2 | -58/+11 |
2001-07-10 | This fixes security=domain, which has been broke since the big charset | Andrew Bartlett | 2 | -11/+58 |
2001-07-09 | implement: | Jean-François Micouleau | 1 | -0/+476 |
2001-07-09 | add query user info level 20 (for RAS) | Jean-François Micouleau | 1 | -0/+84 |
2001-07-09 | when converting ascii to unicode, if the ascii string is NULL, don't | Jean-François Micouleau | 1 | -0/+7 |
2001-07-06 | Added JF's fix for max_entries being 0. | Jeremy Allison | 1 | -0/+15 |