summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_samr_nt.c
Commit message (Expand)AuthorAgeFilesLines
* As per plug-fest discussions this paramater no longer defaults to the valueAndrew Bartlett2001-08-271-4/+0
* get rid of compiler warningsHerb Lewis2001-08-241-3/+3
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-21/+22
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-30/+30
* Fix case insensitive password change code.Jeremy Allison2001-07-231-29/+29
* #ifdef'ed out some unused functions.Tim Potter2001-07-191-0/+8
* Fix usermanager for domains - we were returning no memory when weJeremy Allison2001-07-171-10/+22
* add query user info level 20 (for RAS)Jean-François Micouleau2001-07-091-22/+195
* Add a new paramater: add machine scriptAndrew Bartlett2001-07-071-3/+11
* Fix for enumerating large numbers of users.Jeremy Allison2001-07-051-33/+48
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-5/+5
* The big character set handling changeover!Andrew Tridgell2001-07-041-5/+5
* From JF....Jeremy Allison2001-06-291-19/+25
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-7/+33
* Fix for assert fail - left over when moved to dynamic allocation.Jeremy Allison2001-06-181-3/+1
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-4/+0
* Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison2001-06-061-11/+4
* 4 new functions to retrieve single linked list of group and passwd entriesSimo Sorce2001-05-291-8/+27
* Should be faliing on False and not True. Bad check on return valueGerald Carter2001-05-101-1/+1
* check for valid pointer before calling memset() in samr_clear_sam_passwdGerald Carter2001-05-091-2/+2
* fixes to the group mapping code.Jean-François Micouleau2001-05-081-8/+48
* Fixed compiler warning.Tim Potter2001-05-081-1/+0
* removed unused variablesGerald Carter2001-05-071-2/+0
* Patch from Simo:Gerald Carter2001-05-071-48/+48
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-041-324/+458
* converted the passdb smbpasswd implementation to using tallocGerald Carter2001-04-251-1/+3
* merging from 2.2 to headAndrew Tridgell2001-04-221-9/+3
* Patch from "Christoph Zwerschke" <zwerschke@zuv.uni-heidelberg.de> toJeremy Allison2001-04-151-0/+12
* groupdb/mapping.c:Jeremy Allison2001-03-231-1/+11
* first pass of the new group mapping codeJean-François Micouleau2001-03-231-24/+427
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-1/+1
* AS/U on a sparc now joins and authenticates against a Samba PDC !Jeremy Allison2001-03-151-4/+4
* AS/U does setuserinfo2, level 0x12 when joining a domain - identical to setus...Jeremy Allison2001-03-131-0/+5
* Fixed reading of strings from big-endian RPC clients.Jeremy Allison2001-03-131-4/+4
* Ensure we never return passwords from a user query.Jeremy Allison2001-03-131-13/+62
* Remove "BYTE" - we already have uint8 - don't need more conflicts withJeremy Allison2001-03-111-2/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-356/+316
* Hmmm. I thought I'd added these files to CVS head.....Jeremy Allison2001-02-271-0/+2457