summaryrefslogtreecommitdiff
path: root/source4/gtk/tools/gwsam.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r3165: Support local connections in Gtk+ toolsJelmer Vernooij1-1/+3
(This used to be commit 3de0cf22ddd6b7fb4a2214f3f99d37174c54840f)
2007-10-10r3033: Use the C struct directly if we can instead of generating a bindingJelmer Vernooij1-1/+1
string and parsing that. (This used to be commit 1977932b5471f20a788adb1b99d60953f4e12470)
2007-10-10r2920: Support passing a handle to a SAMR pipe to a RPC Binding or SelectJelmer Vernooij1-2/+20
Host dialog so that one can select a domain from the list of known domains. (This used to be commit 5e0bab891199c888bdf87faa29acc38d9ca5151b)
2007-10-10r2915: Open domain first before enumerating users and groupsJelmer Vernooij1-4/+6
(This used to be commit 9560a6c8cc650c3a519b14c79f497e6bd9ef387e)
2007-10-10r2683: Fix a couple of compile warnings, depend on gtk+-2.4Jelmer Vernooij1-7/+6
(This used to be commit 4668384717eda878583477b8f455809056885120)
2007-10-10r2530: Don't put main in proto.hJelmer Vernooij1-1/+1
(This used to be commit eb3f65c6e9d0c76feea648951dea96b82f5b3c73)
2007-10-10r2518: Some long overdue changes:Jelmer Vernooij1-15/+21
- Samba4-style code in lib/registry (struct registry_key instead of REG_KEY, etc) - Use hives (like Windows has drives) instead of one root key (like a Unix FS) - usability fixes in the GTK utilities (autodetect the username, enable/disable options, etc) - fix gwsam compile - several bugfixes in the registry rpc code - do charset conversion in nt4 registry backend (This used to be commit 2762ed3b9bf1d67dd54d63e02cddbfd71ea89892)
2007-10-10r1907: init the configurationStefan Metzmacher1-0/+5
and fix compiler warning metze (This used to be commit c358f11406e8aca68325a40c6bbed78c53ac024f)
2007-10-10r1699: Formatting update, bugfixesJelmer Vernooij1-180/+179
(This used to be commit d13d2068313680ade2c2fb986b6a5ea8ed8f2aef)
2007-10-10r1465: always do a full C prototype, even if its only (void).Andrew Tridgell1-2/+2
this declaration: int foo(); is *not* the same as this one: int foo(void); the first means "I don't know what arguments it takes". The second means "it takes no arguments" (This used to be commit 6724932810772a10e7e51d2f6f2b106c02eafb73)
2007-10-10r1455: More Gtk+ updates:Jelmer Vernooij1-0/+410
- Start working on 'gwsam' - Add GtkSelectDomainDialog and GtkSelectHostDialog (This used to be commit bea47671aa791f3c4d22263f9444aea1a73f47f1)