More use of intermediate variables to avoid issues with pointer size and casts.
[kai/samba.git] / source3 / rpc_server / srv_samr_nt.c
2002-07-21 Andrew BartlettMore use of intermediate variables to avoid issues...
2002-07-20 Andrew BartlettMore fixes towards warnings on the IRIX compiler
2002-07-05 Tim PotterRemove C++ comments.
2002-07-04 Andrew BartlettMore code from "Kai Krueger" <kai@kruegernetz.de>,...
2002-07-04 Andrew BartlettPatch to add security descriptors to the SAMR pipe.
2002-07-03 Andrew BartlettBreak up the passdb objects (to allow RPC clients to...
2002-06-25 Andrew BartlettI'm going to try and check this against Win2k shortly...
2002-06-18 Simo Sorcemore debug classess activated
2002-06-14 Andrew BartlettAdd const, kill of useless casts and therefore eliminat...
2002-06-13 Andrew BartlettLatest patch from metze <metze@metzemix.de> to move...
2002-06-09 Andrew BartlettThis (hopefully) fixes a bug reported by Kai Krueger...
2002-06-07 Andrew BartlettGlobally replace 'global_sam_sid' with get_global_sam_s...
2002-06-04 Andrew BartlettUpdate the SAMR pipe for more use of NTSTATUS and to...
2002-06-03 Tim PotterRestrict anonymous checks for the SAMR pipe. This...
2002-05-26 Simo Sorcechange: pdb_getsampwrid() ->pdb_getsampwsid()
2002-05-25 Andrew BartlettClean up a few unused functions, add a bit of static...
2002-05-22 Andrew BartlettAdd a bit more const, and kill of (finally!) sys_getpwn...
2002-04-11 Andrew BartlettMuch better support for both non-algorithic RIDs (where...
2002-03-29 Jeremy AllisonDon't core dump listing thousands of users in usrmgr.
2002-03-21 Andrew BartlettMake sure to initaliase SAM_ACCOUNT pointers to NULL...
2002-03-19 Simo Sorcesecond step to gain free uid<->rid mapping
2002-03-18 Simo Sorcemore verbose checking in talloc and util_pw
2002-03-10 Andrew Tridgellreturn the correct SID and domain name for the samr...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-26 Andrew BartlettAdd the become_root()/unbecome_root() wrapper around...
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-20 Andrew BartlettKill off another ugly wart from the side of the passdb...
2002-01-20 Andrew BartlettThis patch makes the 'winbind use default domain' code...
2002-01-17 Andrew BartlettA nice *big* change to the fundemental way we do things.
2002-01-02 Andrew BartlettActually enforce the passdb API.
2002-01-02 Jeremy AllisonMake user enumeration work for w2k and win9x.
2001-12-31 Jeremy Allisonlast_enum not used.
2001-12-31 Jeremy AllisonFixed enumeration of a large (<1500) users from a Samba...
2001-12-21 Jeremy AllisonRemoved unused variables.
2001-12-21 Jeremy AllisonThe jf_get_sampasswd_entries() is not used anymore.
2001-12-21 Jean-François Mico... added a copyright notice.
2001-12-21 Jean-François Mico... doesn't keep track of the struct's size we enumerate...
2001-12-21 Jeremy AllisonFixup some DEBUG statements (0 -> 10).
2001-12-21 Jeremy AllisonUse pdb_free_sam() to free a SAM_ACCOUNT struct, not...
2001-12-21 Jean-François Mico... re-done all of samr_query_disp_info()
2001-12-19 Jean-François Mico... added info level 1 to samr_query_alias()
2001-12-18 Tim PotterFixed bad args to debug statements.
2001-12-10 Jean-François Mico... added info level 3 to samrgetgroupinfo. I don't know...
2001-12-08 Jean-François Mico... small comment I don't want to loose.
2001-12-06 Jean-François Mico... again an intrusive patch:
2001-12-05 Jean-François Mico... added samr_queryuseralias(). instead of returning BUILT...
2001-12-04 Jean-François Mico... added a boolean to the group mapping functions to speci...
2001-12-03 Jean-François Mico... added a tdb to store the account policy informations.
2001-12-02 Jean-François Mico... added queryuseraliases to rpcclient
2001-12-02 Jean-François Mico... there was a bug in samr_lookup_names (my fault)
2001-11-29 Jean-François Mico... Changed again how the privilege list is handled in...
2001-11-28 Jean-François Mico... added samr_set_domain_info and samr_unknown_2E.
2001-11-24 Andrew BartlettKill off that crazy copy_sam_passwd(). You simply...
2001-11-23 Jean-François Mico... Changed how the privileges are stored in the group...
2001-11-07 Andrew BartlettInitilising these variables before appending the domain...
2001-10-29 Andrew BartlettThis commit is number 3 of 4.
2001-10-29 Andrew BartlettThis commit is number 1 of 4.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-29 Andrew BartlettFix up a number of intertwined issues:
2001-09-27 Andrew BartlettFix memory leak in get_sampwd_entries(), reindent for...
2001-09-26 Andrew BartlettMake use of the pdb_set_plaintext_passwd() update to...
2001-09-25 Jeremy AllisonFixed enumeration of large numbers of groups from a...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-14 Andrew BartlettFinally commit my fix to this little mess...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew BartlettAs per plug-fest discussions this paramater no longer...
2001-08-24 Herb Lewisget rid of compiler warnings
2001-08-09 Gerald Cartera few cleanups while mergeing the passdb code into 2.2
2001-07-25 Tim PotterHeld a shoot-out between NT_STATUS_NO_PROBLEMO and...
2001-07-23 Jeremy AllisonFix case insensitive password change code.
2001-07-19 Tim Potter#ifdef'ed out some unused functions.
2001-07-17 Jeremy AllisonFix usermanager for domains - we were returning no...
2001-07-09 Jean-François Mico... add query user info level 20 (for RAS)
2001-07-07 Andrew BartlettAdd a new paramater: add machine script
2001-07-05 Jeremy AllisonFix for enumerating large numbers of users.
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-06-29 Jeremy AllisonFrom JF....
2001-06-20 Jeremy AllisonFixed W2K SP2 joining a Samba PDC hosted domain.
2001-06-18 Jeremy AllisonFix for assert fail - left over when moved to dynamic...
2001-06-18 Jeremy AllisonAdded patches to remove Linux specific XFS ACLs. These...
2001-06-06 Jeremy AllisonAdded getconf flags for RH7.1 lfs support. Changed...
2001-05-29 Simo Sorce4 new functions to retrieve single linked list of group...
2001-05-10 Gerald CarterShould be faliing on False and not True. Bad check...
2001-05-09 Gerald Cartercheck for valid pointer before calling memset() in...
2001-05-08 Jean-François Mico... fixes to the group mapping code.
2001-05-08 Tim PotterFixed compiler warning.
2001-05-07 Gerald Carterremoved unused variables
2001-05-07 Gerald CarterPatch from Simo:
2001-05-04 Jean-François Mico... Big cleanup of passdb and backends.
2001-04-25 Gerald Carterconverted the passdb smbpasswd implementation to using...
2001-04-22 Andrew Tridgellmerging from 2.2 to head
2001-04-15 Jeremy AllisonPatch from "Christoph Zwerschke" <zwerschke@zuv.uni...
2001-03-23 Jeremy Allisongroupdb/mapping.c:
2001-03-23 Jean-François Mico... first pass of the new group mapping code
2001-03-16 Jeremy AllisonAdded Michael Sweet's CUPS patch to call directly into...
2001-03-15 Jeremy AllisonAS/U on a sparc now joins and authenticates against...
2001-03-13 Jeremy AllisonAS/U does setuserinfo2, level 0x12 when joining a domai...
2001-03-13 Jeremy AllisonFixed reading of strings from big-endian RPC clients.
2001-03-13 Jeremy AllisonEnsure we never return passwords from a user query.
next