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
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:libsmb: use 'state' instead of 'talloc_tos()' in smb2cli_create*
Stefan Metzmacher
2012-05-06
1
-2
/
+2
*
s3:libsmb: remove unused reference to talloc_tos()
Stefan Metzmacher
2012-05-06
4
-8
/
+4
*
s3:idmap_cache: change DEBUG message to level 10
Stefan Metzmacher
2012-05-06
1
-1
/
+2
*
s3:registry: implement values_need_update and subkeys_need_update in the smbc...
Michael Adam
2012-05-05
1
-0
/
+11
*
s3:registry: return error when Key does not exist in regdb_fetch_values_inter...
Michael Adam
2012-05-05
1
-0
/
+3
*
s3:smbd: comment the lp_load call in reload_services()
Michael Adam
2012-05-05
1
-1
/
+5
*
s3: Use hex_encode_buf
Volker Lendecke
2012-05-04
1
-4
/
+1
*
s3: Use hex_encode_buf
Volker Lendecke
2012-05-04
1
-3
/
+1
*
s3: Remove an unused extern declaration
Volker Lendecke
2012-05-04
1
-2
/
+0
*
s3: Remove an unused parameter from check_parent_access()
Volker Lendecke
2012-05-04
1
-10
/
+3
*
s3: In mkdir_internal, don't retrieve parent_dir from check_parent_access
Volker Lendecke
2012-05-04
1
-1
/
+1
*
krb5samba: Add a smb_krb5_cc_get_lifetime() function.
Andreas Schneider
2012-05-04
1
-0
/
+2
*
krb5samba: Add compat krb5_make_principal for MIT build
Simo Sorce
2012-05-04
1
-0
/
+1
*
Move kerberos_kinit_keyblock_cc to krb5samba lib
Simo Sorce
2012-05-04
1
-0
/
+1
*
s3: remove some unused code
Volker Lendecke
2012-05-04
2
-28
/
+0
*
s3: Fix a typo
Volker Lendecke
2012-05-04
1
-1
/
+1
*
s3:passdb fix a compiler warning
Christian Ambach
2012-05-03
1
-1
/
+1
*
s3:vfs fix compiler warning
Christian Ambach
2012-05-03
1
-0
/
+5
*
s3:lib fix compiler warnings
Christian Ambach
2012-05-03
1
-0
/
+6
*
UTIL_TDB: lowercase name.
Jelmer Vernooij
2012-05-03
1
-3
/
+3
*
s3-pypassdb: add wrapper for enum_group_memberships
Andrew Bartlett
2012-05-03
1
-1
/
+57
*
s3-pypassdb: remove unused variable
Andrew Bartlett
2012-05-03
1
-2
/
+0
*
s3-passdb: Add extra debug on ID mapping failures
Andrew Bartlett
2012-05-02
1
-0
/
+7
*
s3-idmap: remove (now) unused function idmap_cache_set_sid2both()
Andrew Bartlett
2012-05-02
2
-25
/
+0
*
s3-idmap: convert most idmap_cache callers to unixid API
Andrew Bartlett
2012-05-02
4
-55
/
+52
*
s3-idmap: Rework idmap_cache to store ID_TYPE_BOTH values
Andrew Bartlett
2012-05-02
2
-176
/
+240
*
s3-winbindd: Do not use WBC_ types internally in winbindd
Andrew Bartlett
2012-05-02
1
-3
/
+5
*
s3:passdb: remove a forward declaration of wbcSidToUnixId that has become unn...
Michael Adam
2012-05-02
1
-1
/
+0
*
s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency
Michael Adam
2012-05-02
3
-4
/
+4
*
s3-passdb: Use struct unixid in sids_to_unix_ids
Andrew Bartlett
2012-05-02
3
-24
/
+39
*
s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarity
Andrew Bartlett
2012-05-02
1
-3
/
+3
*
s3-passdb: Change pdb_sid_to_id() to return struct unixid
Andrew Bartlett
2012-05-02
9
-161
/
+147
*
selftest: run more raw.samba3 against secshare simple file server
Andrew Bartlett
2012-05-02
1
-1
/
+1
*
selftest: Run smbtorture tests being run against s3dc against plugin_s4_dc as...
Andrew Bartlett
2012-05-02
1
-3
/
+7
*
selftest: attempt to test samba3hide in a different environment
Andrew Bartlett
2012-05-02
1
-0
/
+3
*
s3-smbd: Use security_session_user_level() rather than nt_token_check_sid()
Andrew Bartlett
2012-05-02
1
-13
/
+1
*
s3:torture fix flakey testcase
Christian Ambach
2012-05-02
1
-6
/
+20
*
s3:selftest run LOCAL-IDMAP-TDB-COMMON in make test
Christian Ambach
2012-05-01
1
-0
/
+1
*
s3:torture: add idmap_tdb_common test code
Christian Ambach
2012-05-01
5
-3
/
+1038
*
s3:winbindd/idmap_tdb: use idmap_tdb_common code
Christian Ambach
2012-05-01
1
-558
/
+18
*
s3:winbindd/idmap_tdb2: fix logic error in set_mapping_action
Christian Ambach
2012-05-01
1
-1
/
+1
*
s3:winbindd/idmap_tdb2: use idmap_tdb_common code
Christian Ambach
2012-05-01
1
-357
/
+91
*
s3:winbindd/autorid use idmap_tdb_common code in autorid
Christian Ambach
2012-05-01
1
-86
/
+227
*
s3:winbindd add idmap_tdb_common file to store common code of TDB idmap backends
Christian Ambach
2012-05-01
4
-2
/
+796
*
s3:util add sid_check_is_wellknown_builtin()
Christian Ambach
2012-05-01
2
-0
/
+28
*
Fix bug #8873 - self granting privileges in security=ads.
Jeremy Allison
2012-05-01
1
-4
/
+12
*
Fix the loop unrolling inside resolve_ads(). If we don't get
Jeremy Allison
2012-04-30
1
-34
/
+73
*
Protect all of the name resolution methods from returning null addrs. Ensure ...
Jeremy Allison
2012-04-30
1
-9
/
+19
*
Fix convert_ss2service() to filter out zero addresses.
Jeremy Allison
2012-04-30
1
-12
/
+33
*
Fix remove_duplicate_addrs2 to do exactly what it says. Previously it could l...
Jeremy Allison
2012-04-30
1
-10
/
+9
[prev]
[next]