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
2012-12-03
smbget: Use new samba_getpass() function.
Andreas Schneider
1
-3
/
+2
2012-12-03
util: Use new samba_getpass() function for passwd util.
Andreas Schneider
1
-1
/
+8
2012-12-03
ntlm_auth: Use new samba_getpass() function.
Andreas Schneider
1
-1
/
+7
2012-12-03
net: Use samba_getpass() function in net util.
Andreas Schneider
1
-3
/
+7
2012-12-03
net: Use new samba_getpass() function for 'net rpc'.
Andreas Schneider
1
-1
/
+8
2012-12-03
net: Use new samba_getpass() function for 'net ads'.
Andreas Schneider
1
-1
/
+9
2012-12-03
torture: Use new samba_getpass() in masktest.
Andreas Schneider
1
-2
/
+5
2012-12-03
torture: Use new samba_getpass() in smbtorture3.
Andreas Schneider
1
-3
/
+6
2012-12-03
torture: Use new samba_getpass() in locktest2.
Andreas Schneider
1
-3
/
+6
2012-12-03
util: Use new samba_getpass() function.
Andreas Schneider
1
-4
/
+5
2012-12-03
smbclient: Use new samba_getpass() function.
Andreas Schneider
1
-3
/
+6
2012-12-03
wbinfo: Use new samba_getpass() function.
Andreas Schneider
1
-4
/
+11
2012-12-03
util: Add a UNIX platform independent samba_getpass().
Andreas Schneider
4
-2
/
+266
2012-12-03
docs: Fix typo in the howto collection.
Karolin Seeger
1
-1
/
+1
2012-12-03
s3:selftest: extend sids2xids test script to cope with "ID_TYPE_BOTH mappings
Michael Adam
1
-1
/
+1
2012-12-03
s3:passdb: don't look into group mappings in legacy_sid_to_unixid()
Michael Adam
1
-28
/
+1
2012-12-03
s3:passdb:pdb_ldap: treat "Unix User" and "Unix Group" in sid_to_id()
Michael Adam
1
-0
/
+5
2012-12-03
s3:passdb:pdb_ldap: pre-validate sid with sid_check_object_is_for_passdb()
Michael Adam
1
-3
/
+3
2012-12-03
s3:passdb: add sid_check_object_is_for_passdb()
Michael Adam
3
-0
/
+35
2012-12-03
s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_si...
Michael Adam
2
-16
/
+35
2012-12-03
s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our sam
Michael Adam
1
-5
/
+0
2012-12-03
s3:winbindd: use the new sid_check_is_for_passdb() in idmap_find_domain_with_...
Michael Adam
1
-6
/
+2
2012-12-03
build the new sid_check_is_for_passdb() function into passdb
Michael Adam
3
-0
/
+3
2012-12-03
s3:lib: add utility function sid_check_is_for_passdb()
Michael Adam
2
-0
/
+102
2012-12-03
s3:winbindd: remove unused function idmap_backends_sid_to_unixid()
Michael Adam
2
-43
/
+0
2012-12-03
s3:test:wbinfo_sids2xids: test the results with singular calls with filled an...
Michael Adam
2
-11
/
+29
2012-12-03
s3:test: fix intialization of WBINFO in test_wbinfo_sids2xids.sh
Michael Adam
1
-1
/
+1
2012-12-03
s3:idmap_autorid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping
Michael Adam
1
-0
/
+3
2012-12-03
s3:idmap_rid: force mapping type to ID_TYPE_BOTH for sid->unixid mapping
Michael Adam
1
-0
/
+2
2012-12-03
s3:winbindd: remove unused idmap_sid_to_gid()
Michael Adam
2
-75
/
+0
2012-12-03
s3:winbindd: remove unused idmap_sid_to_uid()
Michael Adam
2
-75
/
+0
2012-12-03
s3:winbindd: remove unused server implementation of wbint_Sid2Gid()
Michael Adam
1
-14
/
+0
2012-12-03
s3:winbindd: remove unused server implementation of wbint_Sid2Uid()
Michael Adam
1
-14
/
+0
2012-12-03
s3:winbindd: remove wbint_Sid2Gid from the wbint.idl
Michael Adam
1
-6
/
+0
2012-12-03
s3:winbindd: remove wbint_Sid2Uid() from the wbint.idl
Michael Adam
1
-6
/
+0
2012-12-03
s3:winbindd: remove now unused wb_sid2uid and wb_sid2gid modules
Michael Adam
5
-346
/
+0
2012-12-03
s3:winbindd: change winbindd_getgroups to use wb_sids2xids instead of wb_sid2gid
Michael Adam
1
-5
/
+14
2012-12-03
s3:winbindd: change wb_getgrsid to use wb_sids2xids instead of wb_sid2gid
Michael Adam
1
-2
/
+17
2012-12-03
s3:winbindd: change wb_fill_pwent to use wb_sids2xids instead of wb_sid2[ug]id
Michael Adam
1
-4
/
+32
2012-12-03
selftest:Samba3: provision the BUILTIN\Users group if the environment runs wi...
Michael Adam
1
-0
/
+24
2012-12-03
selftest:Samba3: add "wbinfo -p" test to wait_for_start()
Michael Adam
1
-1
/
+18
2012-12-03
selftest:Samba3: add nmbd, winbindd smbd arguments to wait_for_start()
Michael Adam
1
-28
/
+33
2012-12-03
selftest:Samba3: call wait_for_start() from check_or_start()
Michael Adam
1
-22
/
+9
2012-12-03
s3:winbindd: make idmap_find_domain() static.
Michael Adam
2
-2
/
+1
2012-12-03
s3:winbindd: also use idmap_passdb for own sam and builtin in wbint_Sids2Unix...
Michael Adam
1
-3
/
+3
2012-12-03
s3:winbindd: add idmap_find_domain_with_sid()
Michael Adam
2
-0
/
+18
2012-12-03
s3:winbindd: rename idmap_init_passdb_domain() -> idmap_passdb_domain()
Michael Adam
1
-3
/
+3
2012-12-03
selftest:Samba3: provision the domain adminstrators group in the s3 environments
Michael Adam
1
-1
/
+7
2012-12-03
s3:winbindd: use struct unixid instead of uint64 in Sids2Xids parent<->child
Michael Adam
3
-5
/
+8
2012-12-03
s3:winbindd: add an explanatory comment to _wbint_Sids2UnixIDs()
Michael Adam
1
-0
/
+3
[prev]
[next]