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
2009-11-22
s4:netlogon RPC - Fix up a comment
Matthias Dieter Wallnöfer
1
-4
/
+5
2009-11-22
Fixed incorrect indentation.
Nadezhda Ivanova
1
-7
/
+6
2009-11-21
s3: Fix some nonempty blank lines
Volker Lendecke
9
-568
/
+468
2009-11-21
s3: Remove a struct typedef
Volker Lendecke
3
-9
/
+9
2009-11-21
s3: Make alloc_sub_basic() static
Volker Lendecke
3
-20
/
+22
2009-11-21
s3: Move the global variable Protocol to struct smbd_server_connection
Volker Lendecke
19
-53
/
+66
2009-11-21
s3: Make the implicit reference to get_Protocol in lp_use_sendfile() explicit
Volker Lendecke
3
-5
/
+9
2009-11-21
s3: Make the implicit reference to Protocol in is_in_path() explicit
Volker Lendecke
10
-15
/
+22
2009-11-21
s3: Make the implicit reference to Protocol in mask_match_list() explicit
Volker Lendecke
3
-6
/
+12
2009-11-21
s3: Make the implicit reference to Protocol in mask_match() explicit
Volker Lendecke
5
-10
/
+18
2009-11-21
mount.cifs: Fix a const error
Volker Lendecke
1
-2
/
+2
2009-11-21
s3: Fix some nonempty blank lines
Volker Lendecke
3
-77
/
+75
2009-11-21
s3: Avoid two calls to strcmp()
Volker Lendecke
1
-4
/
+4
2009-11-21
s3: Fix a bool/enum mismatch
Volker Lendecke
1
-1
/
+1
2009-11-21
s4:lsa RPC - Fix type of variable "atype"
Matthias Dieter Wallnöfer
1
-1
/
+2
2009-11-21
s4:samr RPC - Use more LDB constants
Matthias Dieter Wallnöfer
2
-12
/
+12
2009-11-21
s4:lsa RPC - Use more LDB constants
Matthias Dieter Wallnöfer
1
-16
/
+16
2009-11-21
Implemented LDAP_SERVER_SD_FLAGS_OID on search requests.
Nadezhda Ivanova
3
-26
/
+225
2009-11-21
s4:torture/smb2/oplock - Remove unneeded "status" redeclarations
Matthias Dieter Wallnöfer
1
-5
/
+0
2009-11-21
s4:torture/smb2/notify - Rename nested "fname" variable to prevent warnings
Matthias Dieter Wallnöfer
1
-6
/
+6
2009-11-21
s4:torture/raw/unlink - Remove unused variable and label
Matthias Dieter Wallnöfer
1
-2
/
+1
2009-11-21
s4:torture/rpc/netlogon - Fix uninitialised variable
Matthias Dieter Wallnöfer
1
-2
/
+1
2009-11-21
s3: Convert cli_get_fs_attr_info to the async API
Volker Lendecke
6
-44
/
+102
2009-11-21
s3: Tune if-conditions in a very hot codepath
Volker Lendecke
1
-1
/
+1
2009-11-21
s3: Remove a pointless memset
Volker Lendecke
1
-1
/
+0
2009-11-21
s3: Cache brlock.tdb entries for the fast read&write strict locking code path
Volker Lendecke
4
-17
/
+74
2009-11-21
s4:WINREG RPC server - Cosmetic
Matthias Dieter Wallnöfer
1
-2
/
+2
2009-11-21
ntlm_auth: use data_blob_talloc() to allocate session key
Kai Blin
1
-2
/
+2
2009-11-20
Fix logic bug where high bits tests was being
Jeremy Allison
1
-1
/
+1
2009-11-21
s3:fix endianness bug in dbwrap_change_int32_atomic() (bug #6901)
Michael Adam
1
-4
/
+6
2009-11-21
s3:fix endianness bug in dbwrap_change_uint32_atomic() (bug #6901)
Michael Adam
1
-4
/
+6
2009-11-20
charset/tests/iconv - Remove the "const" from "ptr_in" to prevent "discard_co...
Matthias Dieter Wallnöfer
1
-7
/
+7
2009-11-20
tdb tools: Mostly cosmetic adaptions
Matthias Dieter Wallnöfer
2
-8
/
+9
2009-11-20
util/strlist: Fix up "const" warnings in the string list and test code
Matthias Dieter Wallnöfer
3
-26
/
+30
2009-11-20
s3-build: delete more object files for "make clean".
Günther Deschner
1
-2
/
+3
2009-11-20
Cosmetic patch - fixed case of attribute name.
Nadezhda Ivanova
1
-1
/
+1
2009-11-20
s4:min_versions: require ldb 0.9.9
Stefan Metzmacher
1
-1
/
+1
2009-11-20
s4:lib/ldb: change version to 0.9.9 after some critical index fixes
Stefan Metzmacher
1
-1
/
+1
2009-11-20
librpc: rerun "make idl"
Stefan Metzmacher
6
-0
/
+507
2009-11-20
Revert "Work around ndr_unpack failing on structures with relative pointers."
Stefan Metzmacher
1
-18
/
+1
2009-11-20
pidl:NDR/Parser.pm: update ndr_pull->relative_highest_offset after handling r...
Stefan Metzmacher
1
-1
/
+6
2009-11-20
librpc/ndr: remember the highest offset we parsed with relative pointer buffers
Stefan Metzmacher
2
-6
/
+22
2009-11-20
s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_db_init
Michael Adam
1
-0
/
+2
2009-11-20
s3:idmap_ldap: trim the " chars from the location string in idmap_ldap_alloc_...
Michael Adam
1
-0
/
+2
2009-11-20
Implementation of LDAP_SERVER_SD_FLAGS_OID on modify requests.
Nadezhda Ivanova
2
-21
/
+240
2009-11-20
Some changes to allow processing of ldap controls on modify requests.
Nadezhda Ivanova
6
-10
/
+106
2009-11-20
s4:ntvfs/posix/pvfs_acl - Remove unused variable "token"
Matthias Dieter Wallnöfer
1
-1
/
+0
2009-11-20
tdb: change version to 1.2.0 after adding TDB_*ALLOW_NESTING
Stefan Metzmacher
1
-1
/
+1
2009-11-20
tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior
Stefan Metzmacher
5
-3
/
+63
2009-11-20
New attempt at TDB transaction nesting allow/disallow.
Ronnie Sahlberg
2
-1
/
+14
[next]