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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-09-22
These are RIDs not Unix UIDs so make this clear in the feild names.
Andrew Bartlett
1
-5
/
+5
2001-09-17
move to SAFE_FREE()
Simo Sorce
3
-28
/
+17
2001-09-14
Merge prs_hash1() function from tng.
Tim Potter
1
-0
/
+24
2001-09-14
Decode 68-byte password blocks using sam replication password key (which
Tim Potter
1
-2
/
+4
2001-09-12
- enable MSDFS by default, there seems no reason not to have it enabled
Andrew Tridgell
1
-4
/
+4
2001-09-04
it now all compiles - so try enabling it by default and see what explodes on ...
Andrew Tridgell
2
-4
/
+4
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
10
-171
/
+232
2001-08-31
Fix up some compile issues. We can't have C99 comments and add a smattering
Andrew Bartlett
2
-3
/
+3
2001-08-28
Merge of sam sync code from TNG.
Tim Potter
2
-0
/
+898
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
5
-48
/
+48
2001-08-24
Fixed malloc -> talloc problems pointed out by Simo.
Jeremy Allison
1
-7
/
+7
2001-08-22
merge from 2.2
Gerald Carter
1
-9
/
+14
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2
-17
/
+36
2001-08-10
Merge in the NT drivers changes from 2.2.
Jeremy Allison
1
-1
/
+1
2001-08-10
- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)
Simo Sorce
1
-6
/
+211
2001-08-07
A collection of fixes/cleanups to the security descriptor code by
Tim Potter
1
-9
/
+10
2001-08-03
This is my 'Authentication Rewrite' version 1.01, mostly as submitted to
Andrew Bartlett
2
-14
/
+14
2001-08-03
Fix for smbpasswd set_userinfo24 was in the wrong place!
Tim Potter
1
-4
/
+4
2001-08-02
Allow smbpasswd to join a W2K hosted AD domain.
Jeremy Allison
1
-1
/
+6
2001-07-25
Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.
Tim Potter
1
-12
/
+12
2001-07-11
This backs out my last change, which broke some of the finer points of RPC
Andrew Bartlett
2
-58
/
+11
2001-07-10
This fixes security=domain, which has been broke since the big charset
Andrew Bartlett
2
-11
/
+58
2001-07-09
implement:
Jean-François Micouleau
1
-0
/
+476
2001-07-09
add query user info level 20 (for RAS)
Jean-François Micouleau
1
-0
/
+84
2001-07-09
when converting ascii to unicode, if the ascii string is NULL, don't
Jean-François Micouleau
1
-0
/
+7
2001-07-06
Added JF's fix for max_entries being 0.
Jeremy Allison
1
-0
/
+15
2001-07-04
The big character set handling changeover!
Andrew Tridgell
3
-13
/
+11
2001-07-02
Missing prs_align() was causing Win9x nexus tools to fail. security_info_sent
Jeremy Allison
1
-0
/
+3
2001-07-02
Fixed auto-alloc of dispinfo code when unmarshalling.
Jeremy Allison
1
-4
/
+64
2001-06-29
Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.
Jeremy Allison
1
-0
/
+70
2001-06-29
From JF....
Jeremy Allison
1
-27
/
+93
2001-06-29
Removed another silly static array.
Tim Potter
1
-5
/
+16
2001-06-26
SGI compiler fixes.
Herb Lewis
1
-2
/
+2
2001-06-26
Ensure we always have a valid pointer on unmarshalling an SD with zero
Jeremy Allison
1
-3
/
+7
2001-06-26
Fixed bug introduced by changeover of security descriptor code from
Tim Potter
1
-1
/
+8
2001-06-25
Cosmetic fixups found while playing with the server manager. Added support
Tim Potter
1
-1
/
+72
2001-06-22
sync this function with 2.2 (single check for NULL parameter)
Gerald Carter
1
-0
/
+3
2001-06-22
Removed unused (and potentially crash-causing) free function.
Jeremy Allison
1
-14
/
+0
2001-06-21
Merging Gerry's spoolss changes.
Jeremy Allison
1
-6
/
+59
2001-06-20
Fixed W2K SP2 joining a Samba PDC hosted domain.
Jeremy Allison
2
-6
/
+136
2001-06-19
INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to not
Jeremy Allison
1
-7
/
+2
2001-06-16
Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.
Jeremy Allison
1
-0
/
+75
2001-06-15
Jim McDonough's parse patches for Win9x get SD calls.
Jeremy Allison
1
-0
/
+87
2001-06-15
Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....
Jeremy Allison
1
-1
/
+1
2001-06-15
Add password length field to SAM_USER_INFO24 structure and fix init
Tim Potter
1
-1
/
+9
2001-06-13
Added some msdfs client routines.
Tim Potter
1
-5
/
+27
2001-06-06
Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()
Tim Potter
1
-2
/
+12
2001-06-01
Added *.po to .cvsignore files.
Tim Potter
1
-0
/
+1
2001-05-24
Added a init function for net_q_logon_ctrl2 so we can make this call
Tim Potter
1
-12
/
+133
[next]