Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r18621: Fix samr server build. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r15452: Again purely cosmetic reformat of the samr query domain info calls. | Günther Deschner | 1 | -10/+9 |
2007-10-10 | r14597: Merge DCERPC_FAULT constants from Samba 4. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r13442: Implement samr_chgpasswd_user3 server-side. | Günther Deschner | 1 | -0/+32 |
2007-10-10 | r11793: Fix the SAMR cache so it works across completely insane | Jeremy Allison | 1 | -10/+10 |
2007-10-10 | r11769: Looking at a performance problem enumerating accounts, wondered | Jeremy Allison | 1 | -1/+33 |
2007-10-10 | r5349: After talking with Jerry, reverted the addition of account policies to | Günther Deschner | 1 | -0/+1 |
2003-12-04 | * fix RemoveSidForeignDomain() ; bug 252 | Gerald Carter | 1 | -10/+10 |
2003-08-27 | renaming some functions for consistency | Gerald Carter | 1 | -3/+3 |
2003-08-20 | Fix bug #252. Implement missing SAMR_REMOVE_USER_FOREIGN_DOMAIN | Gerald Carter | 1 | -16/+11 |
2003-08-14 | Attempt at fixing bug #283. There however is no solution. | Gerald Carter | 1 | -4/+12 |
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 | -2/+1 |
2003-04-28 | Use NTSTATUS as return value for smb_register_*() functions and init_module() | Jelmer Vernooij | 1 | -2/+2 |
2003-04-15 | use the new modules system for the rpc modules (backport from HEAD) | Jelmer Vernooij | 1 | -4/+0 |
2003-02-14 | merge from HEAD - enable dynamic RPC modules | Jim McDonough | 1 | -64/+64 |
2002-11-29 | Merge a bunch of trivial changes from HEAD. The difference remaining | Tim Potter | 1 | -1/+0 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -3/+37 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+35 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-12-21 | added a copyright notice. | Jean-François Micouleau | 1 | -0/+1 |
2001-11-28 | added samr_set_domain_info and samr_unknown_2E. | Jean-François Micouleau | 1 | -0/+64 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -2/+0 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 |
2001-05-18 | Fix the W2KSP2 joining a Samba domain problem. | Jeremy Allison | 1 | -0/+5 |
2001-05-08 | fixes to the group mapping code. | Jean-François Micouleau | 1 | -0/+31 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 1 | -80/+49 |
2001-03-23 | first pass of the new group mapping code | Jean-François Micouleau | 1 | -34/+121 |
2001-03-16 | Added Michael Sweet's CUPS patch to call directly into the CUPS backend. | Jeremy Allison | 1 | -1/+1 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 1 | -1910/+592 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 1 | -1/+1 |
2001-02-16 | Excise snprintf -> slprintf. | Jeremy Allison | 1 | -1/+9 |
2001-01-31 | Missing sys_endpwent() call in get_passwd_entries() | Tim Potter | 1 | -1/+1 |
2001-01-31 | lib/system.c: Fix for pw caching. | Jeremy Allison | 1 | -6/+6 |
2001-01-11 | RPC server fixes for RPC client changes merged from TNG. | Tim Potter | 1 | -2/+4 |
2001-01-11 | rpc_server/srv_samr.c: | Jeremy Allison | 1 | -1/+1 |
2001-01-10 | Changes from APPLIANCE_HEAD: | David O'Neill | 1 | -2/+9 |
2000-12-07 | file_lines_load/file_lines_pload can now optionally convert unix_to_dos() | Jeremy Allison | 1 | -1/+1 |
2000-11-21 | Another large patch for the passdb rewrite. | Gerald Carter | 1 | -31/+10 |
2000-11-13 | Large commit which restructures the local password storage API. | Gerald Carter | 1 | -156/+123 |
2000-10-13 | last part of W2K support. | Jean-François Micouleau | 1 | -5/+9 |
2000-10-11 | changes to sync with 2.2. tree | Herb Lewis | 1 | -2/+2 |
2000-10-10 | a netlogon enum trust query doesn't have a function_code at end. | Jean-François Micouleau | 1 | -12/+55 |
2000-10-09 | I introduced a bug in my last commits. Hopefully nobody noticed :-) | Jean-François Micouleau | 1 | -2/+2 |
2000-10-07 | more cleanup of samr | Jean-François Micouleau | 1 | -62/+65 |
2000-10-07 | added samr_set_user_info and info_2. | Jean-François Micouleau | 1 | -171/+516 |
2000-10-04 | Adding Herb's compile warning fixes to HEAD. | Jeremy Allison | 1 | -2/+2 |
2000-09-28 | Added comment on JF's new code. Removed ifdef in passdb/smbpass.c as this | Jeremy Allison | 1 | -1/+11 |
2000-09-28 | fixed samr_create_user(). we now correctly parse the query and the reply. | Jean-François Micouleau | 1 | -16/+55 |
2000-09-27 | samr unknown 0x32 is in fact samr create user. | Jean-François Micouleau | 1 | -49/+28 |