Change the prototype of the vfs function get_nt_acl().
[samba.git] / source3 / utils /
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-17 Michael AdamMake usage message for net sam rights list a little...
2007-12-17 Michael AdamFix flags in all callers of lookup_name() in net_sam.c.
2007-12-15 Volker Lendeckes/sid_to_string/sid_to_fstring/
2007-12-15 Volker LendeckeReplace sid_string_static with sid_string_tos
2007-12-15 Volker LendeckeUse sid_string_talloc where we have a tmp talloc ctx
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-13 Jeremy AllisonDeveloper doesn't cut it - need #define test for NSS_WR...
2007-12-13 Jeremy AllisonOnly add the non-root escape on !developer.
2007-12-13 Jeremy AllisonFix the buildfarm until I figure out how to allow
2007-12-13 Jeremy AllisonFix bug #3727 with patch from Steve Langasek <vorlon...
2007-12-11 Günther DeschnerSome cleanups for "net dom join".
2007-12-11 Günther DeschnerReplace "unknown" with access_mask when calling samr_Cr...
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-10 Volker LendeckeTiny simplifications
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonWe don't need P_GSTRING or P_UGSTRING anymore.
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Jeremy AllisonMake all the tools use the proper accessor functions.
2007-12-07 Jeremy AllisonFix typos in auth change.
2007-12-07 Jeremy AllisonGet closer to building with smbmount. Move parameter...
2007-12-07 Jeremy AllisonRemove pstrings from client/client.c by doing a large...
2007-12-06 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-06 Karolin SeegerMake output of net getdomainsid more meaningful. Unify...
2007-12-05 Volker LendeckeRemove some globals
2007-12-05 Jeremy AllisonThe usual !pstring...
2007-12-05 Jeremy AllisonMore pstring elimination.
2007-12-04 Jeremy AllisonRemove pstrings.
2007-12-04 Jeremy AllisonAllow STR_TERMINATE and -1 src_len for pull_ucs2_base_t...
2007-12-04 Jeremy AllisonRemove pstr_sprintf. Replace with snprintf.
2007-12-04 Jeremy AllisonBack to pstring removal.
2007-12-04 Jeremy AllisonGone from usershare.
2007-12-04 Jeremy AllisonGetting to the home stretch for elimination of pstrings...
2007-12-03 Jeremy AllisonRemove pstring from clirap2 by completely rewriting...
2007-12-03 Günther DeschnerFix shutdown callers.
2007-12-03 Günther DeschnerFix svcctl callers.
2007-12-03 Günther DeschnerFix winreg callers.
2007-12-03 Günther DeschnerActually implement reboot feature for net dom join...
2007-12-03 Volker LendeckeReformatting
2007-11-30 Günther DeschnerAdd "net dom" command suite to "net".
2007-11-30 Günther DeschnerAdd "net dom unjoin" code.
2007-11-30 Günther DeschnerAdd "net dom join" code.
2007-11-30 Günther DeschnerMove param helper routines to one place.
2007-11-30 Jeremy AllisonRemove PSTRING_LEN from smbd/ nmbd/.
2007-11-29 Jeremy AllisonRemove the explicit TALLOC_CTX * from cli_struct.
2007-11-29 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-29 Michael AdamAllow calling "net rpc join" and "net rpc trustdom...
2007-11-27 Jeremy AllisonRemove pstrings from everything except srv_spoolss_nt.c.
2007-11-27 Volker LendeckeRemove some statics
2007-11-25 Volker LendeckeRemove a static
2007-11-23 Volker LendeckeMake remote_password_change return malloced error strings
2007-11-23 Volker Lendeckeadd talloc_stackframe() to eventlogadm
2007-11-22 James PeachMerge ssh://git.samba.org/data/git/samba into v3-2...
2007-11-22 Jeremy AllisonRemove pstrings from pam_smbpass - make local_password_...
2007-11-21 Jeremy AllisonAdd talloc stackframe for ntlm_auth.c
2007-11-19 Karolin SeegerAdd error message to net rap file and net rap file...
2007-11-16 Jeremy AllisonAdd MAX_DNS_NAME_LENGTH, remove more pstrings.
2007-11-15 Jeremy AllisonMore pstring removal. This one was tricky. I had to add
2007-11-14 Jeremy AllisonRemove pstring from param/
2007-11-09 Stefan Metzmacherndr: change NTSTAUS into enum ndr_err_code (samba3...
2007-11-09 Volker LendeckeSanitize smbcacls slightly
2007-11-09 Volker LendeckeMake base64_encode_data_blob return a talloced string
2007-11-09 Jeremy AllisonRemove more fstring/pstring bad useage. Go talloc !
2007-11-06 Jeremy AllisonEnsure we null out the address correctly.
2007-11-06 Michael AdamFix another segfault and make smbfilter run again.
2007-11-06 Michael AdamFix a segfault.
2007-11-06 Michael AdamTry to fix the build. There was one forgotten caller
2007-11-05 Günther DeschnerMerge commit 'origin/v3-2-test' into branches/upstream
2007-11-05 Günther DeschnerMake sure we can read SACLs from the registry.
2007-11-04 Jeremy AllisonRemove more static data from lib/util_sock.c and
2007-11-02 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-11-02 Jeremy AllisonForgot one more getnameinfo.
2007-11-02 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-11-02 Jeremy AllisonFix Solaris by ensuring we use the IPv4 or IPv6 length
2007-10-28 Jeremy AllisonChange all occurrences of zero_addr(&ss,AF_INET) to
2007-10-26 Jeremy AllisonFix popt bool problems (need POPT_ARG_NONE, not POPT_AR...
2007-10-26 Jeremy AllisonFix a few more sockaddr -> sockaddr_storgage.
2007-10-26 Stefan Metzmacherone more struct in_addr => struct sockaddr_storage
2007-10-26 Jeremy AllisonFixed missing in_addr -> sockaddr_storage conversion...
2007-10-24 Jeremy AllisonThis is a large patch (sorry). Migrate from struct...
2007-10-21 Gerald (Jerry) CarterMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-10-21 Volker LendeckeDon't segfault if locking.tdb can't be opened
2007-10-19 Jeremy AllisonFix the popt / bool issues. Some places we used BOOL
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-18 Karolin SeegerAdd net rap file user
2007-10-15 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-10-15 Alexander BokovoyCorrectly free memory in regfio paths
2007-10-12 Jelmer VernooijMerge branch 'v3-2-stable' into my_branch
2007-10-12 Günther DeschnerFix the build WITH_DNS_UPDATES.
2007-10-11 Guenther DeschnerMerge commit 'origin/v3-2-test' into my_branch
2007-10-11 Jeremy AllisonAdd start of IPv6 implementation. Currently most of...
2007-10-10 Gerald (Jerry) Carter[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create...
2007-10-10 Günther Deschnerr25592: Allow to set sec_info for registry security...
2007-10-10 Günther Deschnerr25526: Fix usage output.
2007-10-10 Günther Deschnerr25525: Add "net rpc registry getsd <keyname>" to displ...
2007-10-10 Volker Lendecker25499: Fix rpc_file_list_internals
2007-10-10 Volker Lendecker25481: Fix some typos, don't panic as non-root on...
2007-10-10 Jeremy Allisonr25472: Fix the interfaces code to detect IPv6 interfac...
2007-10-10 Gerald Carterr25407: Revert Longhorn join patch as it is not correct...
2007-10-10 Gerald Carterr25402: BUG 4997 (3.2 only): Fix enumration level for...
next