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
/
passdb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
lib/util/charset: We do not use fucntions from wchar.h any more
Andrew Bartlett
2012-09-26
1
-1
/
+0
*
build: Fix enabled handling for HAVE_LDAP, we need to use bld.CONFIG_SET
Andrew Bartlett
2012-09-22
1
-1
/
+1
*
s3:pdb_ldap remove unused function
Christian Ambach
2012-09-22
1
-23
/
+0
*
s3: make smbldaphelper subsystem an internal library
Alexander Bokovoy
2012-09-14
1
-7
/
+0
*
s3: make ldapsam-related functions a smbldaphelper subsystem
Alexander Bokovoy
2012-09-13
1
-2
/
+2
*
s3-pdb: filter out more symbols only used in ldapsam internals
Alexander Bokovoy
2012-09-12
1
-1
/
+0
*
s3-passdb: update abi_match and ignore more statically linked functions
Alexander Bokovoy
2012-09-10
1
-10
/
+0
*
s3-smbldap: use smbldap_ prefixed functions
Alexander Bokovoy
2012-09-07
3
-44
/
+44
*
s3-waf: avoid exporting init symbols from statically linked modules
Alexander Bokovoy
2012-09-07
1
-0
/
+317
*
s3-passdb: convert pdb_ipa to use secrets wrappers
Alexander Bokovoy
2012-09-07
1
-4
/
+4
*
s3-passdb: convert pdb_ldap to use secrets wrappers
Alexander Bokovoy
2012-09-07
1
-2
/
+2
*
s3-passdb: wrap secrets.tdb accessors used by PDB modules
Alexander Bokovoy
2012-09-07
1
-0
/
+34
*
Free protect_ids in secret_store_domain_guid() as the caller of fetch_secrets...
Michele Baldessari
2012-09-07
1
-0
/
+2
*
Free protect_ids in secret_store_domain_sid() as the caller of fetch_secrets(...
Michele Baldessari
2012-09-05
1
-0
/
+2
*
s3: Fix some nonempty blank lines
Volker Lendecke
2012-09-04
1
-3
/
+3
*
s3-passdb: Rename pdb_samba4 to samba_dsdb and autoconfigure when we are a AD DC
Andrew Bartlett
2012-09-04
2
-276
/
+281
*
s3: Remove a shadowing variable declaration
Volker Lendecke
2012-09-01
1
-2
/
+0
*
s3-passdb: Allow reload of the static passdb from python
Andrew Bartlett
2012-08-28
2
-2
/
+21
*
s3-secrets: Use talloc_stackframe() in secrets_init_path()
Andrew Bartlett
2012-08-28
1
-3
/
+6
*
s3-secrets: Handle all valid ROLE_ values in get_default_sec_channel()
Andrew Bartlett
2012-08-28
1
-1
/
+2
*
s3-secrets: Add helper function to set machine account password from secrets_...
Andrew Bartlett
2012-08-28
1
-0
/
+86
*
s3: fix compile warning on openindiana
Björn Jacke
2012-08-23
1
-5
/
+5
*
s3-passdb: Allow pdb_sid_to_id to work on any SID
Andrew Bartlett
2012-08-21
3
-13
/
+19
*
s3-passdb: Silence scary DEBUG(0) message on first use of secrets.tdb databases
Andrew Bartlett
2012-08-14
1
-5
/
+10
*
Correctly check for errors in strlower_m() returns.
Jeremy Allison
2012-08-09
4
-12
/
+37
*
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
2012-08-09
2
-3
/
+10
*
s3-passdb: Simplify idmap wrapper in pdb_samba4
Andrew Bartlett
2012-08-07
1
-50
/
+9
*
s3-pypassdb: Fix wrapper for pdb_domain_info to return correct dns_{domain,fo...
Andrew Bartlett
2012-08-02
1
-2
/
+2
*
s3: Fix Coverity ID 710803 Resource leak
Volker Lendecke
2012-07-31
1
-0
/
+1
*
s3-pdb: remove unused variables.
Günther Deschner
2012-07-24
1
-2
/
+0
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
source3/passdb/py_passdb.c: wrap all calls in talloc_stackframe()
Rusty Russell
2012-07-18
1
-519
/
+489
*
source3/passdb/py_passdb.c: don't steal from talloc_stackframe().
Rusty Russell
2012-07-18
1
-15
/
+2
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
7
-44
/
+41
*
s3-secrets: Use C99 types
Andrew Bartlett
2012-07-15
1
-6
/
+6
*
s3-auth Remove unused global_machine_account_needs_changing
Andrew Bartlett
2012-07-13
1
-11
/
+0
*
s3: rename sid_check_is_in_our_domain() to sid_check_is_in_our_sam()
Michael Adam
2012-07-12
6
-10
/
+10
*
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
2012-07-12
5
-10
/
+10
*
s3:passdb: remove commented out pdb_lookup_names code
Michael Adam
2012-07-12
1
-82
/
+0
*
s3-passdb: Remove obsolte ldapsam_compat support.
Andreas Schneider
2012-07-03
5
-179
/
+6
*
s3-param: Rename loadparm_s3_context -> loadparm_s3_helpers
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
s3-pdb_samba4: Remove dupliate profilePath handling
Andrew Bartlett
2012-06-27
1
-6
/
+0
*
s3-pdb_samba4: Add support for lastLogon and lastLogoff
Andrew Bartlett
2012-06-27
1
-2
/
+10
*
s3-pdb_samba4: Fix time handling, use nt_time_to_unix()
Andrew Bartlett
2012-06-27
1
-1
/
+1
*
s3-pdb_samba4: Allocate and free a talloc_stackframe() in pdb_samba4_replace_...
Andrew Bartlett
2012-06-26
1
-3
/
+10
*
Fix unused variable warnings.
Jeremy Allison
2012-06-19
1
-6
/
+2
*
s3-passdb: Remove pdb_ads
Andrew Bartlett
2012-06-16
2
-2702
/
+0
*
dbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_uint32_bystring
Volker Lendecke
2012-06-15
1
-1
/
+1
*
dbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_change_int32_atomic_by...
Volker Lendecke
2012-06-15
1
-2
/
+2
*
dbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans_change_uint32_atomic_...
Volker Lendecke
2012-06-15
1
-2
/
+2
[prev]
[next]