summaryrefslogtreecommitdiff
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* Adding Win2k browsing fix to release 2.0.4c.Matthew Chapman1999-06-241-166/+158
* Fixes due to DEBUG format %d needing (int) casting forJeremy Allison1999-05-151-1/+1
* Tidyups caught by running gcc with -Wall. It gets a different set from the IR...Jeremy Allison1999-05-051-2/+1
* include/rpc_dce.h:Jeremy Allison1999-04-261-2/+54
* Fixing compile warnings reported by Henrik Lassen <henrik@lassen.dk>.Matthew Chapman1999-04-232-3/+3
* Fixed some stupid crash bugs in the PDC user login code. AddedJeremy Allison1999-04-191-129/+154
* Fixed a couple of purify unuitialized memory read bugs.Jeremy Allison1999-04-091-0/+2
* Domain logon bugfix from Dejan Ilic <svedja@lysator.liu.se>.Jeremy Allison1999-04-071-1/+1
* Fixed the debug messages about buffer overrun (removed unneededJeremy Allison1999-04-062-18/+49
* This code implements the NT right click -> security -> ownership andJeremy Allison1999-04-062-221/+287
* Fixed the share enum code to be dynamic. I have now tested this withJeremy Allison1999-04-011-131/+173
* rpc_server/srv_pipe.c: Fixed signed & sealed RPC calls.Jeremy Allison1999-03-312-7/+20
* fix a couple of minor glitches in the new rpc code. Just little thingsAndrew Tridgell1999-03-302-4/+3
* Well, here are 28,000 lines of changes that re-write theJeremy Allison1999-03-308-747/+1094
* An interesting raft of changes that should fix some longstandingJeremy Allison1999-03-181-1/+1
* Stefan Walters: rverf should be 16 bytes not 8, spotted by purify.Luke Leighton1999-03-171-1/+1
* added specific registry key test for ProductOptions key.Luke Leighton1999-03-101-0/+2
* A small raft of fixes... :-).Jeremy Allison1999-02-271-4/+4
* After a long chat with Luke (a pleasant one actually, thanks for asking :-),Jeremy Allison1999-02-245-20/+2769
* removed the following dce/rpc code from samba 2.0.x branch:Luke Leighton1999-02-245-2769/+20
* Fixed bug where cli->timeout was in milliseconds, but open_sockets_outJeremy Allison1999-02-031-16/+19
* Applying Luke's fix for the multiple DCE/RPC PDU problem to 2.0.Jeremy Allison1999-02-032-37/+22
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-103-6/+6
* This file is not used in this branch.Jeremy Allison1998-12-031-493/+0
* Added Luke's fix for the samlogon_user hack problem.Jeremy Allison1998-11-262-10/+10
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-2/+2
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-121-3/+12
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-125-690/+1928
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-121-4/+31
* rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.Jeremy Allison1998-11-111-6/+7
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-7/+7
* rpcclient registry commands.Luke Leighton1998-11-101-1/+1
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-091-14/+0
* grumble, grumble off-by-one unicode string fixes, gonna stuff my otherLuke Leighton1998-11-061-5/+5
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-271-2/+2
* set netlogon negotiation flags to 0x1ff, not to what the client requests.Luke Leighton1998-10-232-10/+14
* server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1998-10-221-1/+1
* bug fix in lsa_trans_names.Luke Leighton1998-10-222-4/+6
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-222-3/+32
* domain aliases added a bit better: does local aliases if you queryLuke Leighton1998-10-215-34/+70
* the next dialog: user-groups. it's not very sensible what appears, but hey:Luke Leighton1998-10-212-15/+173
* added "start index" skipping into querydispinfo.Luke Leighton1998-10-211-5/+15
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-1/+1
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-6/+6
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-201-7/+7
* dce/rpc. bug-fix in ipc.c (introduced today :)Luke Leighton1998-10-201-27/+87
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-202-18/+23
* - dce/rpc codeLuke Leighton1998-10-193-31/+105
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-2/+2