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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-10
s3:torture: fix printf output, lines can't start with lower case "test"
Stefan Metzmacher
1
-31
/
+30
2010-09-10
s3:torture: fix run_uid_regression_test
Stefan Metzmacher
1
-8
/
+20
2010-09-10
s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
Stefan Metzmacher
1
-0
/
+2
2010-09-10
s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
Stefan Metzmacher
1
-0
/
+1
2010-09-10
s4:provision: remember the setup directory if it wasn't the default
Stefan Metzmacher
4
-0
/
+11
2010-09-10
s3-spoolss: Fix _spoolss_GetPrinter().
Günther Deschner
1
-1
/
+2
2010-09-10
s3-spoolss: Don't leak memory on the session counter list.
Andreas Schneider
3
-1
/
+21
2010-09-10
s3-spoolss: Allow multiple client backchannels.
Simo Sorce
1
-77
/
+116
2010-09-10
s3-spoolss: Split function to send notification.
Simo Sorce
1
-127
/
+162
2010-09-10
s3-spoolss: Use a single structure for all the back channel data.
Simo Sorce
1
-14
/
+18
2010-09-10
s3-spoolss: Rename Printer_entry to struct printer_handle.
Simo Sorce
1
-53
/
+53
2010-09-10
s3-spoolss: Move Printer_entry to srv_spoolss_nt.c
Simo Sorce
2
-40
/
+44
2010-09-10
s3-spoolss: Allocate printer entries on the pipe struct.
Simo Sorce
1
-1
/
+2
2010-09-10
s3-spoolss: Rename session counter structure and use talloc.
Simo Sorce
1
-8
/
+7
2010-09-10
s3-dsgetdcname: cleanup receive_getdc_response a little.
Günther Deschner
1
-14
/
+18
2010-09-10
s3-build: use proper RPC_X_OBJ target names.
Günther Deschner
2
-32
/
+35
2010-09-10
s3-waf: use proper RPC_X_SRC names.
Günther Deschner
1
-20
/
+15
2010-09-10
s4/fsmo: Change return type from NTSTATUS to WERROR for drepl_takeFSMOrole
Anatoliy Atanasov
3
-4
/
+5
2010-09-10
s4/fsmo: Fix callback declaration
Anatoliy Atanasov
1
-1
/
+2
2010-09-10
s4-drs: return DRSUAPI_EXOP_ERR_SUCCESS in extended_ret
Kamen Mazdrashki
1
-0
/
+1
2010-09-10
s4-drs: Hanlde extended operations only once
Kamen Mazdrashki
1
-40
/
+45
2010-09-10
s4-dreplsrv: fix 'dn' for partition object being created
Kamen Mazdrashki
1
-1
/
+9
2010-09-10
s4-drs-fsmo: try to dispatch ops in queue as soon as possible
Kamen Mazdrashki
1
-1
/
+9
2010-09-10
s4/fsmo: Added python tests for schema master transfer op
Anatoliy Atanasov
2
-0
/
+153
2010-09-10
s4-fsmo: update FSMO changes for recent IRPC work
Andrew Tridgell
2
-7
/
+13
2010-09-10
s4/drs: update repsFrom only when we are not in getncchanges extended op
Anatoliy Atanasov
1
-4
/
+4
2010-09-10
s4-ldap: Added support for FSMO role transfer via LDAP by modify on rootDSE
Nadezhda Ivanova
1
-1
/
+46
2010-09-10
s4-rpc: Added handling of fsmo role transfer to GetNCChanges
Nadezhda Ivanova
1
-0
/
+108
2010-09-10
s4-irpc: Added internal rpc call DREPL_TAKEFSMOROLE
Nadezhda Ivanova
1
-1
/
+10
2010-09-10
s4-drs: Implementation of GetNCChanges extended op 6 - fsmo role transfer
Nadezhda Ivanova
4
-2
/
+170
2010-09-10
s4-drs: Refactored drepl_service and send_ridalloc_request so that the struct...
Nadezhda Ivanova
2
-27
/
+48
2010-09-10
s4/torture: use time_mono for deltas in lock test
Björn Jacke
1
-22
/
+22
2010-09-10
s3-build: only link LIBNDR_XATTR_OBJ where needed.
Günther Deschner
1
-2
/
+2
2010-09-10
s3-waf: only link LIBNDR_XATTR_SRC where needed.
Günther Deschner
1
-2
/
+2
2010-09-10
s3-build: link ndr_notify only where needed.
Günther Deschner
1
-2
/
+2
2010-09-10
s3-waf: link ndr_notify only where needed.
Günther Deschner
1
-2
/
+2
2010-09-10
s3-build: link ndr_named_pipe_auth only where needed.
Günther Deschner
1
-2
/
+2
2010-09-10
s3-waf: link ndr_named_pipe_auth only where needed.
Günther Deschner
1
-2
/
+2
2010-09-10
s3-spoolss: allow a short printername w/o servername.
Günther Deschner
1
-6
/
+1
2010-09-09
Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...
Jeremy Allison
5
-3
/
+34
2010-09-09
More paranoia to ensure SD's can't be set on read-only shares.
Jeremy Allison
1
-0
/
+4
2010-09-10
s3-selftest: rename printer "print4" to "lp".
Günther Deschner
2
-2
/
+2
2010-09-10
s4-smbtorture: add spoolss_OpenPrinter with unc and printername in RPC-SPOOLS...
Günther Deschner
1
-4
/
+18
2010-09-09
s3: Fix messsssages
Volker Lendecke
1
-5
/
+5
2010-09-09
s3: Ensure NULL termination for "workstation" in auth_crap
Volker Lendecke
1
-0
/
+2
2010-09-09
s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.
Günther Deschner
1
-1
/
+1
2010-09-09
s3: These assignments are overwritten immediately
Volker Lendecke
1
-4
/
+0
2010-09-09
s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.
Günther Deschner
1
-301
/
+94
2010-09-09
s3-nmbd: use autogenerated marshalling for LOGON_PRIMARY_QUERY.
Günther Deschner
1
-109
/
+33
2010-09-09
s3-nmbd: use autogenerated marshalling for LOGON_REQUEST.
Günther Deschner
1
-47
/
+29
[next]