summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_net.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-1/+1
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-17/+2
2003-07-03well this was easy...Gerald Carter1-2/+18
2003-05-26This fixes net rpc vampire when talking to win2k (<sp3). win2k sendsTim Potter1-3/+3
2003-04-18Survive a samdump with an alias that has no descriptionVolker Lendecke1-3/+6
2003-03-17Merge from HEAD:Andrew Bartlett1-11/+11
2003-02-18Check return code of string_to_sid. (Merge from HEAD)Martin Pool1-22/+26
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-14/+14
2003-02-02Merge from HEAD: Send the session key to the client, allowing it to perform SMBAndrew Bartlett1-2/+2
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-46/+46
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-14/+17
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-117/+167
2002-08-17sync 3.0 branch with headJelmer Vernooij1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-5/+9
2002-03-02And a little more const.Andrew Bartlett1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett1-17/+32
2001-12-31more irix -64 portability fixesAndrew Tridgell1-1/+1
2001-12-18fixing bug I introduced.Jean-François Micouleau1-1/+1
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-5/+8
2001-12-12decoded SAM_DELTA 0x0e and 0x12.Jean-François Micouleau1-0/+144
2001-12-12a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)Jean-François Micouleau1-39/+203
2001-12-06again an intrusive patch:Jean-François Micouleau1-26/+20
2001-12-05OK. Smbpasswd -j is DEAD.Andrew Bartlett1-2/+7
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-2/+2
2001-11-04get the string lengths right in domain logonsAndrew Tridgell1-2/+2
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-3/+3
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-1/+1
2001-10-31This one's a doozy. A cut&paste bug incorrectly sets the max string lengthTim Potter1-1/+1
2001-10-30Removed confusing comment.Tim Potter1-1/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-6/+6
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-6/+7
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-22These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett1-5/+5
2001-09-14Decode 68-byte password blocks using sam replication password key (whichTim Potter1-2/+4
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-3/+3
2001-09-04Welcome to tpot's exploit world!Tim Potter1-253/+413
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-14/+14
2001-08-31Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett1-2/+2
2001-08-28Merge of sam sync code from TNG.Tim Potter1-0/+834
2001-08-22merge from 2.2Gerald Carter1-9/+14
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-13/+13
2001-07-11This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett1-4/+11
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett1-11/+4
2001-06-22sync this function with 2.2 (single check for NULL parameter)Gerald Carter1-0/+3
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-2/+2
2001-05-24Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter1-12/+133
2001-04-27Added Herb's comment fix.Jeremy Allison1-1/+0
2001-04-23Fix "proc num out of range" error. Missing rpc call.Jeremy Allison1-0/+56