index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
passdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #6035 - Possible race between fcntl F_SETLKW and alarm delivery.
Jeremy Allison
2009-01-15
1
-1
/
+1
*
Use machine account and machine password from our domain when
Steven Danneman
2008-05-23
1
-3
/
+4
*
Fix bug 4901
Volker Lendecke
2008-03-14
1
-3
/
+8
*
Change ldap search filter. This function is also used to search machine accou...
Karolin Seeger
2008-02-19
1
-3
/
+3
*
Fix for bug #5163 from Laurent Pinchart <pinchart@skynet.be>
Jeremy Allison
2008-01-02
1
-0
/
+4
*
Fix another segfault.
Michael Adam
2007-12-19
1
-1
/
+3
*
Pass NULL instead of unneeded &sid: secrets_fetch_trusted_domain_password() c...
Michael Adam
2007-12-19
1
-2
/
+1
*
Rename get_trust_pw() to get_trust_pw_hash().
Michael Adam
2007-12-19
1
-2
/
+2
*
Export logic of get_trust_pw() to new function get_trust_pw_clear().
Michael Adam
2007-12-19
1
-12
/
+57
*
Refactor the lagacy part of secrets_fetch_trust_account_password() out
Michael Adam
2007-12-19
1
-13
/
+31
*
Let get_trust_pw() determine the machine_account_name to use.
Michael Adam
2007-12-19
1
-2
/
+14
*
Remove silly amounts of trailing white spaces.
Michael Adam
2007-12-19
1
-6
/
+6
*
Remove two unneeded functions.
Michael Adam
2007-12-19
1
-23
/
+0
*
Fix for bug #4801: Correctly implement lsa lookup levels for lookupnames.
Michael Adam
2007-12-12
1
-14
/
+32
*
[GLUE] Rsync SAMBA_3_0 SVN r25598 in order to create the v3-0-test branch.
samba-misc-tags/initial-v3-0-test
Gerald (Jerry) Carter
2007-10-10
10
-318
/
+233
*
r23688: Fix bug #4759 reported by Raul <ismell@ismell.org>.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23630: Found out what LSA_LOOKUP_NAMES level 5 means:
Günther Deschner
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
2
-2
/
+2
*
r23244: Fix loop with nscd and NSS recusive calls.
Gerald Carter
2007-10-10
1
-4
/
+4
*
r23194: cherry pick two fixes from SAMBA_3_0_26
Gerald Carter
2007-10-10
2
-6
/
+10
*
r23192: Remove fallback to looking up group mappings by the
Gerald Carter
2007-10-10
1
-17
/
+1
*
r23051: sid_to_[ug]id fixes for smbd
Simo Sorce
2007-10-10
1
-12
/
+26
*
r23046: Few missing merges from cleaning out the Centeris winbindd tree.
Gerald Carter
2007-10-10
1
-1
/
+1
*
r23005: If we're running on a system where time_t is 8 bytes
Jeremy Allison
2007-10-10
1
-16
/
+16
*
r22977: Trim noise by removing redundant WARNING log message that
Gerald Carter
2007-10-10
1
-4
/
+0
*
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
Volker Lendecke
2007-10-10
1
-14
/
+6
*
r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.
Volker Lendecke
2007-10-10
1
-6
/
+13
*
r22766: Merge from 3_0:
Volker Lendecke
2007-10-10
1
-13
/
+6
*
r22631: Remove the possibility of sid_check_is_domain and
James Peach
2007-10-10
1
-2
/
+1
*
r22613: Fix an uninitialized variable warning
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
2007-10-10
1
-9
/
+27
*
r22125: Fix a warning
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
2007-10-10
2
-16
/
+16
*
r22066: Ensure that winbind can resolve SIDs in the S-1-22-{1,2}
Gerald Carter
2007-10-10
1
-1
/
+21
*
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
2007-10-10
4
-27
/
+28
*
r22001: change prototype of dump_data(), so that it takes unsigned char * now,
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21983: make use of tdb_*_bystring() and string_term_tdb_data()
Stefan Metzmacher
2007-10-10
1
-27
/
+25
*
r21982: make use of tdb_*_bystring() and string_term_tdb_data()
Stefan Metzmacher
2007-10-10
1
-29
/
+12
*
r21981: as we use tdb_trans_store(), we should also use tdb_trans_delete()
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r21954: Someone misused a '!' instead of a '~' for a binary NOT
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r21881: Make sure we are very specific when testing whether a backand can han...
James Peach
2007-10-10
1
-1
/
+2
*
r21853: Fix a valgrind error
Volker Lendecke
2007-10-10
1
-0
/
+5
*
r21831: Back out r21823 for a while, this is going into a bzr tree first.
Volker Lendecke
2007-10-10
1
-20
/
+1
*
r21823: Let secrets_store_machine_password() also store the account name. Not...
Volker Lendecke
2007-10-10
1
-1
/
+20
*
r21819: Wrap all steps in secrets_store_machine_password into one single
Volker Lendecke
2007-10-10
1
-12
/
+50
*
r21818: Remove some unused code
Volker Lendecke
2007-10-10
1
-23
/
+0
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
2
-3
/
+22
*
r21782: Fix a memleak
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r21738: Remove unused file.
James Peach
2007-10-10
1
-80
/
+0
[next]