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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; and
Volker Lendecke
31
-156
/
+160
2007-10-10
r22841: Add comment to endif statement.
Lars Müller
1
-1
/
+1
2007-10-10
r22840: Add -pie support to Python's setup.py. This should fix build of pytho...
Alexander Bokovoy
1
-0
/
+2
2007-10-10
r22839: Fix endif comment.
Lars Müller
1
-1
/
+1
2007-10-10
r22828: Fix typo. Bugzilla #4589.
James Peach
1
-1
/
+1
2007-10-10
r22826: Fix the gettimeofday test that I broke in rev 22821.
James Peach
1
-3
/
+2
2007-10-10
r22821: Replace unnecessary AC_TRY_RUN with AC_TRY_LINK. Fixes bug #2287.
James Peach
1
-3
/
+4
2007-10-10
r22820: Move FAM libraries from smbd to vfs_fam_notify. Should fix bugzilla #...
James Peach
2
-4
/
+6
2007-10-10
r22819: Fix Bug 4613. We just dumped the must change & friends. With the
Volker Lendecke
1
-0
/
+24
2007-10-10
r22812: Fix bug #3024 (and also the group varient). Patch from
Jeremy Allison
2
-6
/
+17
2007-10-10
r22803: Add some more flesh to the GPO security filtering (still very basic).
Günther Deschner
1
-1
/
+151
2007-10-10
r22802: Add dummy gpo_apply_security_filtering() call.
Günther Deschner
3
-4
/
+41
2007-10-10
r22801: Pass down the token to add_gplink_to_gpo_list().
Günther Deschner
1
-4
/
+14
2007-10-10
r22800: Add GPO_SID_TOKEN and an LDAP function to get tokensids from the toke...
Günther Deschner
4
-2
/
+180
2007-10-10
r22799: Fix the build.
Günther Deschner
1
-1
/
+1
2007-10-10
r22798: Add the "apply group policy" access bit (as seen in type 0x05 ALLOWED...
Günther Deschner
2
-1
/
+5
2007-10-10
r22797: We are only interested in the DACL of the security descriptor, so sea...
Günther Deschner
5
-23
/
+69
2007-10-10
r22796: Add security descriptor to GROUP_POLICY_OBJECT structure (in preparat...
Günther Deschner
3
-2
/
+6
2007-10-10
r22794: Add "debug_state" and "silent" to pam_winbind.conf template. Honor th...
Günther Deschner
1
-0
/
+2
2007-10-10
r22787: More from Karolin: Make map_unix_group() static to net_sam.c, add "net
Volker Lendecke
2
-64
/
+118
2007-10-10
r22786: Some cleanup by Karolin Seeger: Remove unused pdb_find_alias, and change
Volker Lendecke
5
-58
/
+29
2007-10-10
r22784: fixed change notify for delete on close
Andrew Tridgell
1
-0
/
+4
2007-10-10
r22779: Patch for not prompting for password on cifs mounts when "sec=none"
Steve French
1
-10
/
+61
2007-10-10
r22777: Fix for [Bug 4543] - POSIX ACL support on FreeBSD.
Michael Adam
2
-0
/
+7
2007-10-10
r22775: For the cluster code I've developed a wrapper around tdb to put diffe...
Volker Lendecke
6
-1
/
+755
2007-10-10
r22773: - Clean up the the rest of the cruft from my earlier work on the read...
Derrell Lipman
1
-11
/
+1
2007-10-10
r22772: - Still working on the fact that readahead() is not declared (on at l...
Derrell Lipman
4
-13
/
+11
2007-10-10
r22771: One liner fix for idmap_ldap
Simo Sorce
1
-0
/
+1
2007-10-10
r22767: Argl. Typed in 'svn ci' in the wrong branch. Revert.
Volker Lendecke
3
-29
/
+38
2007-10-10
r22766: Merge from 3_0:
Volker Lendecke
3
-38
/
+29
2007-10-10
r22765: Fix from Alison Winters <alisonw@sgi.com> for missing return
Jeremy Allison
1
-0
/
+1
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
15
-241
/
+210
2007-10-10
r22759: sync lib/talloc with samba4
Stefan Metzmacher
8
-16
/
+103
2007-10-10
r22755: Second half of r22754. As it stands now, string_replace expects a
Volker Lendecke
1
-10
/
+8
2007-10-10
r22754: When processing a string, ensure we don't write one past
Jeremy Allison
1
-6
/
+15
2007-10-10
r22751: Next step for the cluster merge: sessionid.tdb should contain a 'struct
Volker Lendecke
6
-25
/
+25
2007-10-10
r22747: Fix some C++ warnings
Volker Lendecke
8
-19
/
+18
2007-10-10
r22745: Add local groups to the --required-membership-sid test. This needs
Volker Lendecke
2
-91
/
+64
2007-10-10
r22744: Fix a valgrind error. parse_domain_username does not necessarily fill in
Volker Lendecke
1
-0
/
+3
2007-10-10
r22740: Move debug_*_user_token to token_utils.c
Volker Lendecke
2
-47
/
+47
2007-10-10
r22739: Make prototypes in include/util_tdb.h of some functions from
Michael Adam
1
-6
/
+6
2007-10-10
r22738: Fix a debug message.
Volker Lendecke
1
-1
/
+2
2007-10-10
r22737: Fix crash bug (info3 is now talloced).
Günther Deschner
1
-1
/
+1
2007-10-10
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
37
-160
/
+149
2007-10-10
r22732: - Testing of libsmbclient against Vista revealed what is likely a bug in
Derrell Lipman
3
-1
/
+20
2007-10-10
r22731: - Fix bug #4594.
Derrell Lipman
10
-102
/
+141
2007-10-10
r22730: Fix password changes via pam_winbindd when using "winbind normalize n...
Gerald Carter
1
-0
/
+2
2007-10-10
r22729: add help text for osver and osname options to 'net ads join' (patch f...
Gerald Carter
1
-1
/
+6
2007-10-10
r22728: Patch from Danilo Almeida <dalmeida@centeris.com>:
Gerald Carter
2
-9
/
+101
2007-10-10
r22727: remove outdated comment about templatre shell and homedir
Gerald Carter
1
-3
/
+1
[next]