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-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
2009-11-12
Ensure all callers to the rpc_client/cli_pipe functions correctly
Jeremy Allison
13
-34
/
+21
2009-11-12
Fix bug 6891 - using windows explorer to change ownership on a folder fails w...
Jeremy Allison
1
-1
/
+11
2009-11-12
Ensure every return path initializes presult as NULL.
Jeremy Allison
1
-0
/
+40
2009-11-12
s3-kerberos: remove smb_krb5_get_tkt_from_creds().
Günther Deschner
1
-60
/
+4
2009-11-12
s3-kerberos: avoid using ERROR_TABLE_BASE_krb5 without checking.
Günther Deschner
1
-0
/
+4
2009-11-12
s3: Fix debug messages in check_reduced_name
Volker Lendecke
1
-13
/
+24
2009-11-12
s3-kerberos: add smb_krb5_principal_get_realm().
Günther Deschner
2
-0
/
+27
2009-11-11
Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...
Jeremy Allison
4
-15
/
+10
2009-11-11
Fix bug 6878 - Cannot change ACL's inherit flag.
Jeremy Allison
1
-44
/
+108
2009-11-11
s3:vfs_fs_capabilities: fix a debug message
Michael Adam
1
-1
/
+1
2009-11-10
s3: Convert libsmb/cli_message to the async API
Volker Lendecke
3
-142
/
+372
[next]