Age | Commit message (Expand) | Author | Files | Lines |
2002-01-02 | Actually enforce the passdb API. | Andrew Bartlett | 1 | -25/+21 |
2002-01-02 | Make user enumeration work for w2k and win9x. | Jeremy Allison | 1 | -71/+85 |
2001-12-31 | last_enum not used. | Jeremy Allison | 1 | -4/+0 |
2001-12-31 | Fixed enumeration of a large (<1500) users from a Samba PDC to a W2k | Jeremy Allison | 1 | -6/+0 |
2001-12-21 | Removed unused variables. | Jeremy Allison | 1 | -2/+0 |
2001-12-21 | The jf_get_sampasswd_entries() is not used anymore. | Jeremy Allison | 1 | -335/+0 |
2001-12-21 | added a copyright notice. | Jean-François Micouleau | 1 | -1/+1 |
2001-12-21 | doesn't keep track of the struct's size we enumerate. W2K doesn't | Jean-François Micouleau | 1 | -71/+76 |
2001-12-21 | Fixup some DEBUG statements (0 -> 10). | Jeremy Allison | 1 | -3/+3 |
2001-12-21 | Use pdb_free_sam() to free a SAM_ACCOUNT struct, not safe_free(). There | Jeremy Allison | 1 | -1/+1 |
2001-12-21 | re-done all of samr_query_disp_info() | Jean-François Micouleau | 1 | -86/+310 |
2001-12-19 | added info level 1 to samr_query_alias() | Jean-François Micouleau | 1 | -0/+5 |
2001-12-18 | Fixed bad args to debug statements. | Tim Potter | 1 | -3/+3 |
2001-12-10 | added info level 3 to samrgetgroupinfo. I don't know what the value is. | Jean-François Micouleau | 1 | -12/+164 |
2001-12-08 | small comment I don't want to loose. | Jean-François Micouleau | 1 | -0/+5 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 1 | -2/+5 |
2001-12-05 | added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS, | Jean-François Micouleau | 1 | -16/+48 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 1 | -84/+40 |
2001-12-03 | added a tdb to store the account policy informations. | Jean-François Micouleau | 1 | -87/+168 |
2001-12-02 | added queryuseraliases to rpcclient | Jean-François Micouleau | 1 | -0/+33 |
2001-12-02 | there was a bug in samr_lookup_names (my fault) | Jean-François Micouleau | 1 | -42/+77 |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 1 | -7/+56 |
2001-11-28 | added samr_set_domain_info and samr_unknown_2E. | Jean-François Micouleau | 1 | -0/+98 |
2001-11-24 | Kill off that crazy copy_sam_passwd(). You simply can't do that if the | Andrew Bartlett | 1 | -24/+11 |
2001-11-23 | Changed how the privileges are stored in the group mapping code. It's now | Jean-François Micouleau | 1 | -1/+1 |
2001-11-07 | Initilising these variables before appending the domain groups to them | Andrew Bartlett | 1 | -0/+2 |
2001-10-29 | This commit is number 3 of 4. | Andrew Bartlett | 1 | -2/+2 |
2001-10-29 | This commit is number 1 of 4. | Andrew Bartlett | 1 | -0/+4 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-09-29 | Fix up a number of intertwined issues: | Andrew Bartlett | 1 | -56/+71 |
2001-09-27 | Fix memory leak in get_sampwd_entries(), reindent for clarity. | Andrew Bartlett | 1 | -39/+46 |
2001-09-26 | Make use of the pdb_set_plaintext_passwd() update to vastly simplify | Andrew Bartlett | 1 | -17/+11 |
2001-09-25 | Fixed enumeration of large numbers of groups from a Samba DC. | Jeremy Allison | 1 | -1/+3 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -7/+5 |
2001-09-14 | Finally commit my fix to this little mess... | Andrew Bartlett | 1 | -10/+25 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -126/+128 |
2001-08-27 | As per plug-fest discussions this paramater no longer defaults to the value | Andrew Bartlett | 1 | -4/+0 |
2001-08-24 | get rid of compiler warnings | Herb Lewis | 1 | -3/+3 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -21/+22 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 1 | -30/+30 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -29/+29 |
2001-07-19 | #ifdef'ed out some unused functions. | Tim Potter | 1 | -0/+8 |
2001-07-17 | Fix usermanager for domains - we were returning no memory when we | Jeremy Allison | 1 | -10/+22 |
2001-07-09 | add query user info level 20 (for RAS) | Jean-François Micouleau | 1 | -22/+195 |
2001-07-07 | Add a new paramater: add machine script | Andrew Bartlett | 1 | -3/+11 |
2001-07-05 | Fix for enumerating large numbers of users. | Jeremy Allison | 1 | -33/+48 |
2001-07-04 | strchr and strrchr are macros when compiling with optimisation in gcc, so we ... | Andrew Tridgell | 1 | -5/+5 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -5/+5 |
2001-06-29 | From JF.... | Jeremy Allison | 1 | -19/+25 |
2001-06-20 | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 1 | -7/+33 |