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-04-29
s4/tort: Add simple unit test for dsdb_schema_info object creation
Kamen Mazdrashki
1
-0
/
+35
2010-04-29
s4/dsdb: schemaInfo revision may be 0
Kamen Mazdrashki
2
-24
/
+11
2010-04-29
s4/dsdb: remove unused dsdb_schema_info_create() function
Kamen Mazdrashki
2
-60
/
+0
2010-04-29
s4/dsdb: Update Schema cache with updated schemaInfo value
Kamen Mazdrashki
1
-4
/
+9
2010-04-29
s4/samldb: Create initial schemaInfo value if it doesn't exists yet
Kamen Mazdrashki
1
-7
/
+30
2010-04-29
s4/dsdb: Use default schemaInfo value when no such value is given
Kamen Mazdrashki
3
-16
/
+25
2010-04-29
s4/test: schemaInfo may not to be set yet
Kamen Mazdrashki
1
-7
/
+15
2010-04-29
Revert "s4/dsdb: Set schemaInfo attribute value during provisioning"
Kamen Mazdrashki
4
-80
/
+0
2010-04-29
idl: we only need ndr_rap.[ch] and rap.h
Andrew Tridgell
9
-5905
/
+7
2010-04-29
s4-idl: added generated files from rap.idl
Andrew Tridgell
11
-1
/
+7815
2010-04-29
s4-waf: added --enable-build-farm configure option
Andrew Tridgell
2
-6
/
+32
2010-04-29
build: added enabled=True/False option to SAMBA_BINARY()
Andrew Tridgell
1
-1
/
+6
2010-04-28
Update (C) for 2010.
Jeremy Allison
7
-1
/
+8
2010-04-28
s4-selftest: skip RAP-PRINTING tests.
Günther Deschner
1
-0
/
+1
2010-04-28
s3-selftest: enable RAP-PRINTING against s3.
Günther Deschner
1
-1
/
+1
2010-04-28
s3-lanman: support level 0 NetPrintQEnum RAP query.
Günther Deschner
1
-0
/
+1
2010-04-28
s4-smbtorture: link in ../../librpc/gen_ndr/ndr_rap.o.
Günther Deschner
4
-2
/
+12
2010-04-28
s4-smbtorture: add test for rap_NetPrintQEnum.
Günther Deschner
1
-0
/
+36
2010-04-28
s4-smbtorture: add RAP-PRINTING suite.
Günther Deschner
4
-2
/
+91
2010-04-28
s4-smbtorture: add smbcli_rap_netprintqenum.
Günther Deschner
1
-1
/
+109
2010-04-28
s3: re-run make samba3-idl
Günther Deschner
1
-0
/
+196
2010-04-28
rap: add rap_NetPrintQEnum to IDL.
Günther Deschner
1
-0
/
+166
2010-04-28
Connect set security descriptor into SMB2 code.
Jeremy Allison
3
-8
/
+23
2010-04-28
s4-smbtorture: when comparing PrinterData from DsSpooler and PrinterInfo also
Günther Deschner
1
-0
/
+31
2010-04-28
s4-smbtorture: add a test that adds a printer incl. devicemode.
Günther Deschner
1
-6
/
+79
2010-04-28
s3:smbd: make fsp->fake_file_handle a talloc child of fsp
Stefan Metzmacher
1
-1
/
+1
2010-04-28
s3:smbd: add comment about returning STATUS_BUFFER_OVERFLOW in pipe_read_andx...
Stefan Metzmacher
1
-1
/
+15
2010-04-28
s4:smb_server/smb: SMBreadX can return STATUS_BUFFER_OVERFLOW
Stefan Metzmacher
1
-1
/
+5
2010-04-28
libcli/named_pipe_auth: we need to hide length of the message mode header fro...
Stefan Metzmacher
1
-1
/
+12
2010-04-28
s4:web_server: use tsocket_address functions to get the local ip and port
Stefan Metzmacher
3
-7
/
+13
2010-04-28
s4-smbtorture: start on a test to verify how SetPrinter changes DsSpooler Pri...
Günther Deschner
1
-0
/
+88
2010-04-28
s4/net_drs: Fix Connection name printed
Kamen Mazdrashki
1
-3
/
+3
2010-04-28
s4/dsdb: dsdb_validate_invocation_id() should validate by objectGUID
Kamen Mazdrashki
2
-22
/
+22
2010-04-28
s3: Make a debug msg more readable
Volker Lendecke
1
-1
/
+1
2010-04-27
Fix the "allow_smb2" bug being set to false that was driving me mad :-).
Jeremy Allison
1
-1
/
+5
2010-04-28
s4:provisionbackend Don't loop forever waiting for OpenLDAP
Andrew Bartlett
1
-0
/
+6
2010-04-27
Don't return a potentially uninitialized NT_STATUS. We can now see user lists...
Jeremy Allison
1
-1
/
+1
2010-04-27
Add debug statements so I can track the flow of RPC data.
Jeremy Allison
1
-2
/
+27
2010-04-28
s3-lanman: use spoolss for api_WPrintDestGetInfo() and api_WPrintDestEnum().
Günther Deschner
1
-37
/
+115
2010-04-28
s3-lanman: fix debug message in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+1
2010-04-28
s3-lanman: remove a unnecessary memset in api_WPrintJobEnumerate().
Günther Deschner
1
-1
/
+0
2010-04-28
s3-lanman: remove unused code.
Günther Deschner
1
-134
/
+0
2010-04-28
s3-lanman: use spoolss for api_DosPrintQGetInfo and api_DosPrintQEnum.
Günther Deschner
1
-152
/
+215
2010-04-27
Don't return an intermediate reply on async on a pipe call (Windows doesn't).
Jeremy Allison
1
-0
/
+5
2010-04-28
s3-lanman: use spoolss for api_PrintJobInfo().
Günther Deschner
1
-13
/
+88
2010-04-28
s4-smbtorture: also try renaming jobname in test_DoPrintTest_check_jobs().
Günther Deschner
1
-0
/
+37
2010-04-28
s4-smbtorture: allow to pass down spoolss_JobInfoContainer to SetJob functions.
Günther Deschner
1
-5
/
+7
2010-04-28
s4-smbtorture: be more liberal when spoolss_SetJob fails.
Günther Deschner
1
-6
/
+6
2010-04-28
s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename).
Günther Deschner
3
-2
/
+74
2010-04-28
s3-lanman: remove unsupported print_job_set_place().
Günther Deschner
3
-20
/
+0
[next]