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-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
2011-11-18
s4-s3-upgrade now look for -1 as the special 'not set' value
Andrew Bartlett
1
-1
/
+1
2011-11-17
s3-smbldap: remove duplicate prototype.
Günther Deschner
1
-0
/
+1
2011-11-16
s3-waf: create a smbldap.so library.
Günther Deschner
1
-0
/
+1
2011-11-16
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
1
-2
/
+12
2011-11-16
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
6
-1
/
+378
2011-11-16
s3: move smbldap_util to pdb_ldap_util.
Günther Deschner
4
-1
/
+369
2011-11-16
Fix bug #8561 - Password change settings not fully observed.
Jeremy Allison
1
-4
/
+34
2011-11-11
py_passdb: Cannot steal an item pointer from an array
Amitay Isaacs
1
-4
/
+9
2011-11-09
s3-py_passdb Ensure that group mapping list input is initailised
Andrew Bartlett
1
-1
/
+2
2011-11-09
s3-passdb Initialise the correct level of pointer dereference
Andrew Bartlett
1
-1
/
+1
2011-10-28
s3-passdb: use tevent_context in passdb.
Günther Deschner
2
-6
/
+6
2011-10-18
pdb-interface: Do not use unid_t here
Simo Sorce
6
-46
/
+52
2011-10-14
s3-passdb: remove libwbclient header dependency for passdb/lookup_sid.h.
Günther Deschner
1
-1
/
+3
2011-10-14
s3-passdb: remove fstring from pdb_set_user_sid_from_string().
Günther Deschner
1
-1
/
+1
2011-10-14
s3-passdb: add define guards for machine_sid.h.
Günther Deschner
1
-0
/
+5
2011-10-14
s3-passdb: use uintX_t at least in headers.
Günther Deschner
1
-1
/
+1
2011-10-14
s3-passdb: move passdb prototypes into passdb.h
Günther Deschner
1
-325
/
+0
2011-10-12
s3-group-mapping: Remove fstrings from GROUP_MAP.
Simo Sorce
9
-86
/
+196
2011-10-11
s3:dbwrap: change dbwrap_store_uint32() to NTSTATUS return type
Michael Adam
2
-3
/
+6
2011-10-11
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
1
-6
/
+10
2011-10-11
s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of b...
Michael Adam
2
-8
/
+11
2011-10-11
s3:dbwrap: convert dbwrap_fetch_int32() to NTSTATUS return code
Michael Adam
1
-8
/
+12
[next]