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
2007-10-10
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
1
-0
/
+27
2007-10-10
r4742: add server support for lsa_add/remove_account_rights() and fix some pa...
Gerald Carter
1
-4
/
+4
2007-10-10
r4724: Add support for Windows privileges in Samba 3.0
Gerald Carter
1
-12
/
+69
2007-10-10
r4668: allow the caller to invoke init_unistr2() with a NULL buffer to match ...
Gerald Carter
1
-0
/
+8
2007-10-10
r4656: Convert the winreg pipe to use WERROR returns (as it should).
Jeremy Allison
1
-25
/
+25
2007-10-10
r4601: Removed any use of the MAX_XXX_STR style definitions. A little larger
Jeremy Allison
2
-78
/
+71
2007-10-10
r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hard
Günther Deschner
1
-6
/
+4
2007-10-10
r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,
Günther Deschner
1
-5
/
+42
2007-10-10
r4287: Vampire SAM_DELTA_DOMAIN_INFO.
Günther Deschner
2
-12
/
+96
2007-10-10
r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.
Günther Deschner
1
-6
/
+20
2007-10-10
r4219: Fix samba3 samr "idl"... According to samba4 idl samr_DomInfo2 contains a
Volker Lendecke
1
-17
/
+6
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
11
-306
/
+239
2007-10-10
r4005: Fix for bug #2071 reported by Jason Mader <jason@ncac.gwu.edu>.
Jeremy Allison
1
-1
/
+1
2007-10-10
r3928: Fix duplicate call to pdb_get_acct_desc(). Bugzilla #2080.
Tim Potter
1
-1
/
+1
2007-10-10
r3645: Allow deldriverex in rpcclient to delete drivers for a specific
Günther Deschner
1
-2
/
+8
2007-10-10
r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...
Gerald Carter
1
-0
/
+24
2007-10-10
r2476: now that PRINTER_ATTRIBUTE_PUBLISHED does not get reset anymore, migrate
Günther Deschner
1
-0
/
+30
2007-10-10
r2396: Fix bug found by Cornelio Bondad Jr <Corny.Bondad@hp.com>.
Jeremy Allison
1
-5
/
+3
2007-10-10
r1692: first commit :)
Günther Deschner
2
-14
/
+69
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r1202: This hopefully fixes our memory use when unmarshalling strings. The te...
Volker Lendecke
1
-1
/
+4
2007-10-10
r1125: Remove bougus comments. (The real fix was to the sealed pipe padding)
Andrew Bartlett
1
-2
/
+1
2007-10-10
r991: Allow winbindd to use the domain trust account password
Gerald Carter
1
-6
/
+61
2007-10-10
r977: Implement 'net rpc group rename' -- rename domain groups.
Volker Lendecke
1
-0
/
+46
2007-10-10
r704: BUG 1315: fix for schannel client connections to server's that don't su...
Gerald Carter
1
-5
/
+15
2007-10-10
r480: Added Andrew Bartletts pwinfo-parse-error.patch.
Jeremy Allison
1
-3
/
+3
2007-10-10
r196: merging struct uuid from trunk
Gerald Carter
6
-52
/
+65
2007-10-10
r69: Global rename of 'nt_session_key' -> 'user_session_key'. The session ke...
Andrew Bartlett
1
-3
/
+3
2007-10-10
r39: * importing .cvsignore files
Gerald Carter
1
-2
/
+0
2004-04-02
Implement NETLOGON GetDCName client side. You can ask a DC for the name of
Volker Lendecke
1
-0
/
+84
2004-03-24
fixes for prnadmin.dll API
Gerald Carter
1
-1
/
+1
2004-02-28
Add 'net rpc group [add|del]mem' for domain groups and aliases.
Volker Lendecke
1
-3
/
+3
2004-02-24
Add 'net rpc group add'. For this parse_samr.c had to be changed: The
Volker Lendecke
1
-4
/
+4
2004-02-12
More sync between passdb on 3.0 and HEAD.
Jim McDonough
1
-15
/
+10
2004-02-08
Make more functions static, and remove duplication in the use of functions
Andrew Bartlett
1
-1
/
+1
2004-01-26
This adds client-side support for the unicode/SAMR password change scheme.
Andrew Bartlett
1
-7
/
+7
2004-01-14
source/rpc_parse/parse_prs.c ZERO_STRUCTP(ps) not needed as it is done
Herb Lewis
1
-1
/
+0
2004-01-09
fix some warnings from the Sun compiler
Gerald Carter
1
-4
/
+4
2004-01-07
commiting jra's fix for Exchange clear test auth
Gerald Carter
1
-1
/
+2
2004-01-05
rpc_client/cli_lsarpc.c:
Andrew Bartlett
1
-2
/
+2
2003-12-29
Add the alignment required before all 2-byte quantities in NDR. Allows us
Andrew Bartlett
1
-0
/
+3
2003-12-10
Fix UNISTR2 length bug in LsaQueryInfo(3) that cause SID resolution to fail o...
Gerald Carter
1
-1
/
+1
2003-12-05
fixed a problem with "net rpc vampire" mis-parsing the alias member
Andrew Tridgell
1
-4
/
+4
2003-12-04
* fix RemoveSidForeignDomain() ; bug 252
Gerald Carter
1
-6
/
+6
2003-11-22
Add support for variable-length session keys in our client code.
Andrew Bartlett
1
-11
/
+11
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
2
-13
/
+18
2003-11-17
Fix from Andrew Bartlett to fix up the munged-dial problem.
Jeremy Allison
2
-6
/
+16
2003-11-13
* Fix from SATOH Fumiyasu for bug 660 (failing to view print
Gerald Carter
1
-5
/
+7
2003-11-11
fix crash bug due to empyrt munged dial string; patch from metze
Gerald Carter
1
-1
/
+1
2003-11-07
Handle munged dial string. Patch from Aur?lien Degr?mont <adegremont@idealx.c...
Jeremy Allison
2
-5
/
+35
[next]