index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
rpc_parse
/
parse_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2002-08-30
removed a debug line
Andrew Tridgell
1
-2
/
+0
2002-08-29
There's more work to be done on samsync. Intermediate commit, now
Volker Lendecke
1
-1
/
+1
2002-08-23
some cleanup while working on the NETLOGON pipe.
Jean-François Micouleau
1
-37
/
+4
2002-08-22
Added some new delta types discovered by Ronnie from ethereal"
Tim Potter
1
-16
/
+23
2002-08-22
added a 'net rpc samdump' command for dumping the whole sam via
Andrew Tridgell
1
-3
/
+6
2002-08-21
NETLOGON NetServerAuthenticate3 include and parser file
Jean-François Micouleau
1
-1
/
+80
2002-07-31
Winbind updates!
Andrew Bartlett
1
-1
/
+1
2002-06-18
more debug classess activated
Simo Sorce
1
-0
/
+3
2002-06-14
Add a touch of const to this - helps with some yet-to-be-commited changes
Andrew Bartlett
1
-3
/
+3
2002-05-17
Make non-static for some later work (pushing the info3 across the winbind
Andrew Bartlett
1
-2
/
+3
2002-03-02
And a little more const.
Andrew Bartlett
1
-3
/
+3
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-26
Try to move towards slightly sane linking for Samba by removing some pdb_...()
Andrew Bartlett
1
-17
/
+32
2001-12-31
more irix -64 portability fixes
Andrew Tridgell
1
-1
/
+1
2001-12-18
fixing bug I introduced.
Jean-François Micouleau
1
-1
/
+1
2001-12-13
update the ldap support code. it compiles.
Jean-François Micouleau
1
-5
/
+8
2001-12-12
decoded SAM_DELTA 0x0e and 0x12.
Jean-François Micouleau
1
-0
/
+144
2001-12-12
a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)
Jean-François Micouleau
1
-39
/
+203
2001-12-06
again an intrusive patch:
Jean-François Micouleau
1
-26
/
+20
2001-12-05
OK. Smbpasswd -j is DEAD.
Andrew Bartlett
1
-2
/
+7
2001-11-21
samr_querydom_info level 1: found the meaning of the unknow fields. And
Jean-François Micouleau
1
-2
/
+2
2001-11-04
get the string lengths right in domain logons
Andrew Tridgell
1
-2
/
+2
2001-11-01
Various post AuthRewrite cleanups, fixups and tidyups.
Andrew Bartlett
1
-3
/
+3
2001-10-31
This is a farily large patch (3300 lines) and reworks most of the AuthRewrite
Andrew Bartlett
1
-1
/
+1
2001-10-31
This one's a doozy. A cut&paste bug incorrectly sets the max string length
Tim Potter
1
-1
/
+1
2001-10-30
Removed confusing comment.
Tim Potter
1
-1
/
+1
2001-10-29
This commit is number 4 of 4.
Andrew Bartlett
1
-6
/
+6
2001-10-02
Fixed the bug with member servers in a Samba PDC hosted domain not allowing
Jeremy Allison
1
-6
/
+7
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-22
These are RIDs not Unix UIDs so make this clear in the feild names.
Andrew Bartlett
1
-5
/
+5
2001-09-14
Decode 68-byte password blocks using sam replication password key (which
Tim Potter
1
-2
/
+4
2001-09-04
it now all compiles - so try enabling it by default and see what explodes on ...
Andrew Tridgell
1
-3
/
+3
2001-09-04
Welcome to tpot's exploit world!
Tim Potter
1
-253
/
+413
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-14
/
+14
2001-08-31
Fix up some compile issues. We can't have C99 comments and add a smattering
Andrew Bartlett
1
-2
/
+2
2001-08-28
Merge of sam sync code from TNG.
Tim Potter
1
-0
/
+834
2001-08-22
merge from 2.2
Gerald Carter
1
-9
/
+14
2001-08-03
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
1
-13
/
+13
2001-07-11
This backs out my last change, which broke some of the finer points of RPC
Andrew Bartlett
1
-4
/
+11
2001-07-10
This fixes security=domain, which has been broke since the big charset
Andrew Bartlett
1
-11
/
+4
2001-06-22
sync this function with 2.2 (single check for NULL parameter)
Gerald Carter
1
-0
/
+3
2001-06-20
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jeremy Allison
1
-2
/
+2
2001-05-24
Added a init function for net_q_logon_ctrl2 so we can make this call
Tim Potter
1
-12
/
+133
2001-04-27
Added Herb's comment fix.
Jeremy Allison
1
-1
/
+0
2001-04-23
Fix "proc num out of range" error. Missing rpc call.
Jeremy Allison
1
-0
/
+56
2001-03-13
We were mismarshalling a netlogon reply for bad password to W2K.
Jeremy Allison
1
-0
/
+5
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-20
/
+18
2001-02-24
This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...
Jeremy Allison
1
-8
/
+22
2000-11-22
o fixed logon script problems (wrong len in reply to net_sam_logon for
Gerald Carter
1
-6
/
+6
2000-11-13
Large commit which restructures the local password storage API.
Gerald Carter
1
-48
/
+46
[next]