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
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4:provision Don't bother with a template for the LDAP backend startup script.
Andrew Bartlett
2009-11-24
2
-4
/
+1
*
s4:provision Move secrets.ldb over to .c file module lists, like sam.ldb
Andrew Bartlett
2009-11-24
3
-1
/
+112
*
s4:ldap.py - activate test for operational attributes
Matthias Dieter Wallnöfer
2009-11-24
1
-8
/
+8
*
s4:operational LDB module - Prevent the modification of operational attributes
Andrew Bartlett
2009-11-24
1
-0
/
+16
*
s4:ldap.py Add tests for subSchemaSubEntry
Andrew Bartlett
2009-11-24
1
-0
/
+12
*
s4:dsdb Use new helper function to obtain CN=Aggregate schema DN in schema_data
Andrew Bartlett
2009-11-24
1
-6
/
+6
*
s4:dsdb Return the subSchemaSubEntry operational attribute on every object
Andrew Bartlett
2009-11-24
1
-4
/
+40
*
s4:dsdb Add function to return the CN=Aggregate schema DN
Andrew Bartlett
2009-11-24
1
-0
/
+18
*
s4:provision Remove 'operational' from secrets.ldb module list
Andrew Bartlett
2009-11-24
1
-1
/
+1
*
Proper fix for #6898 - Samba duplicates file content on appending. Pointed ou...
Jeremy Allison
2009-11-23
3
-13
/
+21
*
s3: add dbwrap_torture - a tool to stress test tdb transactions through dbwrap
Michael Adam
2009-11-23
2
-1
/
+369
*
s3:torture: move the torture-specific headers to new torture/torture.h
Michael Adam
2009-11-23
8
-55
/
+87
*
s3:idmap_ldap: fix indentation: tab/space mixup
Michael Adam
2009-11-23
1
-14
/
+14
*
Fix bug #6898 - Samba duplicates file content on appending
Jeremy Allison
2009-11-23
1
-0
/
+10
*
s3-spoolss: Fix GetPrinter level 101.
Günther Deschner
2009-11-23
1
-1
/
+1
*
Revert "s3: Make the implicit reference to Protocol in mask_match() explicit"
Volker Lendecke
2009-11-23
5
-18
/
+10
*
Revert "s3: Make the implicit reference to Protocol in mask_match_list() expl...
Volker Lendecke
2009-11-23
3
-12
/
+6
*
Revert "s3: Make the implicit reference to Protocol in is_in_path() explicit"
Volker Lendecke
2009-11-23
10
-22
/
+15
*
Revert "s3: Make the implicit reference to get_Protocol in lp_use_sendfile() ...
Volker Lendecke
2009-11-23
3
-9
/
+5
*
Revert "s3: Move the global variable Protocol to struct smbd_server_connection"
Volker Lendecke
2009-11-23
19
-66
/
+53
*
s4:ldap.py - Add a check for the generated "schemaIDGUID"
Matthias Dieter Wallnöfer
2009-11-23
1
-0
/
+2
*
s3-winbind: In _wbint_CheckMachineAccount, there is only one child domain ever
Volker Lendecke
2009-11-23
1
-1
/
+1
*
s3: Move a variable declaration to its only use
Volker Lendecke
2009-11-23
1
-1
/
+1
*
s4:dsdb Move module configuration from each ldb into samba_dsdb.c
Andrew Bartlett
2009-11-23
8
-86
/
+408
*
s4:provision Simplify the module list
Andrew Bartlett
2009-11-23
2
-20
/
+26
*
s4/schema(tort): Refactor DSDB-SYNTAX test for better performance
Kamen Mazdrashki
2009-11-23
1
-35
/
+86
*
s4/schema: Handle Object(OR-Name) syntax in extended_dn_out module
Kamen Mazdrashki
2009-11-23
1
-4
/
+12
*
s4/schema: Object(OR-Name) syntax handling for DRS calls
Kamen Mazdrashki
2009-11-23
3
-6
/
+11
*
s4/schema(tort): Inject authOrig attribute into schema loaded for tests
Kamen Mazdrashki
2009-11-23
1
-1
/
+44
*
s4/schema(tort): Add test for Object(OR-Name) syntax
Kamen Mazdrashki
2009-11-23
1
-0
/
+8
*
s4/schema(tort): Test LDB_SYNTAX_DN with extended_dn in [GUID;SID;DN] form
Kamen Mazdrashki
2009-11-23
1
-1
/
+9
*
s4/drs(tort): DSSYNC test to print what is different in drs_msg also
Kamen Mazdrashki
2009-11-23
1
-1
/
+7
*
s4-smbtorture: fix spoolss_EnumPrinterKey client in RPC-SPOOLSS-WIN.
Günther Deschner
2009-11-23
1
-4
/
+19
*
s3-printing: remove duplicate code while cleaning up driver structs.
Günther Deschner
2009-11-23
1
-68
/
+39
*
s3-spoolss: move more defines out of nt_printing.h to spoolss.idl where they ...
Günther Deschner
2009-11-23
3
-67
/
+130
*
s3-printing: remove unused NT_PRINTER_DRIVER_INFO_LEVEL structs.
Günther Deschner
2009-11-23
1
-41
/
+0
*
s3-printing: use spoolss types and structs while getting and deleting drivers.
Günther Deschner
2009-11-23
5
-375
/
+362
*
s3-printing: use spoolss types and structs while adding drivers.
Günther Deschner
2009-11-23
3
-484
/
+184
*
s4-smbtorture: add tests for spoolss_EnumPrinterKey to RPC-SPOOLSS-PRINTER.
Günther Deschner
2009-11-23
1
-0
/
+81
*
s3-spoolss: fix spoolss_EnumPrinterKey client and server code.
Günther Deschner
2009-11-23
2
-7
/
+40
*
spoolss: fix spoolss_EnumPrinterKey IDL.
Günther Deschner
2009-11-23
6
-60
/
+40
*
s3: Fix bug 6338 -- net rpc trustdom list always display "none"
Volker Lendecke
2009-11-22
1
-10
/
+23
*
s4:netlogon RPC - Remove trailing whitespace
Matthias Dieter Wallnöfer
2009-11-22
1
-1
/
+1
*
s4:netlogon RPC - Fix up the error handling
Matthias Dieter Wallnöfer
2009-11-22
1
-4
/
+2
*
s4:netlogon RPC - Fix up a comment
Matthias Dieter Wallnöfer
2009-11-22
1
-4
/
+5
*
Fixed incorrect indentation.
Nadezhda Ivanova
2009-11-22
1
-7
/
+6
*
s3: Fix some nonempty blank lines
Volker Lendecke
2009-11-21
9
-568
/
+468
*
s3: Remove a struct typedef
Volker Lendecke
2009-11-21
3
-9
/
+9
*
s3: Make alloc_sub_basic() static
Volker Lendecke
2009-11-21
3
-20
/
+22
*
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
2009-11-21
19
-53
/
+66
[next]