problem been there for months: reg_r_info not aligning after string buffer.
[samba.git] / source3 / rpc_server /
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-12 Matthew ChapmanUNICODE cleanup (see lib/util_unistr.c).
1999-02-11 Luke LeightonUNICODE issues.
1999-02-10 Luke Leightonuse jeremy's versions of the UNICODE routines.
1999-02-09 Luke LeightonHaving Well-known Domain Groups ("Domain Admins/Guests...
1999-02-09 Luke Leightongroups and aliases being "manually" added which do...
1999-02-09 Luke Leightonwhen multiple independent large rpc calls come in on...
1999-02-09 Luke Leightonremoval of the use of unistrn2 function: replace it...
1999-02-09 Luke Leightonpwdb_smb_to_sam was not returning NULL for nt name...
1999-02-09 Matthew ChapmanFix for NT BSOD problem. There's no reason to have...
1999-02-08 Luke LeightonUNICODE byte ordering issue: typecast to uint16* replac...
1999-02-03 Luke Leightoncorrections to get data stream for 2nd and subsequent...
1999-02-03 Luke Leightoncache unix groups so that two-level getgrent calls...
1999-02-03 Luke Leightonmultiple dce/rpc PDUs failed to work after ntlmssp...
1999-02-02 Luke Leightonserver type announcements modified to include the ...
1999-01-29 Luke Leightonfix for enumerate domain users (bug spotted by sean...
1999-01-29 Luke Leightonuni_svc_name not uni_srv_name
1999-01-28 Luke Leightonerror code cleanup
1999-01-15 Matthew ChapmanFixed typo in srv_samr.c where samr_add_groupmem and...
1998-12-20 Luke Leightonfix for potential lsass.exe crashing due to negative...
1998-12-14 Luke Leightonadded sid_name_use array argument to lsa_lookup_names...
1998-12-09 Luke Leightonadding svcctl parsing code
1998-12-09 Luke Leightonadding some enumerate services code, client and server.
1998-12-08 Luke Leightonadding "Service Control Manager" commands to rpcclient.
1998-12-08 Luke Leightonadding srvsvc pipe.
1998-12-07 Luke Leighton- lib/unix_sec_ctxt.c
1998-12-04 Luke Leighton- oops, i got "add alias member" and "delete alias...
1998-12-04 Luke Leighton- renamed do_samr_xxx to samr_xxx
1998-12-03 Luke Leightonadded createalias command to rpcclient
1998-12-03 Luke Leightoncreate domain group command (creategroup) added to...
1998-12-02 Luke Leightonadded rid and sid_name_use to DOMAIN_GRP_MEMBER, for...
1998-12-02 Luke Leightonissues spotted by andrej: %s\\%s not %s\%s
1998-12-02 Luke Leightonadding group member code, made a start. found that...
1998-12-01 Luke Leightonquery_aliasmem code. it works (hurrah).
1998-12-01 Luke Leightonrpc_samr.h parse_samr.c srv_samr.c :
1998-12-01 Luke Leightonadding some samr parsing calls (group / alias adding...
1998-11-30 Luke Leightonattempting to fix "domain user map" up, but it's a...
1998-11-30 Luke Leighton- adding builtin[alias]db.
1998-11-29 Luke Leighton"retired" two modules to preserve their cvs history.
1998-11-29 Luke Leightonweekend work. user / group database API.
1998-11-25 Luke Leightonyeehaah got users to be included in S-1-5-xxx-yyy-zzz...
1998-11-25 Luke Leightonfixing group database issues
1998-11-25 Jeremy AllisonMakefile.in: Added maintainer mode fixes.
1998-11-25 Luke LeightonLsaLookupNames client call (first used as lookupnames...
1998-11-25 Luke Leightonfixing domain join and domain login problems
1998-11-23 Luke Leightonuninitialised counter
1998-11-23 Luke Leightonunix instance of group database API
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-17 Luke Leightonlookup_alias_name() %s not %d for sid_str
1998-11-17 Luke Leightonsomehow this file got missed in the groupdb commit.
1998-11-17 Luke Leightonmake_uni_hdr() reverted accidentally with a -1 on usern...
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-11-13 Jeremy AllisonMakefile.in configure configure.in include/config.h...
1998-11-12 Luke Leightonjean-f. sent me some S-1-3-0,1,2,3 SIDs and names....
1998-11-12 Luke Leightoncleaning up conflicts between group code not yet commit...
1998-11-12 Jeremy AllisonMoved some code (NTLMSSPcalc) out of smbdes and inline...
1998-11-11 Jeremy Allisonrpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.
1998-11-11 Luke Leighton- renamed open_policy to open_hklm.
1998-11-10 Luke Leightonrpcclient registry commands.
1998-11-09 Jeremy AllisonMakefile.in: Removed rpc_server/srv_ldap_helpers.c...
1998-11-06 Luke Leightongrumble, grumble off-by-one unicode string fixes, gonna...
1998-10-27 Luke Leightonamazing. the improvements to NT continue, evidence...
1998-10-23 Luke Leightonset netlogon negotiation flags to 0x1ff, not to what...
1998-10-22 Jeremy Allisonserver/srv_samr.c smbd/ipc.c: Changed global_myworkgrou...
1998-10-22 Luke Leightonbug fix in lsa_trans_names.
1998-10-22 Jeremy Allisonlibsmb/smbdes.c: #ifdef'ed out code prior to removal.
1998-10-21 Luke Leightondomain aliases added a bit better: does local aliases...
1998-10-21 Luke Leightonthe next dialog: user-groups. it's not very sensible...
1998-10-21 Luke Leightonadded "start index" skipping into querydispinfo.
1998-10-21 Jeremy AllisonFixed mainly signed/unsigned issues found by SGI cc...
1998-10-21 Luke Leightonfixing smbd encrypted rpcs (data lens, alloc hints...
1998-10-20 Luke Leightonsigned / unsigned warnings (found by herb).
1998-10-20 Luke Leightondce/rpc. bug-fix in ipc.c (introduced today :)
1998-10-20 Luke Leightonsome quite important bug-fixes i missed because i trans...
1998-10-19 Luke Leighton- dce/rpc code
1998-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-10-16 Luke Leightonoops.
1998-10-16 Luke Leightondce/rpc
1998-10-16 Luke Leightonmade pass_check_smb() available for dce/rpc use.
1998-10-16 Luke Leightonrpc client mods (ntlmssp flags)
1998-10-16 Luke Leightonrpcclient ntlogin test
1998-10-15 Luke Leightonbug-fixing against:
1998-10-14 Luke Leightonmore warnings...
1998-10-08 Luke Leightondce/rpc
1998-10-07 Luke Leightondce/rpc
1998-10-07 Luke Leightondce/rpc
1998-10-02 Luke Leighton- static function "create_new_hashes" was identical...
1998-09-30 Luke Leightonlsa_lookup_sids command added. severe debugging needed...
1998-09-30 Jeremy Allison(Finally) implemented "max open files" as a global...
1998-09-29 Jeremy AllisonGot very strict about the differences and uses of
1998-09-29 Alexandre Olivaget away with dummy and .dummy files
1998-09-28 Jeremy AllisonChanges to test in configure if capabilities are enable...
1998-09-28 Alexandre Olivaautomated generation of .dummy files for each subdirectory;
1998-09-26 Richard SharpeSmall update to clitar.c to omit warnings about servers not
1998-09-24 Luke Leightonthis fixes the last of the issues where USRMGR.EXE...
1998-09-23 Luke Leightonnttrans.c:
1998-09-21 Alexandre Olivamajor autoconf clean-up
1998-09-05 Andrew Tridgellsome cleanups to use ZERO_STRUCT() and friends
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-04 Jeremy AllisonFixed uppercasing of share name (pointed out by Jean...
next