summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-10s3: auth.krb5ccname and auth.unix_username are both fstringsVolker Lendecke1-4/+2
2010-09-10selftest/s3-selftest.sh: knownfailure filtering for non-build-farm make testStefan Metzmacher1-2/+1
2010-09-10s3:torture: fix printf output, lines can't start with lower case "test"Stefan Metzmacher1-31/+30
2010-09-10s3:torture: fix run_uid_regression_testStefan Metzmacher1-8/+20
2010-09-10s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher1-0/+2
2010-09-10s4-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETEDStefan Metzmacher1-0/+1
2010-09-10s4:provision: remember the setup directory if it wasn't the defaultStefan Metzmacher4-0/+11
2010-09-10s3-spoolss: Fix _spoolss_GetPrinter().Günther Deschner1-1/+2
2010-09-10s3-spoolss: Don't leak memory on the session counter list.Andreas Schneider3-1/+21
2010-09-10s3-spoolss: Allow multiple client backchannels.Simo Sorce1-77/+116
2010-09-10s3-spoolss: Split function to send notification.Simo Sorce1-127/+162
2010-09-10s3-spoolss: Use a single structure for all the back channel data.Simo Sorce1-14/+18
2010-09-10s3-spoolss: Rename Printer_entry to struct printer_handle.Simo Sorce1-53/+53
2010-09-10s3-spoolss: Move Printer_entry to srv_spoolss_nt.cSimo Sorce2-40/+44
2010-09-10s3-spoolss: Allocate printer entries on the pipe struct.Simo Sorce1-1/+2
2010-09-10s3-spoolss: Rename session counter structure and use talloc.Simo Sorce1-8/+7
2010-09-10s3-dsgetdcname: cleanup receive_getdc_response a little.Günther Deschner1-14/+18
2010-09-10s3-build: use proper RPC_X_OBJ target names.Günther Deschner2-32/+35
2010-09-10s3-waf: use proper RPC_X_SRC names.Günther Deschner1-20/+15
2010-09-10s4/fsmo: Change return type from NTSTATUS to WERROR for drepl_takeFSMOroleAnatoliy Atanasov3-4/+5
2010-09-10s4/fsmo: Fix callback declarationAnatoliy Atanasov1-1/+2
2010-09-10s4-drs: return DRSUAPI_EXOP_ERR_SUCCESS in extended_retKamen Mazdrashki1-0/+1
2010-09-10s4-drs: Hanlde extended operations only onceKamen Mazdrashki1-40/+45
2010-09-10s4-dreplsrv: fix 'dn' for partition object being createdKamen Mazdrashki1-1/+9
2010-09-10s4-drs-fsmo: try to dispatch ops in queue as soon as possibleKamen Mazdrashki1-1/+9
2010-09-10s4/fsmo: Added python tests for schema master transfer opAnatoliy Atanasov2-0/+153
2010-09-10s4-fsmo: update FSMO changes for recent IRPC workAndrew Tridgell2-7/+13
2010-09-10s4/drs: update repsFrom only when we are not in getncchanges extended opAnatoliy Atanasov1-4/+4
2010-09-10s4-ldap: Added support for FSMO role transfer via LDAP by modify on rootDSENadezhda Ivanova1-1/+46
2010-09-10s4-rpc: Added handling of fsmo role transfer to GetNCChangesNadezhda Ivanova1-0/+108
2010-09-10s4-irpc: Added internal rpc call DREPL_TAKEFSMOROLENadezhda Ivanova1-1/+10
2010-09-10s4-drs: Implementation of GetNCChanges extended op 6 - fsmo role transferNadezhda Ivanova4-2/+170
2010-09-10s4-drs: Refactored drepl_service and send_ridalloc_request so that the struct...Nadezhda Ivanova2-27/+48
2010-09-10s4/torture: use time_mono for deltas in lock testBjörn Jacke1-22/+22
2010-09-10s3-build: only link LIBNDR_XATTR_OBJ where needed.Günther Deschner1-2/+2
2010-09-10s3-waf: only link LIBNDR_XATTR_SRC where needed.Günther Deschner1-2/+2
2010-09-10s3-build: link ndr_notify only where needed.Günther Deschner1-2/+2
2010-09-10s3-waf: link ndr_notify only where needed.Günther Deschner1-2/+2
2010-09-10s3-build: link ndr_named_pipe_auth only where needed.Günther Deschner1-2/+2
2010-09-10s3-waf: link ndr_named_pipe_auth only where needed.Günther Deschner1-2/+2
2010-09-10s3-spoolss: allow a short printername w/o servername.Günther Deschner1-6/+1
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison5-3/+34
2010-09-09More paranoia to ensure SD's can't be set on read-only shares.Jeremy Allison1-0/+4
2010-09-10s3-selftest: rename printer "print4" to "lp".Günther Deschner2-2/+2
2010-09-10s4-smbtorture: add spoolss_OpenPrinter with unc and printername in RPC-SPOOLS...Günther Deschner1-4/+18
2010-09-09s3: Fix messsssagesVolker Lendecke1-5/+5
2010-09-09s3: Ensure NULL termination for "workstation" in auth_crapVolker Lendecke1-0/+2
2010-09-09s3-nmbd: use NETLOGON_NT_VERSION_1 in LOGON_PRIMARY_RESPONSE.Günther Deschner1-1/+1
2010-09-09s3: These assignments are overwritten immediatelyVolker Lendecke1-4/+0
2010-09-09s3-nmbd: use autogenerated marshalling for LOGON_SAM_LOGON_REQUEST.Günther Deschner1-301/+94