summaryrefslogtreecommitdiffstats
path: root/source/rpc_server/srv_samr.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-3/+1
* Syncup getting ready for release.Jeremy Allison2001-07-061-0/+5
* Fixed problems caused by --with-fhs patch that stopped some of the --bindirJeremy Allison2001-03-151-1/+1
* Fixed up the join W2K client to a domain code. We're back with the functionalityJeremy Allison2001-02-241-0/+6
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-2001/+585
* Allow names to be looked up in the domain when acting as a PDC for W2K clients.Jeremy Allison2001-02-161-2/+2
* lib/charcnv.c: Fixes from Toomas Soome <tsoome@ut.ee> for Eastern European la...Jeremy Allison2001-02-141-1/+9
* skip the trust accounts while enumerating in samr_querydispinfo().Jean-François Micouleau2001-02-031-0/+5
* smbencrypt.c: rewrote decode_pw_buffer() to generate the NT and LM hashes.Jean-François Micouleau2001-02-031-16/+18
* correct checking of the adduser_script being empty or not.Jean-François Micouleau2001-02-011-6/+9
* get_md4pw was called with 2 params, one never used. mach_name andJean-François Micouleau2001-01-311-15/+34
* Missing sys_endpwent() from HEAD.Tim Potter2001-01-311-1/+1
* lib/system.c: Fix for pw caching.Jeremy Allison2001-01-311-6/+6
* Sync up with appliance-head.Jeremy Allison2001-01-151-44/+54
* Added fix needed for appliances. When using winbindd - a new user mayJeremy Allison2001-01-111-1/+1
* file_lines_load/file_lines_pload can now optionally do a unix_to_dos() on read.Jeremy Allison2000-12-071-1/+1
* Remove the need for 'done:' vs. 'done: ;', as it appears both of these makeDavid O'Neill2000-12-061-24/+21
* Fix for Tru64 Unix from Thomas Fichte <fichte@lsl.ifw-dresden.de>Tim Potter2000-12-061-1/+1
* fix compiler complaints about label on null lineHerb Lewis2000-11-241-1/+1
* Raft of changes to sync up with most things in appliance head.Jeremy Allison2000-11-171-2/+13
* get rid of compiler warningsHerb Lewis2000-11-171-2/+2
* JF's fix'es for W2K domain support ! Hurrah !Jeremy Allison2000-10-131-5/+9
* get rid of compiler warningsHerb Lewis2000-10-111-2/+2
* Syncup with HEAD.Jeremy Allison2000-10-101-222/+613
* various casts and remove break after return to get rid of compiler warningsHerb Lewis2000-10-041-2/+2
* Added JF's samr adduser changes.Jeremy Allison2000-09-281-53/+81
* fixed initialization errors (again!) I must have forgot toGerald Carter2000-08-181-0/+6
* fixed unitialized struct bug in enum_users (whatever it is called)Gerald Carter2000-08-161-1/+5
* Merge of uninitialised variable fix from APPLIANCE_HEAD.Tim Potter2000-08-151-4/+1
* Started to canonicalize our handling of uid -> sid code in order toJeremy Allison2000-08-021-2/+2
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-1/+1
* Don't return winbind groups or users when responding to samr_enum_dom_usersTim Potter2000-07-131-0/+21
* Removed save directory argument to become_root() calls. Probably most ofTim Potter2000-06-231-16/+16
* Forgot pipes_struct conversion for api_samr_enum_dom_aliases()Tim Potter2000-06-161-1/+3
* Simplified server pipe implementation by changing arguments passed downTim Potter2000-06-161-38/+84
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-2/+4
* Synced up srv_samr with HP changes. Added error checking to original codeJeremy Allison2000-05-161-173/+361
* fixed two uninitialised variablesAndrew Tridgell2000-05-121-2/+1
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-0/+5
* got rid of FILE* in the unix name mapping codeAndrew Tridgell2000-04-161-8/+8
* Removed unused parameter vuid from rpc_server api_* calls. For the very fewTim Potter2000-04-041-25/+22
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-67/+1
* disabled the getgrent() code recently added that returns all unix groupsLuke Leighton2000-03-221-0/+17
* disabled code from HP that replaced get_sampwd_entries() withLuke Leighton2000-03-221-1/+26
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+24
* Added preliminary user list code from HP. Needs to be made dynamicJeremy Allison2000-03-211-20/+252
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1946/+490
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-44/+42
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-70/+70
* dynamic memory allocation i added a month ago: forgot to ZERO_STRUCT()Luke Leighton1999-11-201-0/+2