index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
previous commit added an abstraction function that didn't even have
Luke Leighton
1999-11-25
1
-2
/
+2
*
cool! completed a samr* API that _would_ look like an msdn samr* api...
Luke Leighton
1999-11-25
1
-106
/
+67
*
registry API moved over to new format. reg_connect() is the top-level
Luke Leighton
1999-11-24
1
-22
/
+25
*
service control manager API completed. svcenum -i works, but does not
Luke Leighton
1999-11-24
1
-21
/
+13
*
ok. *whew*. this is the first completed part of the restructure.
Luke Leighton
1999-11-24
2
-6
/
+17
*
first stages of removing struct cli_state* and uint16 fnum from all
Luke Leighton
1999-11-24
1
-23
/
+29
*
WARNING! MOVED rpc_server/srv_lsa_hnd.c TO lib/util_hnd.c
Luke Leighton
1999-11-24
1
-17
/
+17
*
rewrote policy handle code to be generic (it's needed for client-side too)
Luke Leighton
1999-11-24
3
-13
/
+22
*
attempted a svcset command. password is encrypted / messed up, therefore
Luke Leighton
1999-11-23
2
-44
/
+68
*
oops!!!! wrong command!!!
Luke Leighton
1999-11-23
1
-2
/
+8
*
adding svcctl 0x1b function
Luke Leighton
1999-11-23
2
-6
/
+53
*
okay :) all cmd_() functions now take int argc, char **argv :) that
Luke Leighton
1999-11-22
1
-61
/
+61
*
implement server-side generation of NTLMv2 session key. YESSS :-)
Luke Leighton
1999-11-21
1
-2
/
+9
*
you know what? this sort of thing makes me laugh. hmm, what functions
Luke Leighton
1999-11-21
2
-1
/
+4
*
hmmm... have to add client-side support in domain_client_validate() to
Luke Leighton
1999-11-21
1
-2
/
+3
*
adding user session key into network netlogon response.
Luke Leighton
1999-11-21
1
-1
/
+4
*
modified domain_client_validate to take trust account name / type. this
Luke Leighton
1999-11-20
1
-1
/
+3
*
doing a code reshuffle. want to add code to establish trust relationships.
Luke Leighton
1999-11-20
1
-111
/
+154
*
The First Necessary UNICODE String Support.
Luke Leighton
1999-11-19
1
-1
/
+4
*
- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursion
Luke Leighton
1999-11-19
1
-0
/
+4
*
added \PIPE\browser plus experimental brsinfo command. you wouldn't
Luke Leighton
1999-11-19
4
-1
/
+105
*
set "key does not exist" response to reg_query_val() (win32 status code
Luke Leighton
1999-11-18
1
-0
/
+1
*
added samuserset2 rpcclient command to test ACB_XXX bit-setting on
Luke Leighton
1999-11-18
2
-4
/
+51
*
updating reg_value_info() parsing code to take BUFFER2 instead of just
Luke Leighton
1999-11-18
2
-4
/
+4
*
added regqueryval command (experimental) to get reg_io_q_info() and
Luke Leighton
1999-11-18
3
-25
/
+25
*
attempting to get nt5 wksta to join domain.
Luke Leighton
1999-11-16
2
-1
/
+2
*
added two new params: "trusted domains" and "trusting domains".
Luke Leighton
1999-11-16
1
-1
/
+10
*
Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000
Richard Sharpe
1999-11-16
1
-2
/
+17
*
added server-side samr enum domains. fixed some parsing issues, server-side.
Luke Leighton
1999-11-15
1
-0
/
+1
*
added rpcclient "enumdomains" command. enumerates names of domains
Luke Leighton
1999-11-15
3
-1
/
+52
*
- added DCE/RPC "fault" PDU support.
Luke Leighton
1999-11-15
4
-5
/
+22
*
debugging rpcclient spoolenum and spooljobs commands. oh, did i forget
Luke Leighton
1999-11-09
4
-11
/
+44
*
preparation for doing a spoolss enum jobs command. had to rewrite
Luke Leighton
1999-11-08
2
-2
/
+16
*
const feeding frenzy
Luke Leighton
1999-11-08
2
-176
/
+214
*
added command-completion printer enum code.
Luke Leighton
1999-11-06
2
-1
/
+8
*
fixed string function for reading in printer_info_N.
Luke Leighton
1999-11-06
1
-0
/
+10
*
added rpcclient spoolenum command. enumerates printers.
Luke Leighton
1999-11-06
2
-6
/
+24
*
spoolss openprinterex / closeprinter client-code.
Luke Leighton
1999-11-06
2
-29
/
+32
*
experimental spoolss rpcclient commands
Luke Leighton
1999-11-05
2
-12
/
+43
*
samuserset <username> -p password. YESSSSS :)
Luke Leighton
1999-11-04
2
-6
/
+37
*
adding experimental set user password command to rpcclient, it returns
Luke Leighton
1999-11-04
2
-2
/
+13
*
created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().
Luke Leighton
1999-11-03
2
-8
/
+15
*
dynamic mem allocation in net_srv_transport_enum() parsing.
Luke Leighton
1999-11-03
2
-5
/
+7
*
three types of array-creation / array-deletion functions:
Luke Leighton
1999-11-03
1
-2
/
+10
*
added samalias <aliasname> rpcclient command (shows info on alias)
Luke Leighton
1999-11-02
1
-0
/
+2
*
dynamic mem allocation in enum dom groups and enum dom aliases
Luke Leighton
1999-11-02
3
-9
/
+8
*
const char* issues
Luke Leighton
1999-11-01
1
-2
/
+4
*
added lsaenumdomains command.
Luke Leighton
1999-11-01
2
-12
/
+26
*
rewrote rpcclient enumaliases command.
Luke Leighton
1999-11-01
2
-6
/
+34
*
added rpcclient svcstop <service name> command. gnu readline
Luke Leighton
1999-11-01
2
-0
/
+32
[prev]
[next]