index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
/
parse_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r14061: Some debugging for the new LOGON/ACB-flags.
Günther Deschner
2007-10-10
1
-0
/
+9
*
r14025: Remove unused code. When we want to export samsync, we better first port
Volker Lendecke
2007-10-10
1
-80
/
+0
*
r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.
Günther Deschner
2007-10-10
1
-7
/
+11
*
r13439: Fix NET_SAM_LOGON_EX.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r13433: Get ready to implement NET_SAM_LOGON_EX.
Jeremy Allison
2007-10-10
1
-0
/
+102
*
r13399: Get closer to passing RPC-SCHANNEL test.
Jeremy Allison
2007-10-10
1
-6
/
+8
*
r13316: Let the carnage begin....
Gerald Carter
2007-10-10
1
-4
/
+45
*
r12043: It's amazing the warnings you find when compiling on a 64-bit
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r11853: Add Dsr_GetSiteName (handy for experimenting with GPOs).
Günther Deschner
2007-10-10
1
-0
/
+72
*
r11706: Implement dsr_getdcname client code. It's handy: It not only gives yo...
Volker Lendecke
2007-10-10
1
-0
/
+236
*
r11326: Fix alignment in getdc response
Volker Lendecke
2007-10-10
1
-0
/
+3
*
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r10782: Only parse the group rid_array in net_user_info3() when num_group is ...
Günther Deschner
2007-10-10
1
-8
/
+20
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-18
/
+36
*
r10205: fix obvious typo in the NET_USER_INFO_3 parsing
Günther Deschner
2007-10-10
1
-1
/
+1
*
r8869: Get rid of a warning.
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
2007-10-10
1
-14
/
+7
*
r5536: Avoid intermediate copy of NT and LM responses in NETLOGON client.
Andrew Bartlett
2007-10-10
1
-14
/
+0
*
r4946: Our notion the other_sids in the info3 SamLogon struct was
Volker Lendecke
2007-10-10
1
-12
/
+33
*
r4287: Vampire SAM_DELTA_DOMAIN_INFO.
Günther Deschner
2007-10-10
1
-12
/
+34
*
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
2007-10-10
1
-6
/
+20
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-32
/
+17
*
r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>.
Jeremy Allison
2007-10-10
1
-5
/
+3
*
r991: Allow winbindd to use the domain trust account password
Gerald Carter
2007-10-10
1
-6
/
+61
*
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
2007-10-10
1
-3
/
+3
*
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
Volker Lendecke
2004-04-02
1
-0
/
+84
*
commiting jra's fix for Exchange clear test auth
Gerald Carter
2004-01-07
1
-1
/
+2
*
Add the alignment required before all 2-byte quantities in NDR. Allows us
Andrew Bartlett
2003-12-29
1
-0
/
+3
*
fixed a problem with "net rpc vampire" mis-parsing the alias member
Andrew Tridgell
2003-12-05
1
-4
/
+4
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
1
-3
/
+8
*
Fix for #480. Change the interface for init_unistr2 to not take a length
Jeremy Allison
2003-09-25
1
-68
/
+40
*
Fix for bug #334. We don't unmarshall the trusted domain or secrets
Tim Potter
2003-09-08
1
-6
/
+14
*
get rid of some sompiler warnings on IRIX
Herb Lewis
2003-08-15
1
-1
/
+1
*
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
2003-07-03
1
-1
/
+1
*
This patch takes the work the jerry did for beta2, and generalises it:
Andrew Bartlett
2003-07-03
1
-17
/
+2
*
well this was easy...
Gerald Carter
2003-07-03
1
-2
/
+18
*
This fixes net rpc vampire when talking to win2k (<sp3). win2k sends
Tim Potter
2003-05-26
1
-3
/
+3
*
Survive a samdump with an alias that has no description
Volker Lendecke
2003-04-18
1
-3
/
+6
*
Merge from HEAD:
Andrew Bartlett
2003-03-17
1
-11
/
+11
*
Check return code of string_to_sid. (Merge from HEAD)
Martin Pool
2003-02-18
1
-22
/
+26
*
Ensure that only parse_prs.c access internal members of the prs_struct.
Jeremy Allison
2003-02-14
1
-14
/
+14
*
Merge from HEAD: Send the session key to the client, allowing it to perform SMB
Andrew Bartlett
2003-02-02
1
-2
/
+2
*
Merge from HEAD - make Samba compile with -Wwrite-strings without additional
Andrew Bartlett
2003-01-03
1
-46
/
+46
*
Removed global_myworkgroup, global_myname, global_myscope. Added liberal
Jeremy Allison
2002-11-12
1
-14
/
+17
*
sync'ing up for 3.0alpha20 release
Gerald Carter
2002-09-25
1
-117
/
+167
*
sync 3.0 branch with head
Jelmer Vernooij
2002-08-17
1
-1
/
+1
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-5
/
+9
*
And a little more const.
Andrew Bartlett
2002-03-02
1
-3
/
+3
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Try to move towards slightly sane linking for Samba by removing some pdb_...()
Andrew Bartlett
2002-01-26
1
-17
/
+32
[next]