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
path:
root
/
source3
Age
Commit message (
Expand
)
Author
Files
Lines
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
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
s3-build: delete more object files for "make clean".
Günther Deschner
1
-2
/
+3
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-19
s3: Avoid races to change the machine password in winbind
Volker Lendecke
1
-0
/
+18
2009-11-19
s3: Protect against flooding the DC with pwchange requests
Volker Lendecke
1
-14
/
+24
2009-11-19
s3: Re-check the timeout in machine_password_change_handler()
Volker Lendecke
1
-0
/
+6
2009-11-19
s3: Add some debugs to the winbind machine pwchange machinery
Volker Lendecke
1
-0
/
+16
2009-11-19
s3: Factor timeval_string out of current_timestring()
Volker Lendecke
2
-12
/
+14
2009-11-19
s3: Do not kill the whole smb session if a machine pwchange failed
Volker Lendecke
1
-1
/
+1
2009-11-19
s3:pdb_ldap: fix a comment typo
Michael Adam
1
-1
/
+1
2009-11-19
s3: shortcut uid_to_sid when "ldapsam:trusted = yes"
Michael Adam
1
-0
/
+75
2009-11-19
s3-build: really fix build of winbind_krb5_locator.
Günther Deschner
1
-1
/
+1
2009-11-19
s3-build: make sure to remove libds and client object files on make clean.
Günther Deschner
1
-1
/
+3
2009-11-18
s3: Replace some create_synthetic_smb_fname() calls
Volker Lendecke
7
-115
/
+63
2009-11-18
s3: Do not talloc in readdir
Volker Lendecke
12
-141
/
+198
2009-11-18
s3:load_interfaces(): use function gfree_interfaces() that we have.
Michael Adam
1
-9
/
+1
2009-11-17
Start removing SMB_STRUCT_STAT variables except for
Jeremy Allison
1
-15
/
+13
2009-11-17
Remove "store create time" code, cause create time to be stored
Jeremy Allison
13
-165
/
+231
2009-11-17
s3: Fix the build on Solaris
Volker Lendecke
2
-7
/
+7
2009-11-16
Don't overwrite a dynamic pointer with the address of a stack
Jeremy Allison
3
-17
/
+12
2009-11-16
s3:libsmb: avoid passing a function call as function parameter
Stefan Metzmacher
2
-21
/
+21
2009-11-15
s3: Fix a memleak in sys_popen
Volker Lendecke
1
-0
/
+1
2009-11-14
s3: Add min_setup, min_param and min_data to cli_trans_recv
Volker Lendecke
7
-129
/
+72
2009-11-14
Attempt to fix the s4 build -- we can not use map_nt_error_from_unix in lib/
Volker Lendecke
2
-0
/
+14
2009-11-14
s3: Convert cli_set_unix_extensions_capabilities_send to async
Volker Lendecke
4
-44
/
+96
2009-11-14
s3: Tiny logic simplification
Volker Lendecke
1
-10
/
+11
2009-11-14
s3:fix a comment typo
Michael Adam
1
-1
/
+1
2009-11-14
s3:is_trusted_domain: shortcut if domain name == global_sam_name
Michael Adam
1
-0
/
+4
2009-11-14
s3:is_trusted_domain: shortcut if domain name is NULL or empty
Michael Adam
1
-0
/
+4
2009-11-14
s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid)
Michael Adam
1
-1
/
+2
2009-11-14
s3:passdb: remove the uid_to_rid method - we only need uid_to_sid
Michael Adam
5
-42
/
+1
2009-11-14
s3:pdb_default_uid_to_sid: fix some debug statements.
Michael Adam
1
-3
/
+3
2009-11-13
s3/pam: move variable declaration into belonging ifdef section
Björn Jacke
1
-1
/
+1
2009-11-13
s3:smbd: also fill the memcache with sid<->id mappings in ldapsam_sid_to_id()
Michael Adam
1
-0
/
+2
2009-11-13
s3:smbd: make idmap cache persistent for "ldapsam:trusted".
Michael Adam
1
-0
/
+4
2009-11-13
Fix large paged search
Volker Lendecke
1
-0
/
+1
2009-11-13
fix bogus "out of memory" winbind msg
Volker Lendecke
1
-1
/
+2
2009-11-13
s3: Convert cli_unix_extensions_version to async
Volker Lendecke
5
-55
/
+159
2009-11-13
s3-rpcclient: use the parsed binding string flags for auth choice.
Günther Deschner
1
-0
/
+18
2009-11-12
Remove unused variable warning.
Jeremy Allison
1
-1
/
+0
2009-11-12
Remove erroneous 'presult = NULL' changes. Now presult only gets set
Jeremy Allison
1
-9
/
+2
2009-11-12
Revert "Ensure every return path initializes presult as NULL."
Jeremy Allison
1
-40
/
+0
[prev]
[next]