Age | Commit message (Expand) | Author | Files | Lines |
2002-01-02 | Make user enumeration work for w2k and win9x. | Jeremy Allison | 1 | -71/+85 |
2002-01-01 | Named constants are always much better than magic numbers... | Andrew Bartlett | 1 | -2/+2 |
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-31 | - portablitity fixes for cc -64 on irix | Andrew Tridgell | 3 | -5/+4 |
2001-12-27 | moving SAM_ACCOUNT to include a bit field for initialized | Gerald Carter | 1 | -8/+8 |
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 | 2 | -1/+2 |
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-21 | Add an output parameter to message_send_all that says how many | Martin Pool | 3 | -5/+8 |
2001-12-19 | added info level 1 to samr_query_alias() | Jean-François Micouleau | 1 | -0/+5 |
2001-12-18 | Fixup JF's weird SID return :-). | Jeremy Allison | 1 | -1/+2 |
2001-12-18 | Fixed bad args to debug statements. | Tim Potter | 1 | -3/+3 |
2001-12-18 | I'm pretty sure we need to return our netbios name for LSA_QUERY_INFO | Jeremy Allison | 1 | -1/+1 |
2001-12-18 | in lsa_query_info at level 5 in member mode, we must reply our machine | Jean-François Micouleau | 1 | -1/+1 |
2001-12-17 | there is no unknown field in LSA_SEC_QOS | Jean-François Micouleau | 1 | -67/+208 |
2001-12-14 | ChangeID fixe from APPLIANCE_HEAD | Gerald Carter | 1 | -0/+5 |
2001-12-14 | add lsa_query_secobj server code. level 4 is the ACL, level 1 is the | Jean-François Micouleau | 2 | -0/+101 |
2001-12-14 | FALSE -> False | Tim Potter | 1 | -1/+1 |
2001-12-13 | merge from appliance_head | Gerald Carter | 1 | -0/+4 |
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-10 | Added client and server code for the GetPrintProcessorDirectory SPOOLSS | Tim Potter | 2 | -1/+125 |
2001-12-08 | small comment I don't want to loose. | Jean-François Micouleau | 1 | -0/+5 |
2001-12-08 | Fix domain logon that I broke 3 days ago. | Jean-François Micouleau | 1 | -1/+4 |
2001-12-06 | again an intrusive patch: | Jean-François Micouleau | 3 | -170/+67 |
2001-12-05 | added samr_queryuseralias(). instead of returning BUILTIN_ALIAS_RID_USERS, | Jean-François Micouleau | 2 | -16/+228 |
2001-12-05 | fixed a return value | Andrew Tridgell | 1 | -0/+1 |
2001-12-05 | Use print_queue_length() by preference if we don't need a queue | Jeremy Allison | 1 | -21/+3 |
2001-12-05 | Improved efficiency of enumerating print queue's under a particular | Jeremy Allison | 1 | -9/+2 |
2001-12-04 | added a boolean to the group mapping functions to specify if we need or | Jean-François Micouleau | 3 | -90/+125 |
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-30 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -16/+20 |
2001-11-30 | Check error returns. | Jeremy Allison | 1 | -4/+12 |
2001-11-30 | Gerald's fix. | Jeremy Allison | 1 | -6/+2 |
2001-11-30 | Renamed sid field in SEC_ACE to trustee to be more in line with MS's | Tim Potter | 1 | -2/+2 |
2001-11-29 | Changed again how the privilege list is handled in the group mapping code. | Jean-François Micouleau | 3 | -38/+329 |
2001-11-28 | merge from APPLIANCE_HEAD | Gerald Carter | 1 | -12/+9 |
2001-11-28 | added samr_set_domain_info and samr_unknown_2E. | Jean-François Micouleau | 2 | -0/+162 |
2001-11-27 | Added PRINTER_ALREADY_EXISTS error check from Gerry. | Jeremy Allison | 1 | -3/+16 |
2001-11-26 | challange -> challenge | Tim Potter | 1 | -5/+6 |
2001-11-25 | Unless the error is exactly NT_STATUS_OK, we might not have a server info, so | Andrew Bartlett | 1 | -1/+1 |
2001-11-24 | This is another rather major change to the samba authenticaion | Andrew Bartlett | 2 | -6/+28 |
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 | Sorry. I broke the build, missed on open_directory call. | Jeremy Allison | 1 | -2/+2 |