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
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2003-06-21
This removes the StrCaseCmp() stuff from 'net idmap' and 'net
Andrew Bartlett
1
-1
/
+1
2003-06-21
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
1
-2
/
+2
2003-06-18
Add installmodules to install
Jelmer Vernooij
1
-1
/
+1
2003-06-17
Fix building idmap_winbind as shared module
Jelmer Vernooij
1
-1
/
+1
2003-06-16
Build libnss_wins.so as part of nsswitch target. Fix for bug #160
Tim Potter
1
-11
/
+12
2003-06-10
removed editreg from standard build until it is portable. Right now it
Andrew Tridgell
1
-1
/
+5
2003-06-06
get rid of IRIX o32 builds - some libraries (kerberos and ldap) are only
Herb Lewis
1
-7
/
+0
2003-06-06
remove o32 targets for IRIX. kerberos and ldap libraries are n32 only so
Herb Lewis
1
-13
/
+2
2003-06-06
get rid of warning about malformed if in Makefile
Herb Lewis
1
-2
/
+2
2003-06-06
fix build on systems w/o LDAP libs
Gerald Carter
1
-1
/
+1
2003-06-06
delete extra PASSDBLIB at beginning
Herb Lewis
1
-1
/
+1
2003-06-06
pdbedit needs PASSDBLIBS
Herb Lewis
1
-1
/
+1
2003-06-06
* break out more common code used between pdb_ldap and idmap_ldap
Gerald Carter
1
-11
/
+11
2003-06-05
working draft of the idmap_ldap code.
Gerald Carter
1
-5
/
+7
2003-05-29
Add smb_register_idmap(). Based on a patch from metze
Jelmer Vernooij
1
-12
/
+21
2003-05-27
More fixes for builddir != srcdir.
Tim Potter
1
-30
/
+23
2003-05-23
Don't use extensions like '\t' in a sed script. It breaks the make proto.
Jeremy Allison
1
-6
/
+6
2003-05-23
installman needs to depend on installdirs, to fix parallel
Andrew Tridgell
1
-2
/
+2
2003-05-23
Bug 83: fixes for building when $srcdir != $builddir from David Lee
Tim Potter
1
-18
/
+25
2003-05-22
Compile shared modules with the -fPIC flag. Reported by Steve Langasek aka
Jelmer Vernooij
1
-38
/
+38
2003-05-20
Fix bug #95: net did not build when ldap was installed, but --without-ads
Jim McDonough
1
-1
/
+1
2003-05-16
add idmap_winbind unless I made a better way to solve SID type for domain
Simo Sorce
1
-1
/
+1
2003-05-12
And finally IDMAP in 3_0
Simo Sorce
1
-15
/
+19
2003-05-12
Add NT quota support. Patch from Stefan (metze) Metzemacher
Alexander Bokovoy
1
-6
/
+5
2003-05-09
Makefile changes to allow new NTLMv2 patch to work.
Andrew Bartlett
1
-10
/
+7
2003-05-05
Add a new entry to make check. If we have compiled python extensions,
Tim Potter
1
-1
/
+4
2003-05-05
Merge of backslash @LDAP_LIBS@ fix from HEAD.
Tim Potter
1
-2
/
+1
2003-05-05
AIX doesn't append $SHLIB_EXT to NSS libraries.
Tim Potter
1
-2
/
+2
2003-04-30
Refactor existing sock_exec() and socketpair_tcp() functions into their own
Paul Green
1
-1
/
+1
2003-04-30
Try to fix IRIX build - add quotes and never call libns_winbind by name - we
Andrew Bartlett
1
-2
/
+2
2003-04-29
smbgroupedit has been replaced by 'net groupmap'
Gerald Carter
1
-7
/
+0
2003-04-29
remove convert_smbpasswd and addtosmbpass from tree; people can get them from...
Gerald Carter
1
-2
/
+1
2003-04-29
do not build wrepld by default; package maintainers need to update their file...
Gerald Carter
1
-1
/
+1
2003-04-28
Merge: we need a rule for t_snprintf
Tim Potter
1
-0
/
+2
2003-04-28
Merge stf updates from HEAD.
Tim Potter
1
-3
/
+4
2003-04-27
Add 'smbiconv' program - a clone of the 'iconv' utility
Jelmer Vernooij
1
-0
/
+6
2003-04-26
Remove the unpopular pdb_unix, which has served it's time well.
Andrew Bartlett
1
-10
/
+5
2003-04-26
Fix the weird charset and build it by default for ./configure -enable-developer
Jelmer Vernooij
1
-2
/
+2
2003-04-24
Add vfs_fake_perms to Samba 3.0
Andrew Bartlett
1
-0
/
+6
2003-04-23
Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate the
Andrew Bartlett
1
-4
/
+14
2003-04-23
We don't have IDMAP in 3.0 yet.
Andrew Bartlett
1
-1
/
+1
2003-04-23
Merge HEAD's winbind into 3.0.
Andrew Bartlett
1
-7
/
+10
2003-04-22
Added editreg.
John Terpstra
1
-1
/
+6
2003-04-21
* fix segfault when no vfs objects defined
Gerald Carter
1
-1
/
+1
2003-04-19
Added smbgroupedit to PROGS2
John Terpstra
1
-1
/
+1
2003-04-19
Merging smbgroupedit into 'net groupmap'. Not entirely done.
Gerald Carter
1
-2
/
+2
2003-04-16
Move PAC decoding over from HEAD.
Jim McDonough
1
-1
/
+1
2003-04-16
More merges from HEAD:
Jelmer Vernooij
1
-96
/
+98
2003-04-16
Add support for the new modules system to lib/iconv.c (merge from HEAD)
Jelmer Vernooij
1
-11
/
+77
2003-04-16
Add make destination for librpc_echo
Jelmer Vernooij
1
-0
/
+5
[next]