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
2008-05-09
dsgetdcname: fix gencache store for dsgetdcname().
Günther Deschner
1
-20
/
+184
2008-05-09
dsgetdcname: pure cosmetics.
Günther Deschner
1
-6
/
+6
2008-05-09
dsgetdcname: simply call ourself with DS_FORCE_REDISCOVERY after cache expiry.
Günther Deschner
1
-16
/
+8
2008-05-09
dsgetdcname: be more paranoid about the existance of an ip_address.
Günther Deschner
1
-6
/
+36
2008-05-09
dsgetdcname: remove invalid assumption in discover_dc_dns().
Günther Deschner
1
-5
/
+0
2008-05-09
dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...
Günther Deschner
3
-81
/
+61
2008-05-09
dsgetdcname: wait a little longer for mailslot replies.
Günther Deschner
1
-2
/
+2
2008-05-09
dsgetdcname: map additional flags to nt_version.
Günther Deschner
1
-0
/
+2
2008-05-09
dsgetdcname: use make_dc_info_from_cldap_reply() for cldap replies.
Günther Deschner
1
-63
/
+21
2008-05-09
dsgetdcname: add make_dc_info_from_cldap_reply().
Günther Deschner
1
-0
/
+146
2008-05-09
dsgetdcname: add get_cldap_reply_server_flags().
Günther Deschner
1
-0
/
+32
2008-05-09
cldap: let ads_cldap_netlogon() return all possible cldap replies.
Günther Deschner
4
-21
/
+60
2008-05-09
dsgetdcname: add pull_mailslot_cldap_reply().
Günther Deschner
1
-0
/
+84
2008-05-09
dsgetdcname: add map_ds_flags_to_nt_version.
Günther Deschner
1
-0
/
+28
2008-05-08
Fix bug #5452 - smbclient put always creates zero length
Jeremy Allison
1
-2
/
+2
2008-05-08
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
Jeremy Allison
18
-144
/
+5
2008-05-08
registry: add removal of secdesc of a key to regdb_store_keys().
Michael Adam
1
-0
/
+17
2008-05-08
registry: add comments to removing lists in regdb_store_keys().
Michael Adam
1
-0
/
+4
2008-05-08
registry: change order of deleting value and subkey lists in store_keys().
Michael Adam
1
-16
/
+13
2008-05-08
registry: adapt comment to first step in regdb_store_keys().
Michael Adam
1
-1
/
+1
2008-05-08
registry: adapt comment of last step in regdb_store_keys().
Michael Adam
1
-1
/
+1
2008-05-08
registry: regdb_store_keys: move storing the subkey list down after removing ...
Michael Adam
1
-8
/
+8
2008-05-08
registry: add comment explaining workflow to make store_keys safe w/o transac...
Michael Adam
1
-0
/
+21
2008-05-08
registry: check for existence of non base key in regdb_store_keys() before pr...
Michael Adam
1
-0
/
+4
2008-05-08
registry: add a function regdb_key_is_base_key() to check whether is composite.
Michael Adam
1
-0
/
+33
2008-05-08
registry: check for existence of key in regdb_set_secdesc() before proceeding.
Michael Adam
1
-0
/
+5
2008-05-08
registry: check for existence of key in regdb_get_secdesc() before proceeding.
Michael Adam
1
-0
/
+5
2008-05-08
registry: check for existence of key in regdb_store_values() before proceeding.
Michael Adam
1
-0
/
+4
2008-05-08
registry: check for existence of key in regdb_fetch_keys() before proceeding.
Michael Adam
1
-0
/
+4
2008-05-08
registry: check for existence of key in regdb_fetch_values() first.
Michael Adam
1
-0
/
+4
2008-05-08
registry: free talloc context on error path in regdb_fetch_values().
Michael Adam
1
-1
/
+1
2008-05-08
registry: Implement new semantics for existence of registry key in tdb.
Michael Adam
1
-3
/
+52
2008-05-08
registry: make normalize_reg_path() strip leading and trailing '/' chars.
Michael Adam
1
-7
/
+26
2008-05-08
registry: free temporary data in regdb_fetch_key_internal().
Michael Adam
1
-1
/
+5
2008-05-08
registry: change order of arguments of regdb_fetch_key_internal()
Michael Adam
1
-4
/
+4
2008-05-08
gencache: add some const.
Günther Deschner
1
-1
/
+1
2008-05-08
re-run make idl.
Günther Deschner
3
-3
/
+5
2008-05-08
IDL: make nbt_cldap_netlogon_29 public.
Günther Deschner
1
-1
/
+1
2008-05-08
netdomjoin-gui: before prompting for creds, ask dsgetdcname for a dc.
Günther Deschner
1
-0
/
+35
2008-05-07
Rename server_info->was_mapped to server_info->nss_token
Volker Lendecke
7
-15
/
+13
2008-05-07
Use talloc_tos() for a temporary getpwnam_alloc in make_connection_snum
Volker Lendecke
1
-1
/
+1
2008-05-07
Use talloc_stackframe() in find_forced_group
Volker Lendecke
1
-11
/
+5
2008-05-07
re-run make idl.
Günther Deschner
1
-0
/
+36
2008-05-07
IDL: add missing case 14 and 15 to nbt_cldap_netlogon union.
Günther Deschner
1
-0
/
+2
2008-05-07
dsgetdcname: remove invalid assumptions when using DNS for the DC query.
Günther Deschner
1
-11
/
+2
2008-05-07
netapi: add -f switch for DsGetDCName() example and be more verbose on output.
Günther Deschner
1
-3
/
+15
2008-05-07
wins: fix null pointer crash in nss_wins module.
Günther Deschner
1
-0
/
+3
2008-05-06
Enable tests for splice on Linux. Add a static (vl, I hate this)
Jeremy Allison
2
-2
/
+39
2008-05-07
testsuite: allow selection of posix_s3 subtests by env var POSIX_SUBTESTS.
Michael Adam
1
-0
/
+4
2008-05-06
Fix a memleak introduced after refactoring "struct user_struct"
Volker Lendecke
1
-1
/
+1
[next]