index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
rpc_server
Commit message (
Expand
)
Author
Age
Files
Lines
*
r9276: Fix another unused variable warning. Bugzilla #2981.
Tim Potter
2007-10-10
1
-4
/
+1
*
r9275: Remove some dead code. Bugzilla #2982.
Tim Potter
2007-10-10
1
-3
/
+0
*
r9264: fix valgrind invalid write error in enumprinterdata()
Gerald Carter
2007-10-10
1
-2
/
+3
*
r9261: Fix #2976: windows member servers wouldn't alloc connections from users
Jim McDonough
2007-10-10
1
-0
/
+9
*
r9242: Fix my fix for #2953. I'd moved too much code until after we verify t...
Jim McDonough
2007-10-10
1
-3
/
+3
*
r9229: merge from trunk:
Günther Deschner
2007-10-10
1
-2
/
+37
*
r9195: setting log level to 2 instead of 0
Gerald Carter
2007-10-10
1
-1
/
+1
*
r9194: do not enumerate privileges when they are not enabled
Gerald Carter
2007-10-10
1
-1
/
+6
*
r9114: removing gratuitous debug messages
Gerald Carter
2007-10-10
1
-28
/
+1
*
r9112: Fix #2953 - credentials chain on DC gets out of sync with client when
Jim McDonough
2007-10-10
1
-5
/
+12
*
r9098: fix another usrmgr.exe crash when viewing user properties at debugleve...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r9080: If we don't understand the auth, bind nak not pdu fault.
Jeremy Allison
2007-10-10
1
-15
/
+13
*
r9021: Fix smbd-crash bug in openprinter (found by samba4 smbtorture
Günther Deschner
2007-10-10
1
-4
/
+10
*
r8971: Fix querydispinfo (still need to look at enumdomusers) to allow to list
Günther Deschner
2007-10-10
1
-2
/
+4
*
r8959: Make msdfs code talloc based. Fix leaks.
Jeremy Allison
2007-10-10
1
-4
/
+3
*
r8950: Fix one more mem leak found by Gunther.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r8943: Fix segfault in enum_service_status
Gerald Carter
2007-10-10
1
-43
/
+33
*
r8941: Fix unused variable warning. Bugzilla #2940.
Tim Potter
2007-10-10
1
-2
/
+1
*
r8916: should fix the valgrind invalid read of size 1 onthe
Gerald Carter
2007-10-10
1
-8
/
+8
*
r8894: Fix a warning. Bugzilla #2939.
Tim Potter
2007-10-10
1
-3
/
+1
*
r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.
Jeremy Allison
2007-10-10
1
-60
/
+65
*
r8617: Be very explicit if addprinterex is called that the "addprinter command"
Jeremy Allison
2007-10-10
1
-2
/
+7
*
r8573: Fix set but not used warning in srvsvc server-side code.
Tim Potter
2007-10-10
1
-2
/
+2
*
r8564: Sometimes we're too dumb to live... Fix samr calls where we were
Jeremy Allison
2007-10-10
1
-35
/
+35
*
r8501: * disable printer handle object cache (was mostly used
Gerald Carter
2007-10-10
1
-0
/
+5
*
r8432: Fix #2077 - login to trusted domain doesn't allow home drive map and l...
Jim McDonough
2007-10-10
1
-2
/
+7
*
r8326: factor out the delete printer code to a delete_printer_hook() for reuse
Gerald Carter
2007-10-10
1
-56
/
+53
*
r8324: * initial cut at creating printers via the registry API
Gerald Carter
2007-10-10
1
-3
/
+4
*
r8322: * get RegSetValue() working for printer subkey values
Gerald Carter
2007-10-10
1
-1
/
+1
*
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
2007-10-10
1
-17
/
+18
*
r8066: * had to modify the printer data storage slightly in ntprinters.tdb
Gerald Carter
2007-10-10
1
-1
/
+1
*
r8027: driver information is now back via winreg
Gerald Carter
2007-10-10
1
-2
/
+6
*
r8019: Better give a hint that we are failing share-manipulation due to missing
Günther Deschner
2007-10-10
1
-2
/
+6
*
r7995: * privileges are local except when they're *not*
Gerald Carter
2007-10-10
4
-23
/
+26
*
r7987: map generic bits to specific bits in open requests
Gerald Carter
2007-10-10
1
-3
/
+4
*
r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>.
Jeremy Allison
2007-10-10
2
-7
/
+3
*
r7938: * move the hardcoded registry value names from _reg_query_value()
Gerald Carter
2007-10-10
1
-91
/
+1
*
r7908: * change REGISTRY_HOOK api to use const (fix compiler warning
Gerald Carter
2007-10-10
1
-18
/
+14
*
r7890: * add Reg[SG]etKeySec() server stubs
Gerald Carter
2007-10-10
2
-13
/
+149
*
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
2007-10-10
3
-31
/
+31
*
r7880: fix a typo and memleak on failures cases (patch from marcin)
Gerald Carter
2007-10-10
2
-1
/
+7
*
r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarity
Gerald Carter
2007-10-10
2
-15
/
+12
*
r7836: Fix the bug where users show up as trusting domains.
Volker Lendecke
2007-10-10
1
-9
/
+22
*
r7708: Hint from Luke Howard (thanks Luke). Ensure the schannel authenticator...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r7698: * clean upserver frontend for RegDeleteKey()
Gerald Carter
2007-10-10
1
-13
/
+63
*
r7691: * add .gdbinit to the svn:ignore files
Gerald Carter
2007-10-10
1
-33
/
+195
*
r7664: add access check hooks to _reg_open_entry which are passed off
Gerald Carter
2007-10-10
1
-6
/
+29
*
r7649: * fix compile breakage (sorry, should have done a make clean before the
Gerald Carter
2007-10-10
2
-1
/
+68
*
r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R...
Gerald Carter
2007-10-10
1
-18
/
+19
*
r7647: add access checks to the top level hive open calls; will need to pass ...
Gerald Carter
2007-10-10
1
-3
/
+89
[next]