Age | Commit message (Expand) | Author | Files | Lines |
2007-12-22 | If we detect a case insensitive filesystem make | Jeremy Allison | 1 | -4/+11 |
2007-12-23 | Fix typo in output. | Michael Adam | 1 | -1/+1 |
2007-12-23 | Fix wbcAllocate[GU]id | Volker Lendecke | 1 | -12/+14 |
2007-12-23 | Fix wbcPing() | Volker Lendecke | 1 | -1/+9 |
2007-12-23 | tiny simplification | Volker Lendecke | 1 | -4/+0 |
2007-12-22 | Use filesystem capabilities to support case-insensitive filesystems. | James Peach | 2 | -17/+30 |
2007-12-22 | Fix "may be used uninitialized" compiler warnings. | James Peach | 1 | -3/+3 |
2007-12-22 | Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test | James Peach | 85 | -1145/+7801 |
2007-12-22 | Cache the underlying filesystem capabilities at connection time. | James Peach | 2 | -0/+19 |
2007-12-22 | Remove redundant connection_struct from check_magic() parameter list. | Michael Adam | 1 | -2/+3 |
2007-12-22 | Remove redundant connection_struct from fd_close() parameter list. | Michael Adam | 2 | -12/+12 |
2007-12-22 | Remove redundant connection_struct from fd_close_posix() parameter list. | Michael Adam | 2 | -3/+3 |
2007-12-21 | Add NT error to debug to try and track this down. | Jeremy Allison | 1 | -1/+4 |
2007-12-22 | Fix the build of cifs.spnego. | Günther Deschner | 1 | -1/+1 |
2007-12-22 | Fix net_dom_join & net_dom_unjoin. | Günther Deschner | 1 | -19/+38 |
2007-12-22 | Fix uninitialized error code in do_unjoin_modify_vals_config(). | Günther Deschner | 1 | -1/+1 |
2007-12-22 | Correct netapi header filename. Thanks Jeremy. | Günther Deschner | 3 | -3/+3 |
2007-12-21 | Fix install - it was trying to install libnetapi.h whereas | Jeremy Allison | 1 | -2/+2 |
2007-12-21 | Until we better understand the WKSSVC_JOIN_FLAGS_JOIN_DC_ACCOUNT make sure we... | Günther Deschner | 1 | -0/+4 |
2007-12-21 | Fix make test by adding winbind libs to vlp. | Jeremy Allison | 1 | -1/+1 |
2007-12-21 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 5 | -2/+44 |
2007-12-21 | Generate pkgconfig files for at least lib{smbclient,smbsharemodes,netapi}. | Günther Deschner | 5 | -2/+44 |
2007-12-21 | Actually fix the merge. | Jeremy Allison | 1 | -5/+0 |
2007-12-21 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -0/+5 |
2007-12-21 | Make sure libnet/libnet_proto.h exists. | Günther Deschner | 1 | -1/+2 |
2007-12-21 | Fix build failure if symlink already exists. | Jeremy Allison | 1 | -1/+1 |
2007-12-21 | Fix const warning. | Jeremy Allison | 1 | -5/+8 |
2007-12-21 | Fix initialization warnings. | Jeremy Allison | 1 | -1/+1 |
2007-12-21 | Fix making the new proto file after a distclean. | Jeremy Allison | 1 | -0/+1 |
2007-12-21 | Fix "make test" using the LD_LIBRARY_PATH for selftest script so | Gerald (Jerry) Carter | 2 | -2/+7 |
2007-12-21 | Compile fix: Correct use of wbcDomainInfo() after function signature change. | Gerald (Jerry) Carter | 2 | -5/+4 |
2007-12-21 | De-couple smbd from staticly linking against winbindd client files. | Gerald (Jerry) Carter | 5 | -549/+393 |
2007-12-21 | Add files for new LGPL libwbclient DSO implementing the Winbind client API | Gerald (Jerry) Carter | 17 | -58/+3136 |
2007-12-21 | Move gtk app to the correct location. Thanks obnox! | Günther Deschner | 1 | -0/+0 |
2007-12-21 | Move libnetapi examples into subdirs. | Günther Deschner | 6 | -7/+17 |
2007-12-21 | Gitignore some generated files. | Günther Deschner | 1 | -0/+2 |
2007-12-21 | Deactive remote join code server side until some last issues are resolved. | Günther Deschner | 1 | -0/+4 |
2007-12-21 | Add netdomjoin-gui (my first gui application), another libnetapi user. | Günther Deschner | 4 | -2/+1357 |
2007-12-21 | Add netdomjoin cmd line tool (another libnetapi example). | Günther Deschner | 2 | -1/+113 |
2007-12-21 | Make sure libnetapi has getdcname support. | Günther Deschner | 1 | -1/+2 |
2007-12-21 | Add getdc.c, a libnetapi example (incl. Makefile). | Günther Deschner | 3 | -1/+95 |
2007-12-21 | Add basic remote NetGetDCName and NetGetAnyDCName versions to libnetapi. | Günther Deschner | 2 | -0/+252 |
2007-12-21 | Make libnetapi_errstr use our NTSTATUS and WERROR error string macros. | Günther Deschner | 1 | -46/+3 |
2007-12-21 | Add error string for access denied in libnetapi. | Günther Deschner | 1 | -0/+3 |
2007-12-21 | Remove doubled cli_set_timeout calls from libnetapi. | Günther Deschner | 1 | -4/+0 |
2007-12-21 | Fix typo. | Günther Deschner | 1 | -2/+0 |
2007-12-21 | Keep libnetapi_NetX calls static for now. | Günther Deschner | 2 | -13/+13 |
2007-12-21 | Merge all headers into libnetapi.h. | Günther Deschner | 4 | -73/+24 |
2007-12-21 | Implement NetServerSetInfo level 1005 in local mode with smbconf registry. | Günther Deschner | 2 | -7/+53 |
2007-12-21 | Add NetServerGetInfo and NetServerSetInfo (for level 1005). | Günther Deschner | 4 | -1/+331 |