Age | Commit message (Expand) | Author | Files | Lines |
2004-03-04 | There's a specific error message NT_STATUS_ALIAS_EXISTS. | Volker Lendecke | 1 | -1/+1 |
2004-03-03 | more usrmgr fixes: display lockout timers in minutes, not seconds, for samr 2e | Jim McDonough | 1 | -2/+2 |
2004-02-29 | net_rpc.c: Don't complain if [add|del]mem was successful. | Volker Lendecke | 1 | -1/+1 |
2004-02-25 | Do the query part of the previous fix...reset time and duration are set in mi... | Jim McDonough | 1 | -2/+2 |
2004-02-25 | reset time and duration are set in minutes, not seconds. Works from usrmgr. | Jim McDonough | 1 | -2/+2 |
2004-02-17 | Be able to set alias info for builtin as well. | Volker Lendecke | 1 | -1/+2 |
2004-02-17 | In samr_lookup_names Windows does not return WKN_GRP(5) but ALIAS(4) when | Volker Lendecke | 1 | -1/+6 |
2004-02-16 | Cosmetic fix: Use sid_is_in_our_domain instead of doing it per hand. | Volker Lendecke | 1 | -7/+3 |
2004-02-02 | remerge andrew's cracklib patch from HEAD and fix a compile warnings | Gerald Carter | 1 | -3/+14 |
2004-01-26 | This adds client-side support for the unicode/SAMR password change scheme. | Andrew Bartlett | 1 | -2/+2 |
2004-01-15 | Bug 381: check builtin (not local) group SID. Patch from Jianliang Lu <j.lu@... | Gerald Carter | 1 | -1/+1 |
2004-01-14 | revert the cracklib changes until post 3.0.2 | Gerald Carter | 1 | -14/+3 |
2004-01-12 | First stab at cracklib support (password quality checking) in Samba 3.0 | Andrew Bartlett | 1 | -3/+14 |
2004-01-09 | fix some warnings from the Sun compiler | Gerald Carter | 1 | -1/+1 |
2004-01-02 | Match Win2k, and return NT_STATUS_INVALID_PARAMETER | Andrew Bartlett | 1 | -2/+2 |
2004-01-02 | JHT came up with a nasty (broken) torture case in preparing examples for | Andrew Bartlett | 1 | -99/+50 |
2003-12-16 | make sure we delete the group mapping before calling the delete group script;... | Gerald Carter | 1 | -2/+4 |
2003-12-10 | more group lookup access fixes on the neverending bug 281 | Gerald Carter | 1 | -1/+6 |
2003-12-04 | * fix RemoveSidForeignDomain() ; bug 252 | Gerald Carter | 1 | -46/+81 |
2003-12-02 | Match Win2k and return 'invalid parameter' for creating of a new account with | Andrew Bartlett | 1 | -0/+6 |
2003-11-24 | more access fixes for group enumeration in LDAP; bug 281 | Gerald Carter | 1 | -3/+5 |
2003-11-23 | Add server-side support for variable-length session keys (as used by | Andrew Bartlett | 1 | -9/+6 |
2003-11-22 | Changes all over the shop, but all towards: | Andrew Bartlett | 1 | -3/+15 |
2003-11-17 | * make sure we only enumerate group mapping entries | Gerald Carter | 1 | -135/+44 |
2003-11-07 | * only install swat html files once | Gerald Carter | 1 | -3/+17 |
2003-11-07 | Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c... | Jeremy Allison | 1 | -1/+36 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 1 | -14/+9 |
2003-09-19 | Ensure that dup_sec_desc copies the 'type' field correctly. This caused | Jeremy Allison | 1 | -4/+4 |
2003-09-15 | Patch from Gregory Hinton Nietsky <gregory@networksentry.co.za>, | Jeremy Allison | 1 | -1/+1 |
2003-08-27 | renaming some functions for consistency | Gerald Carter | 1 | -7/+7 |
2003-08-20 | Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN | Gerald Carter | 1 | -5/+69 |
2003-08-15 | get rid of some sompiler warnings on IRIX | Herb Lewis | 1 | -3/+2 |
2003-08-13 | fix bug #286. | Gerald Carter | 1 | -2/+17 |
2003-08-01 | Update my copyrights according to my agreement with IBM | Jim McDonough | 1 | -1/+1 |
2003-08-01 | Fix copyright statements for various pieces of Anthony Liguori's work. | Jim McDonough | 1 | -1/+0 |
2003-07-31 | Wrap calls to change_oem_password() in become_root()/unbecome_root() pairs | Jeremy Allison | 1 | -12/+12 |
2003-07-25 | More printf portability fixes. Got caught out by some gcc'isms last | Tim Potter | 1 | -1/+1 |
2003-07-24 | More printf fixes - size_t is long on some architectures. | Tim Potter | 1 | -1/+1 |
2003-07-22 | Another round of uid/gid/pid format string changes I missed the | Tim Potter | 1 | -2/+3 |
2003-07-11 | moving more code around. | Gerald Carter | 1 | -4/+31 |
2003-07-09 | Large set of changes to add UNIX account/group management | Gerald Carter | 1 | -13/+15 |
2003-07-09 | Get rid of DISP_USER_INFO/DISP_GROUP_INFO as they serve no useful | Jeremy Allison | 1 | -20/+17 |
2003-07-08 | Moved SAM_ACCOUNT marshall/unmarshall functions to make them externally | Jeremy Allison | 1 | -3/+3 |
2003-07-03 | Removed strupper/strlower macros that automatically map to strupper_m/strlowe... | Jeremy Allison | 1 | -2/+2 |
2003-06-22 | Found out a good number of NT_STATUS_IS_ERR used the wrong way. | Simo Sorce | 1 | -2/+2 |
2003-06-18 | Ok, this patch removes the privilege stuff we had in, unused, for some time. | Simo Sorce | 1 | -35/+21 |
2003-06-11 | Set the user's primary unix group from usrmgr.exe. | Volker Lendecke | 1 | -0/+41 |
2003-05-16 | Patch from "Esh, Andrew" <Andrew_Esh@adaptec.com> to fix core dump bug | Jeremy Allison | 1 | -1/+14 |
2003-05-12 | Fix obvious compiler warnings. | Jeremy Allison | 1 | -1/+0 |
2003-05-12 | And finally IDMAP in 3_0 | Simo Sorce | 1 | -22/+8 |