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
/
passdb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-24
s3-passdb: Fix negative SID->uid/gid/both cache handling
Ira Cooper
1
-0
/
+14
2012-05-23
Introduce system MIT krb5 build with --with-system-mitkrb5 option.
Alexander Bokovoy
1
-2
/
+2
2012-05-23
s3-passdb: add unixid_from_uid/unixid_from_gid/unixid_from_both API
Alexander Bokovoy
1
-0
/
+47
2012-05-10
Fix bug 8920, null dereference
Steve Langasek
1
-1
/
+3
2012-05-04
s3: Use hex_encode_buf
Volker Lendecke
1
-4
/
+1
2012-05-04
s3: Use hex_encode_buf
Volker Lendecke
1
-3
/
+1
2012-05-03
s3:passdb fix a compiler warning
Christian Ambach
1
-1
/
+1
2012-05-03
s3-pypassdb: add wrapper for enum_group_memberships
Andrew Bartlett
1
-1
/
+57
2012-05-03
s3-pypassdb: remove unused variable
Andrew Bartlett
1
-2
/
+0
2012-05-02
s3-passdb: Add extra debug on ID mapping failures
Andrew Bartlett
1
-0
/
+7
2012-05-02
s3-idmap: convert most idmap_cache callers to unixid API
Andrew Bartlett
2
-19
/
+29
2012-05-02
s3:passdb: remove a forward declaration of wbcSidToUnixId that has become unn...
Michael Adam
1
-1
/
+0
2012-05-02
s3:passdb: rename sids_to_unix_ids() --> sids_to_unixids() for consistency
Michael Adam
2
-3
/
+3
2012-05-02
s3-passdb: Use struct unixid in sids_to_unix_ids
Andrew Bartlett
2
-18
/
+32
2012-05-02
s3-passdb: Rename legacy_sid_to_id -> legacy_sid_to_unixid for clarity
Andrew Bartlett
1
-3
/
+3
2012-05-02
s3-passdb: Change pdb_sid_to_id() to return struct unixid
Andrew Bartlett
7
-133
/
+142
2012-04-30
passdb: Do not panic in initialize_password_db
Christof Schmitt
1
-17
/
+17
2012-04-21
s3: Remove two unused variables
Volker Lendecke
1
-2
/
+0
2012-04-20
s3:passdb: do not use the in-memory idmap cache (it will be removed)
Michael Adam
3
-156
/
+0
2012-04-20
s3: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2012-04-19
s3-passdb: Remove unused sampass->pass_must_change_time
Andrew Bartlett
5
-36
/
+3
2012-04-06
build: Remove SMB_OFF_T, replace with off_t
Andrew Bartlett
1
-2
/
+2
2012-04-05
build: Remove SMB_F* locking defines
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove SMB_STRUCT_FLOCK define
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove sys_fopen wrapper
Andrew Bartlett
1
-3
/
+3
2012-04-05
build: Remove sys_open wrapper
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove sys_ftell wrapper
Andrew Bartlett
1
-1
/
+1
2012-04-05
build: Remove sys_lseek wrapper
Andrew Bartlett
1
-4
/
+4
2012-04-05
build: Remove sys_ftruncate wrapper
Andrew Bartlett
1
-1
/
+1
2012-03-24
use usleep rather than sys_usleep in various places, in anticipation of uslee...
Jelmer Vernooij
1
-1
/
+1
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2
-2
/
+2
2012-03-24
lib/util: Remove dummy wrapper for getpwuid().
Jelmer Vernooij
1
-1
/
+1
2012-02-20
s3: Fix bug 8567 -- segfault in dom_sid_compare
Volker Lendecke
1
-0
/
+1
2012-02-18
s3-secrets: Remove unused secrets_delete_generic()
Andrew Bartlett
1
-16
/
+0
2012-02-18
s3-secrets: Remove unused secrets_delete_machine_password()
Andrew Bartlett
1
-13
/
+0
2012-02-08
s3-passdb: Remove #if _SAMBA_BUILD_ == 4 from pdb_samba4
Andrew Bartlett
1
-2
/
+0
2012-02-07
s3-waf: Link tdbsam against needed libraries.
Andreas Schneider
1
-1
/
+1
2012-02-07
s3-waf: Link against tdb_compat instead of tdb.
Andreas Schneider
1
-2
/
+2
2012-01-29
s3: Fix unused variable warnings
Volker Lendecke
1
-0
/
+4
2012-01-27
s3-pdb: Make ADS-type backends updates secrets.tdb.
Simo Sorce
3
-0
/
+127
2012-01-27
s3-pdb: Break SECRETS3 dependency on PDB.
Simo Sorce
1
-50
/
+49
2012-01-27
s3-waf: Add missing dependency of pdb_wbc_sam to wbclient.
Andreas Schneider
1
-1
/
+1
2012-01-27
Finally remove all malloc()'s from the substitute code. Now totally
Jeremy Allison
1
-3
/
+3
2012-01-24
s3-passdb: Fix pdb_samba4 setting of plaintext passwords
Andrew Bartlett
1
-1
/
+9
2012-01-24
s3-passdb: Use DSDB_PASSWORD_BYPASS_LAST_SET flags in pdb_samba4
Andrew Bartlett
1
-9
/
+9
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
3
-6
/
+11
2012-01-18
s3-passdb: trying to decouple passdb and secrets a little.
Günther Deschner
5
-100
/
+169
2012-01-13
s3-waf: fix compile of pdb_ldap as shared module by moving ldap schema helper...
Günther Deschner
1
-1
/
+1
2011-11-29
s3-passdb: make pdb_password_change_time_max static.
Günther Deschner
1
-1
/
+1
2011-11-18
s3-py-passdb: Fix handling of uninitialized gid values
Amitay Isaacs
1
-1
/
+1
[next]