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_server
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7890: * add Reg[SG]etKeySec() server stubs
Gerald Carter
2
-13
/
+149
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
3
-31
/
+31
2007-10-10
r7880: fix a typo and memleak on failures cases (patch from marcin)
Gerald Carter
2
-1
/
+7
2007-10-10
r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarity
Gerald Carter
2
-15
/
+12
2007-10-10
r7836: Fix the bug where users show up as trusting domains.
Volker Lendecke
1
-9
/
+22
2007-10-10
r7708: Hint from Luke Howard (thanks Luke). Ensure the schannel authenticator...
Jeremy Allison
1
-1
/
+1
2007-10-10
r7698: * clean upserver frontend for RegDeleteKey()
Gerald Carter
1
-13
/
+63
2007-10-10
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
1
-33
/
+195
2007-10-10
r7664: add access check hooks to _reg_open_entry which are passed off
Gerald Carter
1
-6
/
+29
2007-10-10
r7649: * fix compile breakage (sorry, should have done a make clean before the
Gerald Carter
2
-1
/
+68
2007-10-10
r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...
Gerald Carter
1
-18
/
+19
2007-10-10
r7647: add access checks to the top level hive open calls; will need to pass ...
Gerald Carter
1
-3
/
+89
2007-10-10
r7645: adding server stubs for RegCreateKey() and RegSetValue()
Gerald Carter
2
-1
/
+67
2007-10-10
r7624: * removed unmatched tdb_lock_by_string() call (should fix build farm i...
Gerald Carter
1
-3
/
+3
2007-10-10
r7614: convert move_driver_to_download_area() to return WERROR in order to pr...
Gerald Carter
1
-3
/
+1
2007-10-10
r7613: small changes to _svcctl_open_service() and create_open_service_handle...
Gerald Carter
1
-9
/
+21
2007-10-10
r7610: can successfully stop and start the 'spooler' service by setting the s...
Gerald Carter
1
-67
/
+7
2007-10-10
r7606: add WERR_NET_NAME_NOT_FOUND. This is what windows returns when
Günther Deschner
1
-1
/
+1
2007-10-10
r7603: * fix a bug in the SERVICE_ALL_ACCESS security mask
Gerald Carter
1
-2
/
+4
2007-10-10
r7595: start trying to split out the svcctl functions into separate files for...
Gerald Carter
1
-692
/
+13
2007-10-10
r7583: * more rearranging and renaming of functions
Gerald Carter
1
-410
/
+472
2007-10-10
r7581: fix bad merge
Gerald Carter
1
-2
/
+0
2007-10-10
r7578: use global well known DOM_SID objects when possible
Gerald Carter
1
-9
/
+6
2007-10-10
r7576: implement access checks for open_scm and open_service
Gerald Carter
1
-11
/
+115
2007-10-10
r7573: you can't make an omlette without break a few eggs....start reworking ...
Gerald Carter
1
-416
/
+300
2007-10-10
r7563: svcctl patches from Marcin; have cleaned up formating and am checking ...
Gerald Carter
2
-82
/
+1350
2007-10-10
r7547: removing unused fields in the REGISTRY_KEY structure associated with o...
Gerald Carter
1
-8
/
+0
2007-10-10
r7440: * merge registry server changes from trunk (so far) for more
Gerald Carter
1
-4
/
+112
2007-10-10
r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yet
Jeremy Allison
1
-3
/
+3
2007-10-10
r7217: Only allow schannel connections if a successful Auth2 has been done
Volker Lendecke
2
-0
/
+9
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
4
-46
/
+237
2007-10-10
r7130: remove 'winbind enable local accounts' code from the 3.0 tree
Gerald Carter
1
-20
/
+0
2007-10-10
r6942: * merging the registry changes back to the 3.0 tree
Gerald Carter
3
-88
/
+274
2007-10-10
r6890: Refactor printing interface to take offset into job. Fixes bug
Jeremy Allison
1
-2
/
+3
2007-10-10
r6772: Fix a valgrind error for samr_open_alias uncovered by one of John's test.
Volker Lendecke
1
-1
/
+1
2007-10-10
r6680: event log patches from Marcin
Gerald Carter
1
-58
/
+126
2007-10-10
r6679: BUG 2684: abartlett's patch for check the per service hosts allow/deny...
Gerald Carter
1
-0
/
+5
2007-10-10
r6642: BUG 2686: shouold fix the group_setinfo() failures; similar to alias_s...
Gerald Carter
1
-0
/
+5
2007-10-10
r6601: fixing query and set alias info calls (level 1 from the
Gerald Carter
1
-12
/
+15
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-3
/
+4
2007-10-10
r6566: fix a couple of local group bugs.
Gerald Carter
1
-7
/
+8
2007-10-10
r6536: Jeremy, did you actually test this part of revision 801? I just tested...
Volker Lendecke
1
-2
/
+0
2007-10-10
r6421: use add machine script when creating a user (ACB_NORMAL)
Gerald Carter
1
-2
/
+4
2007-10-10
r6351: This is quite a large and intrusive patch, but there are not many piec...
Volker Lendecke
1
-580
/
+238
2007-10-10
r6282: Before converting enum_dom_groups, better get the previous version a bit
Volker Lendecke
1
-5
/
+13
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
3
-6
/
+0
2007-10-10
r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...
Gerald Carter
1
-2
/
+8
2007-10-10
r6228: remove BUFHDR2 and clean up LsaEnumTrustedDomains()
Gerald Carter
1
-0
/
+1
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
6
-11
/
+14
2007-10-10
r6218: * fix a segv in EnumPrinters():rpc_buffer_alloc when the caller does n...
Gerald Carter
2
-32
/
+80
[next]