Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: make LIBWBCLIENT_OLD and auth_unix_token libraries | Andrew Bartlett | 2011-09-08 | 1 | -4/+5 |
| | | | | | | This assists with avoiding duplicate symbols. Andrew Bartlett | ||||
* | s4-messaging Rename messaging -> imessaging | Andrew Bartlett | 2011-05-03 | 2 | -2/+2 |
| | | | | | | | This avoid symbol and structure conflicts between Samba3 and Samba4, and chooses a less generic name. Andrew Bartlett | ||||
* | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 2010-10-31 | 1 | -5/+0 |
| | | | | | | | | The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | ||||
* | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBEVENTS to libevents. | Jelmer Vernooij | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | s4:libcli/wbclient: use irpc_binding_handle_by_name() | Stefan Metzmacher | 2010-09-03 | 3 | -54/+39 |
| | | | | metze | ||||
* | s4-waf: removed the AUTOGENERATED markers | Andrew Tridgell | 2010-04-06 | 1 | -4/+0 |
| | | | | we won't be using the mk -> wscript generator again | ||||
* | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 2010-04-06 | 1 | -0/+2 |
| | | | | them | ||||
* | build: commit all the waf build files in the tree | Andrew Tridgell | 2010-04-06 | 1 | -0/+10 |
| | |||||
* | wbclient/wbclient.c - fix a typo | Matthias Dieter Wallnöfer | 2010-03-30 | 1 | -1/+1 |
| | |||||
* | s4: Switch to S3-style id mapping data types. | Kai Blin | 2010-02-11 | 2 | -9/+9 |
| | |||||
* | libwbclient: Add async call framework. | Kai Blin | 2009-05-30 | 1 | -2/+2 |
| | |||||
* | s4:irpc: avoid c++ reserved word 'private' | Stefan Metzmacher | 2009-02-01 | 1 | -2/+2 |
| | | | | metze | ||||
* | s4:lib/tevent: rename structs | Stefan Metzmacher | 2008-12-29 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | list="" list="$list event_context:tevent_context" list="$list fd_event:tevent_fd" list="$list timed_event:tevent_timer" for s in $list; do o=`echo $s | cut -d ':' -f1` n=`echo $s | cut -d ':' -f2` r=`git grep "struct $o" |cut -d ':' -f1 |sort -u` files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4` for f in $files; do cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp mv $f.tmp $f done done metze | ||||
* | Use variables for source directory in a couple more places. | Jelmer Vernooij | 2008-05-18 | 1 | -1/+1 |
| | | | | (This used to be commit c41bd3005f5f0b9cfd3709fc9217b4a401d265b4) | ||||
* | Use _OBJ_FILES variables in a couple more places. | Jelmer Vernooij | 2008-04-14 | 1 | -1/+2 |
| | | | | (This used to be commit 92856d5054106894b65cd1a1b5119c0facfc4cff) | ||||
* | Install pidl by default if ExtUtils::MakeMaker is available. This should ↵ | Jelmer Vernooij | 2008-04-04 | 1 | -2/+0 |
| | | | | | | make the build process for openchange users easier. (This used to be commit 7fccd85cc673c139bc1d57915e0fccd22316998c) | ||||
* | wbclient: Add an async winbind client library. | Kai Blin | 2008-04-02 | 3 | -0/+266 |
(This used to be commit 3e3563f2840e7cd795f5fc157003af3c932cb4d1) |