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
2007-10-10
r23607: Add legacy support for Services for Unix (SFU) 2.0.
Günther Deschner
1
-1
/
+1
2007-10-10
r23541: Linking the LSA pipe module only once is probably enough.
James Peach
1
-2
/
+0
2007-10-10
r23509: This activates the global options from the registry in loadparm.
Michael Adam
1
-5
/
+6
2007-10-10
r23495: Replace literal occurrences of libsmb/errormap.o by $(ERRORMAP_OBJ).
Michael Adam
1
-2
/
+2
2007-10-10
r23494: Synchronize some occurrences of BINARY_PREREQS and bin/.dummy.
Michael Adam
1
-13
/
+18
2007-10-10
r23485: This checkin consists mostly of refactorings in preparation of the
Michael Adam
1
-18
/
+32
2007-10-10
r23478: Change the handling of the developer CFLAGS so that they are always
James Peach
1
-0
/
+6
2007-10-10
r23410: Merge the core of the cluster code.
Volker Lendecke
1
-3
/
+6
2007-10-10
r23352: Don't generate stamp-h. AFAICT it is never used.
James Peach
1
-1
/
+0
2007-10-10
r23323: merged ldb changes from 3.0.26
Andrew Tridgell
1
-1
/
+1
2007-10-10
r23321: remove unused variable (due to mad merge from Centeris patches)
Gerald Carter
1
-1
/
+1
2007-10-10
r23317: Fix the build: r23315 was a little overeager in removing the
Michael Adam
1
-4
/
+4
2007-10-10
r23315: - don't use the builtin and -liniparser together in bin/net
Stefan Metzmacher
1
-4
/
+3
2007-10-10
r23314: For some systems it's needed to inject replace.h into
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r23295: Apply proto_exists and bin/.dummy dependencies consistently for all
James Peach
1
-137
/
+137
2007-10-10
r23274: merge CloseEventlog() pidl conversion from 3.0.26 && fix a few init c...
Gerald Carter
1
-1
/
+2
2007-10-10
r23271: merge service control pidl change for CloseServiceHandle() from SAMBA...
Gerald Carter
1
-2
/
+3
2007-10-10
r23242: BUG 4671: Fix Makefile syntax error when SMBMOUNT_PROGS is not defined
Gerald Carter
1
-1
/
+2
2007-10-10
r23224: Move map_nt_error_from_unix to lib/errmap_unix.c. This function is
Volker Lendecke
1
-1
/
+1
2007-10-10
r23183: Check in a change made by Tridge:
Volker Lendecke
1
-1
/
+2
2007-10-10
r23156: Install the smb_share_modes.h header file.
Lars Müller
1
-0
/
+1
2007-10-10
r23155: Rename INSTALLPERMS to INSTALLPERMS_BIN to differenciate clearer from
Lars Müller
1
-32
/
+32
2007-10-10
r23154: Add INSTALLPERMS_DATA set to 0644 to install the header files with this
Lars Müller
1
-3
/
+4
2007-10-10
r23121: Fix Bug #2727 and let pam_smbpass at least link and dlopen correctly ...
Günther Deschner
1
-3
/
+3
2007-10-10
r23117: Factor out local messaging.
Volker Lendecke
1
-1
/
+1
2007-10-10
r23112: Trim down the message.c API slightly: The messages_pending_for_pid is...
Volker Lendecke
1
-1
/
+1
2007-10-10
r23097: Add a new configure option to disable building SWAT (it is still buil...
James Peach
1
-2
/
+2
2007-10-10
r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm
Volker Lendecke
1
-7
/
+9
2007-10-10
r22879: Tidy the build rules for targets that need the installation paths.
James Peach
1
-15
/
+32
2007-10-10
r22872: Add vfs_zfsacl module from Jiri Sasek <Jiri.Sasek@Sun.COM>.
Jeremy Allison
1
-0
/
+6
2007-10-10
r22870: Don't create shared objects of nss and tdb modules.
Lars Müller
1
-8
/
+0
2007-10-10
r22869: Add bin/{ldap,nss,tdb}.@SHLIBEXT@ rules.
Lars Müller
1
-1
/
+13
2007-10-10
r22820: Move FAM libraries from smbd to vfs_fam_notify. Should fix bugzilla #...
James Peach
1
-1
/
+1
2007-10-10
r22802: Add dummy gpo_apply_security_filtering() call.
Günther Deschner
1
-1
/
+1
2007-10-10
r22775: For the cluster code I've developed a wrapper around tdb to put diffe...
Volker Lendecke
1
-1
/
+2
2007-10-10
r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...
Volker Lendecke
1
-1
/
+1
2007-10-10
r22745: Add local groups to the --required-membership-sid test. This needs
Volker Lendecke
1
-1
/
+2
2007-10-10
r22578: Remove python build directory and generated smbadduser.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r22507: Wrap the method of obtaining sockets to listen on.
James Peach
1
-0
/
+1
2007-10-10
r22495: Create wrapper to hide the details of obtaining a set of sockets
James Peach
1
-1
/
+2
2007-10-10
r22441: Add automatic dependency tracking. The dependency generation is
James Peach
1
-6
/
+35
2007-10-10
r22418: Support running under launchd. We abstract the method of obtaining
James Peach
1
-2
/
+2
2007-10-10
r22416: Remove precompiled headers on clean.
James Peach
1
-2
/
+5
2007-10-10
r22413: Simplify the build rules for plugin modules. Add support for per-plat...
James Peach
1
-109
/
+71
2007-10-10
r22321: BUG 4509: Makefile fix linking the sfu.so and rfc2307.so
Gerald Carter
1
-0
/
+3
2007-10-10
r22315: move tdbback.c content into tdbbackup.c
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22304: remove unused stuff completely to fix the build, sorry
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r22302: fix the build when no shared-library support is detected
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r22249: move tdb code to lib/tdb/ as in samba4
Stefan Metzmacher
1
-8
/
+10
2007-10-10
r22221: merge from samba4:
Stefan Metzmacher
1
-1
/
+3
[next]