Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-07 | build: Reduce build systems to just top level waf and autoconf | Andrew Bartlett | 1 | -6/+5 | |
The s3-waf build system is a key component of the top level build, but with this commit is is no longer available directly. This reduces the number of build system combinations in master as we prepare for the Samba 4.0 release. Andrew Bartlett | |||||
2011-05-31 | libcli/security: move secdesc.c to the top level libcli/security | Andrew Bartlett | 1 | -1/+1 | |
This code does not rely on lp_ or other source3 only functions, so can be part of the common library. Andrew Bartlett | |||||
2011-03-16 | libcli: openchange doesn't need these headers any more | Andrew Tridgell | 1 | -2/+0 | |
thanks to Simo for pointing this out Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Mar 16 00:25:10 CET 2011 on sn-devel-104 | |||||
2011-03-15 | waf: build substituted public headers in build tree | Andrew Tridgell | 1 | -0/+2 | |
the bin/default/include/public directory will contain headers that are ready to install | |||||
2011-02-22 | s4-auth Move libcli/security/session.c to the top level | Andrew Bartlett | 1 | -1/+1 | |
This code is now useful in common, as the elements of the auth_session_info structure have now been defined in common IDL. Andrew Bartlett | |||||
2011-02-08 | pysecurity: Add missing dependency on pytalloc-util. | Jelmer Vernooij | 1 | -1/+1 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Feb 8 13:16:43 CET 2011 on sn-devel-104 | |||||
2011-01-14 | libcli/security Add python bindings for se_access_check | Andrew Bartlett | 1 | -0/+6 | |
Andrew Bartlett | |||||
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-24 | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-21 | libcli: LIBSECURITY depends on NDR_SECURITY | Andrew Tridgell | 1 | -1/+1 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-21 | libcli: make the LIBSECURITY subsystem into a private library | Andrew Tridgell | 1 | -4/+5 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | |||||
2010-10-14 | libcli/auth Merge source4/libcli/security and util_sid.c into the common code | Andrew Bartlett | 1 | -2/+2 | |
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-10-12 | libcli/security Move most of security_token.c to common code. | Andrew Bartlett | 1 | -1/+1 | |
The source4-specific session_info functions have been left in session.c Andrew Bartlett | |||||
2010-10-11 | libsecurity-common: Add missing dependency on libndr. | Jelmer Vernooij | 1 | -1/+1 | |
2010-09-11 | libcli/security Move source4/ privileges code into the common libcli/security | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-04-06 | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 1 | -3/+0 | |
we won't be using the mk -> wscript generator again | |||||
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: waf quicktest nearly works | Andrew Tridgell | 1 | -1/+1 | |
Rewrote wafsamba using a new dependency handling system, and started adding the waf test code | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+9 | |