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-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
2001-05-17
merge from 2.2 DeletePrinterDriver() server side stud coming
Gerald Carter
1
-0
/
+77
2001-05-10
Reverted samr_io_userinfo_ctr() patch because it broke too much other
Tim Potter
1
-11
/
+5
2001-05-09
So the samr_io_userinfo_ctr was requiring a SAM_USERINFO_CTR to be passed
Tim Potter
1
-5
/
+11
2001-05-08
fixes to the group mapping code.
Jean-François Micouleau
1
-9
/
+12
2001-05-08
Fixed typo in comment.
Tim Potter
1
-1
/
+1
2001-05-08
iinit_samr_q_lookup_rids() didn't actually copy the rids into the
Tim Potter
1
-0
/
+2
2001-05-04
Renamed unknown field to access mask in open alias parsing functions.
Tim Potter
1
-6
/
+3
2001-05-01
Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famous
Jeremy Allison
2
-19
/
+236
2001-04-28
few cleanups to bring in line with 2.2
Gerald Carter
1
-1
/
+0
2001-04-28
rpcclient merge from 2.2 (including Jeremy's non-void return fix)
Gerald Carter
1
-17
/
+27
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-04-13
Merge of Andrew's changes in 2.2.
Jeremy Allison
1
-1
/
+1
2001-04-09
Set SD's for share. Added level 1501. Map GENERIC file bits to specific bits.
Jeremy Allison
1
-11
/
+38
2001-04-08
Got "medieval on our ass" about adding the -1 to slprintf.
Jeremy Allison
1
-2
/
+2
2001-04-06
Implemented stub function for NET_SHARE_DELETE. Now to implement the real
Jeremy Allison
1
-0
/
+47
2001-04-06
Added stub function for NET_SHARE_ADD. Once this is implemented to call a hook
Jeremy Allison
1
-0
/
+58
2001-04-04
I know we're supposed to be feature frozen, but I couldn't resist this... :-).
Jeremy Allison
1
-4
/
+243
2001-04-02
include/ntdomain.h:
Jeremy Allison
1
-63
/
+136
2001-03-31
configure configure.in include/config.h.in lib/replace.c: Added test and repl...
Jeremy Allison
1
-84
/
+218
2001-03-28
rename of 16 new_smb_io functions to smb_io_* for consistency sake
Gerald Carter
1
-116
/
+116
[next]