summaryrefslogtreecommitdiff
path: root/source/samrd/srv_samr_usr_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* set user info 2 - 0x12 sorted out, client and server side. i hope.Luke Leighton2000-03-071-9/+7
* attempting to get samr_set_userinfo2 info level 0x12 working.Luke Leighton2000-03-071-0/+27
* solving issue of cascade joining domain. it's decided that theLuke Leighton2000-03-071-3/+6
* info level 23 password change also has alignment issuesLuke Leighton2000-03-061-1/+8
* set_userinfo at level 23 was wrong.Luke Leighton2000-03-061-12/+57
* oi! who changed set_tdbsam to set_tdbsid without also changing allLuke Leighton2000-03-061-0/+2
* fascinating: may be the answer to some of the login problems: byte orderingLuke Leighton2000-03-061-1/+8
* surs tdb implementation. only used in samtdbd right now.Luke Leighton2000-02-221-6/+84
* surs issues.Luke Leighton2000-02-221-4/+4
* - removed smbpassd "remote" commands relating to trust accounts, addedLuke Leighton2000-02-181-164/+158
* ok. a test previously showed that joining an NT5rtm to a domain withLuke Leighton2000-02-181-69/+66
* added stub _samr_delete_dom_user to server-side samr daemons.Luke Leighton2000-02-161-0/+8
* yess :) fixed the client / server reusage mixup by adding code to msrpc_findLuke Leighton2000-02-101-0/+2
* interesting. this is quite a problem, i don't know the solution, yet.Luke Leighton2000-02-101-0/+1
* disabled samtdb user alias lookup, it's broken.Luke Leighton2000-02-091-1/+2
* creating user alias groups and user domain groups.Luke Leighton2000-02-081-98/+228
* trying to sort out policy handle state info, and making a mess of it.Luke Leighton2000-02-071-1/+1
* adding functions that are common-code between samrtdbd and samrnt5ldapdLuke Leighton2000-02-051-74/+1
* acb_info in usr21, not acct_ctrlLuke Leighton2000-02-041-1/+1
* ohh YESS! this is so COOL!Luke Leighton2000-02-031-0/+4
* creating _samr_set_userinfo info level 0x12.Luke Leighton2000-02-031-2/+23
* attempting to track down a weird sam_set_userinfo bug. maybe this isLuke Leighton2000-02-031-8/+8
* added samr_query_userinfo() info level 0x12. returns LM# + NT# in-the-clear.Luke Leighton2000-02-031-0/+12
* created a sam tdb init function. needed to create sam tdb databasesLuke Leighton2000-02-031-1/+1
* hooray! usrmgr "user" view works with samtdb! at last.Luke Leighton2000-02-031-3/+3
* _finally_. lots of messing about, got samr_query_sec_obj working in samrtdbdLuke Leighton2000-02-031-35/+0
* in an attempt to create samrtdbd, i noticed comments that sam op code 0x3Luke Leighton2000-02-031-3/+27
* trying to get enough info into a SAM_USER_INFO_21 to get usrmgr.exe working.Luke Leighton2000-02-011-5/+47
* debugging broken unicode-string-compareLuke Leighton2000-02-011-2/+2
* jean-f's idea to return an NT_STATUS #define instead of 0x0Luke Leighton2000-02-011-8/+8
* tidyup. created samrtdbd because it's smarter than having --with-samtdb.Luke Leighton2000-02-011-29/+7
* renamed some of the unknown samr functions because, well... we know their names!Luke Leighton2000-02-011-6/+6
* dunno what these are, it's late and i'm tired. i think they're bug-fixes.Luke Leighton2000-02-011-2/+2
* fixing up samtdb _sam_set_userinfo() at info levels 23 and 24, andLuke Leighton2000-02-011-110/+151
* implemented samtdb _samr_query_userinfo() level 21 only.Luke Leighton2000-01-311-97/+21
* improved samtdb create user command to actually check things like:Luke Leighton2000-01-311-10/+58
* added a tdb_create_user and implemented tdb's _samr_create_dom_user().Luke Leighton2000-01-311-52/+68
* sam tdb code-split. implementing each of sam db, dom db, usr db, grp db,Luke Leighton2000-01-311-0/+787